Time remaining
:
:
Test Status
ASPTEST4
Ques 1 :
By default, a .Net web site is configured with which of the following authentication types?
(A) Anonymous
(B) Basic
(C) Integrated Windows authentication
(D) a and c
Ques 2 :
Which of the following is true?
(A) IsPostBack is a method of System.UI.Web.Page class
(B) IsPostBack is a method of System.Web.UI.Page class
(C) IsPostBack is a readonly property of System.Web.UI.Page class
Ques 3 :
Default scripting language in ASP?
(A) EcmaScript
(B) VBScript
(C) PERL
(D) JavaScript
Ques 4 :
How do you manage states in asp.net application
(A) Session Objects
(B) application Objects
(C) Viewstate
(D) All of the above
Ques 5 :
What is the best way to store the connection strings?
(A) Config files
(B) Database
(C) text file
(D) session
Ques 6 :
The number of forms that can be added to a aspx page is.
(A) 1
(B) 2
(C) 3
(D) More than 3
Ques 7 :
How do you get information from a form that is submitted using the "post" method?
(A) Request.QueryString
(B) Request.Form
(C) Response.write
(D) Response.writeln
Ques 8 :
Which property of the session object is used to set the local identifier ?
(A) SessionId
(B) Item
(C) LCID
(D) Key
Ques 9 :
In which event are the controls fully loaded?
(A) Page_Init
(B) Page_Load
(C) Control events
(D) Page_Unload events
Ques 10 :
Select the caching type supported by ASP.Net
(A) Output Caching
(B) DataCaching
(C) a and b
(D) none of the above
Ques 11 :
Which object can help you maintain data across users?
(A) Application object
(B) Session object
(C) Response object
(D) Server object
Ques 12 :
Client Sertificate is a collection of
(A) Server
(B) Response
(C) Collection
(D) Request
Ques 13 :
What is the name of the property of ASP.NET page that you can query to determine that a ASP.NET page is being requested not data being submitted to web server?
(A) FirstGet
(B) Initialized
(C) IncludesData
(D) IsPostBack
Ques 14 :
Where is the default Session data is stored in ASP.Net?
(A) InProcess
(B) StateServer
(C) Session Object
(D) all of the above
Ques 15 :
Which of the following ASP.NET object encapsulates the state of the client?
(A) Session object
(B) Application object
(C) Response object
(D) Server object
Ques 16 :
What is the Full Form of WSDL
(A) Web System Description Language
(B) Web Services Detail Language
(C) Web Service Description Language
(D) None
Ques 17 :
To perform asynchronous data access, what must be added to the connection string?
(A) BeginExecute=true
(B) MultiThreaded=true
(C) MultipleActiveResultSets=true
(D) Asynchronous=true
Ques 18 :
Select the type Processing model that asp.net simulate
(A) Event-driven
(B) Static
(C) Linear
(D) Topdown
Ques 19 :
Which of the following object is used along with application object in order to ensure that only one process accesses a variable at a time?
(A) Synchronize
(B) Synchronize()
(C) ThreadLock
(D) Lock()
Ques 20 :
Session Object classes are defined in which of the following namespace?
(A) System.Web.UI
(B) System.Web.SessionState
(C) System.Web
Submit Answer
Don't Refresh the Page !! ...