ASP.Net MCQ Multiple Choice Questions Answers | Quiz for Practice
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: More than 30
2. The technique that allow code to make function calls to .NET applications on other processes and on other machines is
Correct Answer is: None of the above
3. Which of the following is the default authentication mode for IIS?
Correct Answer is: None
4. Which object can help you maintain data across users?
Correct Answer is: Server object
5. An alternative way of displaying text on web page is by using
Correct Answer is: asp:button
6. Web.config file is used
Correct Answer is: To configure the web browser
7. Attribute must be set on a validator control for the validation to work
Correct Answer is: Validate
8. Which of the following denote the property in every validation control?
Correct Answer is: None of the Above
9. By default, ASP.NET store SessionIDs in
Correct Answer is: Global variable
10. Which of the following languages can be used to write server side scripting in ASP.NET?
Correct Answer is: C++
11. Select the control which does not have any visible interface.
Correct Answer is: Datagrid
12. Where we can assign value to Static read only member variable of a static class?
Correct Answer is: On click of button
13. What attributes do you use to hide a public .Net class from COM?
Correct Answer is: All
14. Default scripting language in ASP
Correct Answer is: JavaScript
15. Select the type Processing model that asp.net simulate
Correct Answer is: Topdown
16. Which of the following is not a member of ADODBCommand object?
Correct Answer is: ExecuteReader
17. What is used to validate complex string patterns like an e-mail address?
Correct Answer is: Irregular expressions
18. When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
Correct Answer is: JSP
19. Choose the form in which Postback occur
Correct Answer is: Winforms
20. The actual work process of ASP.NET is taken care by
Correct Answer is: None of the Above
21. Which property of the session object is used to set the local identifier?
Correct Answer is: Item
22. Which of the following object is not an ASP component?
Correct Answer is: File Access
23. Which of these data source controls do not implement Caching?
Correct Answer is: XmlDataSource
24. Which method do you invoke on the DataAdapter control to load your generated dataset with data?
Correct Answer is: DataBind
25. What is the base class from which all Web forms inherit?
Correct Answer is: None of the Above
26. How many classes can a single .NET DLL contain?
Correct Answer is: None
27. Caching type supported by ASP.Net
Correct Answer is: none of the above
28. Select the caching type supported by ASP.Net
Correct Answer is: none of the above
29. The first event triggers in an aspx page is
Correct Answer is: Page_click()
30. In .NET the operation of reading metadata and using its contents is known as