You are on page 1of 7

PORTAL 01 : ADVANCE FEATURES OF ASP.

NET
1. If you intend to use custom authentication, the authentication mode has to be specified as __________ in the web.config file. o Forms o Passport o None o Windows 2. __________ authorization uses NTFS permission to check the access rights of the user account that the ASP.NET application is using. o File o Forms-based o Passport o Windows 3. In client-server operations, the SSL protocol uses to __________ to indentify one end, or both ends of the communication. o Certificate Authority o Object Signing Certificates o Signature Verification Certificates o User Certificates 4. The __________ control enables a user to recover a forgotten password by providing the username and answer to the security question. o ChangePassword o CreateUserWizard o LoginName o PasswordRecovery

5. Which are the additional settings, other than configuration settings, defined by the Microsoft ASP.NET Web Site Administrator Tool? application debugging section security

6. Which of the following tags contain configuration element related to session state, custom errors, authentication, database connection string, file path and so on? appSettings System.config namespaces system.Web

7. Which of the following statements about Microsoft ASP.NET Web Site Administrator Tools tab are incorrect? A. The Home tag displays information about the host machine B. The Security tag allows you to debug and trace related settings C. The Application tag allows you to define and assign roles to users D. The Provider tag help you to define a database provider o A, B o B, C o C, D o D, A

8. Which of the following statements Nested Master Page are correct? A. Nested Master pages have controls that are mapped to content placeholders in the parent Master page B. Having large number of Nested Master pages does not affect an application's performance C. Nested Master pages can provide uniqueness to individual pages of the Web site D. Unlike the child Master page, the parent Master page applies only to the body of a page o A, B, C o A, B, D o B, C, D o A, B, C, D 9. Which of the following statements about user profiles are correct? A. User Profiles are dynamically generated group of ASP.NET class public attributes B. The Personalization API facilitates management of user profiles in ASP.NET C. The Personalization API is designed for persistent storage of structured data D. To build a personalization layer, you need to define a profile layout and add properties to the profile storage medium o A, B, C o A, C, D o B, C, D o A, B, C, D

10. Following are the steps related to creating custom themes from Visual Studio.NET A. Create the skin file B. Create the root App_Theme folder C. Create the specific themes folders Which one of the following options lists the correct sequence of steps? o A, B, C o A, C, B o B, C, A o C, B, A 11. Which of the following statements about Resource files are correct? A. Resource files can have either a .resx or .resources extension B. Files with the .resx extension store data in a binary format and files with the .resources extension store data in an XML format C. The .resx files are generated when the .resources file is compiled D. These .resources files are included in an assembly known as satellite assembly o A, B o B, C o C, D o D, A 12. __________ allows users to define the configuration settings related to the session information of users o Session state information o Session less configuration o Session state configuration

13. __________ allows users to define customized pages for serveral common server errors o Authencation settings o Custom error settings o Authorization settings 14. The __________ class provides an interaction layer between the various login controls and the data source storing the membership information. o RoleProvider o MembershipProvider o EncrytionProvider 15. The __________ method in the ProviderBase class is used by the objects of the ProviderBase class to release the resources allocated to them. o ProviderBase() o Delete() o Finalize() 16. The __________ class is an abstract class that defines role-management functionality which custom role-providers can implement. o RoleProvider o MembershipProvider o ManagementProvider 17. To prevent hacking in ASP.NET, the variables are suffixed with __________ before passing them to the database. o $ o #

o @

18. The __________ property for a control will override the theme property of a page. o CSS o Style o TreeView 19. The override the styles applied to the HTML or ASPX page use the __________ property o LinkedStylesheets o StyleSheet o Metadata 20. In the __________ type of algorithm, a pair of public and private keys is used to encrypt or decrypt. o Symmetric o Asymmetric o Skew 21. The __________ method in the ProviderBase class is used by the objects of the ProviderBase class to release the resources allocated to them. o ProviderBase() o Delete() o Finalize() 22. In __________, the application acts to behalf of a user whose indentity is authenticated using IIS o Authentication

o Authorization o Impersonation o Security 23. In __________, authentication, HTML forms are used to collect authentication information. o Custom o Forms-based o Passport o Windows 24. In __________ authentication, encrypted cookies are used to identify and validate users. o Custom o Forms-based o Passport o Windows 25. In __________ authentication, the IIS is configured to allow only users on a Windows domain to log on to the application. o Custom o Forms-based o Passport o Windows

You might also like