Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
Attribute must be set on a validator control for the validation to work.
(A) ControlToValidate
(B) ControlToBind
(C) ValidateControl
(D) Validate
Ques 2 :
How do we Delete, Update, Select data in a Dataset
(A) Using SQLDataAdapter
(B) Using SQLDataReader
(C) Using SQLCommand
(D) None
Ques 3 :
When does Garbage collector run?
(A) When application is running low of memory
(B) It runs random
(C) When application is running for more than 15 minutes
(D) None of the above
Ques 4 :
Where do we include the user lists for windows authentication?
(A) < Credential>
(B) < authentiation>
(C) < authorization>
(D) < identity>
Ques 5 :
You need to store state data that is accessible to any user who connects to your Web application. Which object should you use?
(A) Session
(B) Application
(C) Response.ViewState
(D) Response.Cookies
Ques 6 :
What does Response.End will do?
(A) It will stop the client process
(B) It will stop the server process
(C) None of the above
Ques 7 :
What is the default session out time
(A) 20 Sec
(B) 20 Min
(C) 1 hr
(D) None of the above
Ques 8 :
ASP is an acronym for what?
(A) Active Server Protocol
(B) ActiveX Server Pages
(C) Active Setup Pages
(D) Active Server Pages
Ques 9 :
Which of the following control is used to validate that two fields are equal?
(A) RegularExpressionValidator
(B) CompareValidator
(C) equals() method
(D) RequiredFieldValidator
Ques 10 :
__________________ is the Microsoft IIS server running, handling ASP.NET requests among other things
(A) aspnet_isapi.dll
(B) aspnet_wp.exe
(C) inetinfo.exe
(D) None
Ques 11 :
Which of the following base class do all Web Forms inherit from?
(A) Window class
(B) Web class
(C) Form class
(D) Page class
Ques 12 :
Which of the following is the performance attributes of processModel?
(A) requestQueue limit
(B) maxWorkerThreads
(C) maxIdThreads
(D) All
Ques 13 :
______element in the web.config file to run code using the permissions of a specific user?
(A) < credential> element
(B) < authentication> element
(C) < identity> element
(D) < authorization> element
Ques 14 :
Where do we include the user lists for Form authentication?
(A) < credential>
(B) < authorization>
(C) < Identity>
(D) < authentication>
Ques 15 :
Which of the following is faster and consume lesser memory?
(A) SQLDataReader
(B) Data Set
Ques 16 :
By default, ASP.NET store SessionIDs in _________________
(A) Cookies
(B) Cache
(C) Database
(D) Global variable
Ques 17 :
Which of the following tool is used to manage the GAC?
(A) RegSvr.exe
(B) GacUtil.exe
(C) GacSvr32.exe
(D) GacMgr.exe
Ques 18 :
While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET Text Box server control, what do you need to do to get the Text Box to display on the Web page?
(A) Call the Show Control method on the Text Box.
(B) Set the Visible Control to true on the Text Box.
(C) Add the Text Box instance to the form1.Controls collection.
(D) Execute the AddControl method on the Web page.
Ques 19 :
What is/are the predefined TraceListener(s) in ASP.Net
(A) TextWriterTraceListener
(B) EventLogTraceListener
(C) DefaultTraceListener
(D) All the above
Ques 20 :
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
Submit Answer
Don't Refresh the Page !! ...