Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
ASP is an acronym for what?
(A) Active Server Protocol
(B) ActiveX Server Pages
(C) Active Setup Pages
(D) Active Server Pages
Ques 2 :
Which of the following tool is used to manage the GAC?
(A) RegSvr.exe
(B) GacUtil.exe
(C) GacSvr32.exe
(D) GacMgr.exe
Ques 3 :
What namespace does the Web page belong in the .NET Framework class hierarchy?
(A) System.Web.Control
(B) System.Web.RootBuilder
(C) System.Web.UserControl
(D) System.Web.UI.Page
Ques 4 :
What is the Server.MachineName does
(A) Gets the Server's Machine Name
(B) Gets the Referred Web site name on the server
(C) Gets the Client Machine Name
(D) None of the above
Ques 5 :
Which of the following object encapsulates the state of the client and the browser?
(A) Server object
(B) Request object
(C) Response object
(D) Session object
Ques 6 :
What ASP.NET object encapsulates the state of the client and the browser?
(A) Application Object
(B) Session Object
(C) Response Object
(D) Request Object
Ques 7 :
Session Object classes are defined in which of the following namespace?
(A) System.Web.UI
(B) System.Web.SessionState
(C) System.Web
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 :
My ASP page won't work is a common complaint for those new to ASP. Which of these can be the cause?
(A) Syntax error such as missing parentheses, comma or quotation mark.
(B) Comments in your code are not tagged properly as comments.
(C) Make sure function names have both opening and closing parentheses.
(D) All of the above
Ques 10 :
Which of the following is used to cache multiple responses for a single web form based on HTTP POST parameter or query string?
(A) VaryByParams
(B) VaryByHeaders
(C) SetCacheability
(D) SetVaryByCustom
Ques 11 :
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 12 :
What information can a connection string contain about the database you are trying to connect to?
(A) Type of database
(B) Type of driver to use
(C) Location of database
(D) All Of The Above
Ques 13 :
The object used by SQL connection to make Security Demands
(A) SQLLCientAttribute
(B) SQLPermission
(C) SQLPermissionClient
(D) SQLClientPermission
Ques 14 :
What's the difference between Response.Write() and Response.Output.Write()?
(A) Response.Output.Write() allows you to flush output
(B) Response.Output.Write() allows you to buffer output
(C) Response.Output.Write() allows you to write formatted output
(D) Response.Output.Write() allows you to stream output
Ques 15 :
Which statement among the ones below is correct
(A) The Params and Forms collection of the HTTPRequest class are exactly same and theForms collection has been provided only for backward compatibility
(B) The HTTPRequest class does include the Params collection
(C) The HTTPRequest class does include the Forms collection
(D) The difference between the Params and Forms collection of the HTTPRequest class is that the Params collection also represents QueryStrings, ServerVariables, andCookies
Ques 16 :
What is the maximum number of cookies that can be allowed to a web site?
(A) 1
(B) 10
(C) 20
(D) More than 30
Ques 17 :
Select the type Processing model that asp.net simulate
(A) Event-driven
(B) Static
(C) Linear
(D) TopDown
Ques 18 :
When writing ASP code, what are the correct delimiters to use?
(A) < code >
(B) <% code >
(C) <% code %>
Ques 19 :
File extension used for ASP.NET files.
(A) .Web
(B) .ASP
(C) .ASPX
(D) All of the above
Ques 20 :
There are two methods of connecting to an Access database. Which are they?
(A) DNS, DNS-less
(B) DSN, DSN-less
(C) ODBC, ADO
(D) OLEDB, ADO
Submit Answer
Don't Refresh the Page !! ...