Jobs Inter Test Preparations ASP DOT NET MCQs

The Computer Web Language ASP DOT NET most important MCQs Solved with answers for the Examinations Test Preparations and Interviews for the Jobs. All interviews of the Jobs and others important MCQs with Answers. Now you can prepared your tests and Jobs with these Quiz help.


You Scored:

Ranking:





Past Papers ASP DOT NET Solved MCQs Questions Answers




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

Response.write

Request.QueryString

Request.Form (Answer)

Response.writeln

 

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

Regular expressions (Answer)

Basic expressions

Extended expressions

Irregular expressions

 

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

Application object

Response object

Server object

Session object (Answer)

 

4. Caching type supported by ASP.Net?

Output Caching

DataCaching

None of the above

A and b (Answer)

 

5. ------------------ is a special subfolder within the windows folder that stores the shared .NET component?

Root

All of them

/bin

GAC (Answer)

 

6. Choose the form in which Postback occur?

Winforms

Webforms (Answer)

All of these

HTMLForms

 

7. Which of the following is the way to monitor the web application?

ALL (Answer)

Performance logs

MMC Event viewers

Alerts Snap-ins

 

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

User

All

Windows (Answer)

Form

 

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

System.Web.UI.Page (Answer)

System.Web.Form

System.Web.GUI.Page

System.Web.UI.Form

 

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

Response.Output.Write() allows you to buffer output

Response.Output.Write() allows you to flush output

Response.Output.Write() allows you to write formatted output (Answer)

Response.Output.Write() allows you to stream output

 

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

The Control-Build() method

The Paint() method

The default constructor

The Render() method (Answer)

 

12. Which of the following is faster and consume lesser memory?

SQLDataReader (Answer)

Data Set

 

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

RegSvr.exe

GacUtil.exe (Answer)

GacMgr.exe

GacSvr32.exe

 

14. How do we create a FileSystemObject?

Server.CreateObject("Scripting.FileSystemObject")

Server.CreateObject("FileSystemObject")

Create Object:"Scripting.FileSystemObject" (Answer)

Create("FileSystemObject")

 

15. File extension used for ASP.NET files?

.ASP (Answer)

.Web

.ASPX

None of the above