Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
The first event triggers in an aspx page is.
(A) Page_Load()
(B) Page_Init()
(C) Page_click()
Ques 2 :
A feature of ASP is its ability to interact with a database. Which of these databases is the most popular to use with ASP?
(A) dBase
(B) Delimited text files
(C) Access (97 or 2000)
(D) Excel spreadsheets
Ques 3 :
Which property of the session object is used to set the local identifier ?
(A) SessionId
(B) Item
(C) LCID
(D) Key
Ques 4 :
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. It is important that the Web application doesn't overwhelm the Web Server.
(A) Disable View State and don't use session state
(B) Use View State
(C) Use URL munging
(D) Disable ViewState and use Session State
Ques 5 :
________ is the DataType return in IsPostback property.
(A) boolean
(B) int
(C) object
(D) string
Ques 6 :
What is the best way to store the connection strings?
(A) Config files
(B) Database
(C) text file
(D) session
Ques 7 :
Select the type Processing model that asp.net simulate
(A) Event-driven
(B) Static
(C) Linear
(D) TopDown
Ques 8 :
Which of the following is the way to monitor the web application?
(A) MMC Event viewers
(B) Performance logs
(C) Alerts Snap-ins
(D) ALL
Ques 9 :
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 10 :
Which of the following is not a member of ADODBCommand object?
(A) ExecuteScalar
(B) ExecuteStream
(C) Open
(D) ExecuteReader
Ques 11 :
What is the sequential procedure in working with databases?
(A) Connection string, connection object, close connection string, close connection object
(B) Connection object, connection string, close connection string, close connection object
(C) Connection object, connection string, close connection object, close connection string
Ques 12 :
If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
(A) Maintain the login state security through a database.
(B) Maintain the login state security through a Session.
(C) Maintain the login state security through a View State.
(D) All of the Above
Ques 13 :
For separating server-side code from client-side code on a ASP.NET page, what programming model should you use?
(A) Separation model
(B) Code-Behind model
(C) In-Line model
(D) ClientServer model
Ques 14 :
Which one of the following is the fastest way to concat strings in ASP.NET?
(A) Concat method of the String object
(B) Append method of the StringBuilder object
(C) Plus sign operator to concatenate the strings
(D) Substring method of the String object
Ques 15 :
The Asp.net server control, which provides an alternative way of displaying text on web page, is
(A) < asp:label >
(B) < asp:listitem >
(C) < asp:button >
Ques 16 :
Which of the following is the performance attributes of processModel?
(A) requestQueue limit
(B) maxWorkerThreads
(C) maxIdThreads
(D) All
Ques 17 :
ASP code is....
(A) a client-side executable code.
(B) a world-wide-web executable code.
(C) a server-side executable code.
(D) all of the above.
Ques 18 :
Which of the following tool is used to manage the GAC?
(A) RegSvr.exe
(B) GacUtil.exe
(C) GacSvr32.exe
(D) GacMgr.exe
Ques 19 :
Some say that JavaScript is easier to use than ASP and will run regardless of whatever operating system the web server is using (Unix, Linux, Windows 2000, etc). Then others say that ASP has advantages over JavaScript such as what?
(A) ASP does not depend upon which browser the viewer is using.
(B) ASP code does not show up in the source code; thus, the code is protected
(C) ASP can easily interact with a database.
(D) All of the above
Ques 20 :
What is/are the predefined TraceListener(s) in ASP.Net
(A) TextWriterTraceListener
(B) EventLogTraceListener
(C) DefaultTraceListener
(D) All the above
Submit Answer
Don't Refresh the Page !! ...