ASP.Net Multiple Choice Questions and Answers for freshers and Experienced

1.  Choose the form in which Postback occur
2.  Web.config file is used...
3.  Which of the following object is not an ASP component?
4.  The first event triggers in an aspx page is.
5.  Difference between Response.Write() andResponse.Output.Write().
6.  Which of the following method must be overridden in a custom control?
7.  How do we create a FileSystemObject?
8.  Which of the following tool is used to manage the GAC?
9.  What class does the ASP.NET Web Form class inherit from by default?
10. We can manage states in asp.net application using
11. Attribute must be set on a validator control for the validation to work.
12. Caching type supported by ASP.Net
13. What is used to validate complex string patterns like an e-mail address?
14. File extension used for ASP.NET files.
15. An alternative way of displaying text on web page using
16. Why is Global.asax is used?
17. Which of the following is not a member of ADODBCommand object?
18. Which DLL translate XML to SQL in IIS?
19. Default Session data is stored in ASP.Net.
20. Default scripting language in ASP.
21. How do you get information from a form that is submitted using the "post" method?
22. Which object can help you maintain data across users?
23. Which of the following ASP.NET object encapsulates the state of the client?
24. Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time?
25. Which of the following control is used to validate that two fields are equal?
26. Mode of storing ASP.NET session
27. Which of the following is not the way to maintain state?
28. You can have only one Global.asax file per project.
29. ___________ element in the web.config file to run code using the permissions of a specific user
30. __________ is a special subfolder within the windows folder that stores the shared .NET component.
31. Which of the following is the performance attributes of processModel?
32. Which of the following is faster and consume lesser memory?
33. Which of the following is the way to monitor the web application?
34. The ___________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues.
35. Where do we include the user lists for windows authentication?
36. Where do we include the user lists for Form authentication?
37. Which of the following authentication is best suited for a corporate network?
38. What attributes do you use to hide a public .Net class from COM?
39. By default, code written with the Debug class is stripped out of release builds.
40. __________ tests make sure that new code does not break existing code.
41.  The .NET Framework provides a runtime environment called..... ?
42.  In ASP.NET in form page the object which contains the user name is ______ ?
43.  Find the term: The .NET framework which provides automatic memory management using a technique called __________ ?
44.  Which of the following denote ways to manage state in an ASP.Net Application?
45.  What is the base class from which all Web forms inherit?
46.  WSDL stands for ___________ ?
47.  Which of the following must be done in order to connect data from some data resource to Repeater control?
48.  Which of the following is FALSE?
49.  Which of the following transfer execution directly to another page?
50.  If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used?
51.  Which of the following is used to send email message from my ASP.NET page?
52.  In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads?
53.  In .NET the operation of reading metadata and using its contents is known as ______?
54.  In ASP.NET the < authorization > section contain which of the following elements?
55.  The type of code found in Code-Behind class is ________ ?
56.  Common type system is built into which of the following:
57.  The actual work process of ASP.NET is taken care by _____________?
58.  Which of the following allow writing formatted output?
59.  Which of the following denote the property in every validation control?
60.  How many classes can a single .NET DLL contain?
61.  Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below:
62.  Which of the following can be used to add alternating color scheme in a Repeater control?
63.  Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ______________ ?
64.  The technique that allow code to make function calls to .NET applications on other processes and on other machines is
65.  The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is_______.
66.  Which of the following method is used to obtain details about information types of assembly?
67.  Which of the following is TRUE about Windows Authentication in ASP.NET?
68.  What tags one need to add within the asp:datagrid tags to bind columns manually?
69.  Which method do you invoke on the DataAdapter control to load your generated dataset with data?
70.  In ASP.NET the sessions can be dumped by using
71.  Which of the following languages can be used to write server side scripting in ASP.NET?
72.  When an .aspx page is requested from the web server, the out put will be rendered to browser in following format.
73.  The Asp.net server control, which provides an alternative way of displaying text on web page, is
74.  The first event to be triggered in an aspx page is.
75.  Postback occurs in which of the following forms.
76.  What namespace does the Web page belong in the .NET Framework class hierarchy?
77.  Which method do you invoke on the Data Adapter control to load your generated dataset?
78.  How do you register a user control?
79.  Which of the following is true?
80.  To add a custom control to a Web form we have to register with.
81.  Custom Controls are derived from which of the classes
82.  How ASP.Net Different from classic ASP?
83.  What's the difference between Response.Write() andResponse.Output.Write()?
84.  Why is Global.asax is used?
85.  There can be more than 1 machine.config file in a system
86.  What is the extension of a web user control file?
87.  Which of the following is true?
88.  The number of forms that can be added to a aspx page is.
89.  How do you manage states in asp.net application
90.  Which property of the session object is used to set the local identifier?
91.  Select the caching type supported by ASP.Net
92.  Where is the default Session data is stored in ASP.Net?
93.  Select the type Processing model that asp.net simulate
94.  Does the EnableViewState allows the page to save the users input on a form?
95.  Which DLL translate XML to SQL in IIS?
96.  What is the maximum number of cookies that can be allowed to a web site?
97.  Select the control which does not have any visible interface.
98.  How do you explicitly kill a user session?
99.  Which of the following is not a member of ADODBCommand object?
100. Which one of the following namespaces contains the definition for IdbConnection?
101. In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control is the best choice for this scenario?
102. How to implement authentication via web.config?
103. You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?
104. Explain the significance of Server .MapPath
105. ________ element in the web.config file to run code using the permissions of a specific user
106. Which of the following is the way to monitor the web application?
107. For your ASP.NET web application your graphics designer created elaborate images that show the product lines of your company. Some of graphics of the product line are rectangular, circular, and others are having complex shapes. You need to use these images as a menu on your Web site. What is the best way of incorporating these images into your Web site?
108. An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database. It is important that the Web application doesn't overwhelm the Web Server.
109. Which of these data source controls do not implement Caching?
110. Which of the following is the default authentication mode for IIS?
111. When does Garbage collector run?
112. Which of the following is the way to monitor the web application?
113. Which of the following languages are used to write server side scripting in ASP.NET?
114. In which of the following format, output will be rendered to browser When an .aspx page is requested from the web server?
115. Which of the following is true?
116. How ASP.Net Different from classic ASP?
117. Which property of the session object is used to set the local identifier?
118. Which DLL translate XML to SQL in IIS?
119. Which of the following does not have any visible interface?
120. _________ is not a member of ADODBCommand object.