MCQ quiz on ASP.Net multiple choice questions and answers on ASP.Net MCQ questions quiz on ASP.Net objectives questions with answer test pdf for interview preparations, freshers jobs and competitive exams.
ASP.Net MCQ Questions for Practice
1. What is the maximum number of cookies that can be allowed to a web site?
Correct Answer is: 1
2. The technique that allow code to make function calls to .NET applications on other processes and on other machines is
Correct Answer is: .NET Threading
3. Which of the following is the default authentication mode for IIS?
Correct Answer is: Anonymous
4. Which object can help you maintain data across users?
Correct Answer is: Application object
5. An alternative way of displaying text on web page is by using
Correct Answer is: asp:label
6. Web.config file is used
Correct Answer is: To store the global information and variable definitions for the application
7. Attribute must be set on a validator control for the validation to work
Correct Answer is: ControlToValidate
8. Which of the following denote the property in every validation control?
Correct Answer is: Both A. and B.
9. By default, ASP.NET store SessionIDs in
Correct Answer is: Cookies
10. Which of the following languages can be used to write server side scripting in ASP.NET?
Correct Answer is: A and B
11. Select the control which does not have any visible interface.
Correct Answer is: Repeater
12. Where we can assign value to Static read only member variable of a static class?
Correct Answer is: Default constructor
13. What attributes do you use to hide a public .Net class from COM?
Correct Answer is: ComVisible attributes
14. Default scripting language in ASP
Correct Answer is: VBScript
15. Select the type Processing model that asp.net simulate