Software Engineering Mcqs

In ASP.NET what does the following return ?

(A) Gives the memory working set

(B) Return Null value

(C) Gives Error

(D) None of the Above

Submitted By: Ali Uppal


What section of the config.Web file is used for storing a list of authorized users ?

(A) securityPolicy

(B) authentication

(C) authorization

(D) None of the above

Submitted By: Ali Uppal


Which of the following are not a member of Server Object_________________?

(A) Open

(B) Execute

(C) Transfer

(D) HTMLDecode

Submitted By: Ali Uppal


The first event to be triggered in an aspx page is__________________?

(A) Page_Init()

(B) Page_Load()

(C) Page_click()

(D) None of the above

Submitted By: Ali Uppal


The Following are the minimum requirement to run Asp.net pages_________________?

(A) Windows explorer

(B) Java Virtual Machine

(C) Common Language Runtime

(D) All of the above

Submitted By: Ali Uppal


How do you add ASP.Net 3rd party component__________________?

(A) Add reference of dll file and place the code where ever required

(B) By add/Remove items in the project menu

(C) Cannot add 3rd party component to asp.net

(D) None of the above

Submitted By: Ali Uppal


The first event to be triggered in an aspx page is?

(A) Page_Init()

(B) Page_Load()

(C) Page_click()

(D) None of these

Submitted By: Ali Uppal


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

(A) Alerts Snap-ins

(B) Performance logs

(C) MMC Event viewers

(D) All of the above

Submitted By: Ali Uppal


An alternative way of displaying text on web page using ?

(A) asp:listitem

(B) asp:button

(C) asp:label

(D) none of these

Submitted By: Ali Uppal


How do you disable client side validation ?

(A) Set the ClientTarget property to Downlevel

(B) Set the Runat property to server

(C) Set the inherits property to codeb

(D) Set the language property to C#

Submitted By: Ali Uppal