Software Engineering Mcqs

Submitted By: Ali Uppal


If in an ASP.NET application one want to create http handlers which of the interface is used________________?

(A) pipeline

(B) Handler

(C) IHttpHandlerFactory

(D) None of the above

Submitted By: Ali Uppal


Which of the following denote page code model in ASP.NET ?

(A) single-file

(B) code-behind

(C) Both A and B

(D) None of the Above

Submitted By: Ali Uppal


Submitted By: Ali Uppal


The chmod ugo+rw note command can be represented in octal notation as_________________?

(A) chmod 555 note

(B) chmod 666 note

(C) chmod 444 note

(D) chmod 333 note

Submitted By: Ali Uppal


Which DLL translate XML to SQL in IIS ?

(A) SQLIIS.dll

(B) LISXML.dll

(C) SQLISAPI.dll

(D) SQLXML.dll

Submitted By: Ali Uppal


Web.config file is used.. ?

(A) To configure the web server

(B) To configure the web browser

(C) Configures the time that the server-side codebehind module is called

(D) To store the global information and variable definitions for the application

Submitted By: Ali Uppal


Which object can help you maintain data across users ?

(A) Response object

(B) Application object

(C) Session object

(D) Server object

Submitted By: Ali Uppal


The first event triggers in an aspx page is__________________?

(A) Page_Load()

(B) Page_Init()

(C) Page_click()

(D) Page_doubleclick()

Submitted By: Ali Uppal


What is the lifespan for items stored in viewstate______________?

(A) 10 mins

(B) 20 mins

(C) 2 mins

(D) Exists for the Life of the current page

Submitted By: Ali Uppal