Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
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 2 :
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 3 :
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 4 :
By default, code written with the Debug class is stripped out of release builds.
(A) Yes
(B) No
Ques 5 :
Which one of the following is the type of assembly that contains localized resources?
(A) Hub
(B) Satellite
(C) Shared
(D) localized
Ques 6 :
The _____ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues.
(A) CurrentUICulture
(B) CurrentCulture
Ques 7 :
How do you register a user control?
(A) Add Tag prefix, Tag name
(B) Add Source, Tag prefix
(C) Add Src, Tagprefix, Tagname
Ques 8 :
Which object can help you maintain data across users?
(A) Application object
(B) Session object
(C) Response object
(D) Server object
Ques 9 :
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 10 :
Which of the following are ASP standard objects?
(A) server
(B) response
(C) session
(D) All of the above
Ques 11 :
Which of the following is true ?
(A) User controls are displayed correctly in the Visual Studio .NET Designer
(B) Custom controls are displayed correctly in VS.Net Designer
(C) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
Ques 12 :
Where we can assign value to Static read only member variable of a static class?
(A) Default constructor
(B) Parameterized constructor
(C) Global.asax
(D) On click of button
Ques 13 :
When writing ASP code, what are the correct delimiters to use?
(A) < code >
(B) <% code >
(C) <% code %>
Ques 14 :
In ASP, a request object retrieves info from a user by ________.
(A) a collection of values sent as cookies in a HTTP header
(B) a collection of data sent with a submitted form
(C) from client variables described from within an object
(D) A and B
Ques 15 :
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls?
(A) To create and populate a Table in Design view
(B) To create a customized control that needs to display data in a tabular fashion
(C) To create and populate a Table with images
(D) To display a tabular result set
Ques 16 :
The object used by SQL connection to make Security Demands
(A) SQLLCientAttribute
(B) SQLPermission
(C) SQLPermissionClient
(D) SQLClientPermission
Ques 17 :
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 18 :
File extension used for ASP.NET files.
(A) .Web
(B) .ASP
(C) .ASPX
(D) All of the above
Ques 19 :
It is imperative when writing ASP code is to begin every file with which statement?
(A) <% Language=VBScript %>
(B) <%@ Language=VBScript %>
(C) <% ASPLanguage = VBScript %>
Ques 20 :
What is a satellite assembly ?
(A) Any DLL file used by an EXE file.
(B) An Assembly containing localized resources for another assembly
(C) A and B
(D) None of the above
Submit Answer
Don't Refresh the Page !! ...