Software Engineering Mcqs

In ASP.NET if one wants to maintain session then which of the following is used ?

(A) Microsoft SQL Server

(B) Session State Service

(C) In-process storage

(D) All of the above

Submitted By: Ali Uppal


It is best to use a web instead of a windows application when the application ?

(A) needs to be available to the public

(B) must be platform-independent

(C) has a thin front end (client)

(D) All of the above

Submitted By: Ali Uppal


How to implement authentication via web.config ?

(A) Include the deny element.

(B) Include the identity element.

(C) Include the authorization element.

(D) Include the authentication element

Submitted By: Ali Uppal


Postback occurs in which of the following forms_________________?

(A) Webforms

(B) Winforms

(C) HTMLForms

(D) None of these

Submitted By: Ali Uppal


Whats the significance of Request.MapPath( ) ?

(A) Maps the specified absolute path to virtual path

(B) Maps the specified virtual path to a physical path

(C) All of the above

(D) None of the above

Submitted By: Ali Uppal


If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?

(A) Maintain the login state security through a View State.

(B) Maintain the login state security through a Session.

(C) Maintain the login state security through a database.

(D) All of the above

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Mode of storing ASP.NET session_____________?

(A) StateServer

(B) SQL Server

(C) InProc

(D) All of the above

Submitted By: Ali Uppal


The type of code found in Code-Behind class is __________________?

(A) Client-side code

(B) Server-side code

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


Select the caching type supported by ASP.Net?

(A) DataCaching

(B) Output Caching

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal