Software Engineering Mcqs

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

(A) GacSvr32.exe

(B) GacUtil.exe

(C) GacMgr.exe

(D) RegSvr.exe

Submitted By: Ali Uppal


Submitted By: Ali Uppal


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

(A) Request object

(B) Hidden fields

(C) View state

(D) Cookies

Submitted By: Ali Uppal


What is the default session out time__________________?

(A) 10 sec

(B) 20 sec

(C) 20 min

(D) 40 min

Submitted By: Ali Uppal


Which of the following denote value that can be taken by Cache-Control of ASP.NET ?

(A) Private

(B) no-cache

(C) Public

(D) All of the above

Submitted By: Ali Uppal


In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?

(A) WindowsPrincipal

(B) WindowDatset

(C) Serialization

(D) None of the Above

Submitted By: Ali Uppal


An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?

(A) Use View State

(B) Use URL munging

(C) Disable ViewState and use Session State

(D) Disable View State and don’t use session state

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which of the following method is used to obtain details about information types of assembly ?

(A) GetType

(B) GetTypes

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


Which of the following is FALSE ?

(A) ASP.NET is a major upgrade over ASP

(B) ASP+ and ASP.NET refer to the same thing

(C) ASP.NET applications run without a Web Server

(D) None of these

Submitted By: Ali Uppal