ASP.Net MCQ Quiz Hub

ASP.Net Mcq Question Set 6

Choose a topic to test your knowledge and improve your ASP.Net skills

A web application can contain _______ .





✅ Correct Answer: 3

Choose the form in which Postback occur





✅ Correct Answer: 2

Web.config file is used...





✅ Correct Answer: 2

Which of the following object is not an ASP component?





✅ Correct Answer: 1

The first event triggers in an aspx page is.





✅ Correct Answer: 1

Difference between Response.Write() andResponse.Output.Write().





✅ Correct Answer: 2

Which of the following method must be overridden in a custom control?





✅ Correct Answer: 4

How do we create a FileSystemObject?





✅ Correct Answer: 1

Which of the following tool is used to manage the GAC?





✅ Correct Answer: 2

What class does the ASP.NET Web Form class inherit from by default?





✅ Correct Answer: 1

We can manage states in asp.net application using





✅ Correct Answer: 4

Attribute must be set on a validator control for the validation to work.





✅ Correct Answer: 1

Caching type supported by ASP.Net





✅ Correct Answer: 3

What is used to validate complex string patterns like an e-mail address?





✅ Correct Answer: 3

File extension used for ASP.NET files.





✅ Correct Answer: 2

An alternative way of displaying text on web page using





✅ Correct Answer: 1

Why is Global.asax is used?





✅ Correct Answer: 2

Which DLL translate XML to SQL in IIS?





✅ Correct Answer: 1

Default scripting language in ASP.





✅ Correct Answer: 2

How do you get information from a form that is submitted using the "post" method?





✅ Correct Answer: 2

Which object can help you maintain data across users?





✅ Correct Answer: 1

Which of the following ASP.NET object encapsulates the state of the client?





✅ Correct Answer: 1

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?





✅ Correct Answer: 2

Which of the following control is used to validate that two fields are equal?





✅ Correct Answer: 2

Mode of storing ASP.NET session





✅ Correct Answer: 4

Which of the following is not the way to maintain state?





✅ Correct Answer: 4

You can have only one Global.asax file per project.





✅ Correct Answer: 1

______ element in the web.config file to run code using the permissions of a specific user





✅ Correct Answer: 4

_______ is a special subfolder within the windows folder that stores the shared .NET component.





✅ Correct Answer: 2

Which of the following is the performance attributes of processModel?





✅ Correct Answer: 4

Which of the following is faster and consume lesser memory?





✅ Correct Answer: 1

The ________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues.





✅ Correct Answer: 2

Where do we include the user lists for windows authentication?





✅ Correct Answer: 4

Which of the following authentication is best suited for a corporate network?





✅ Correct Answer: 1

What attributes do you use to hide a public .Net class from COM?





✅ Correct Answer: 2

By default, code written with the Debug class is stripped out of release builds.





✅ Correct Answer: 1

______ tests make sure that new code does not break existing code.





✅ Correct Answer: 2

The .NET Framework provides a runtime environment called..... ?





✅ Correct Answer: 2

In ASP.NET in form page the object which contains the user name is ______ ?





✅ Correct Answer: 1

Find the term: The .NET framework which provides automatic memory management using a technique called _________ ?





✅ Correct Answer: 2

Which of the following denote ways to manage state in an ASP.Net Application?





✅ Correct Answer: 4

What is the base class from which all Web forms inherit?





✅ Correct Answer: 2

Which of the following must be done in order to connect data from some data resource to Repeater control?





✅ Correct Answer: 3

Which of the following is FALSE?





✅ Correct Answer: 4

Which of the following transfer execution directly to another page?





✅ Correct Answer: 1

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?





✅ Correct Answer: 3

Which of the following is used to send email message from my ASP.NET page?





✅ Correct Answer: 3

In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads?





✅ Correct Answer: 4

In .NET the operation of reading metadata and using its contents is known as ______?





✅ Correct Answer: 1

In ASP.NET the < authorization > section contain which of the following elements?





✅ Correct Answer: 3