Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
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 2 :
Which of the following are ASP standard objects?
(A) server
(B) response
(C) session
(D) All of the above
Ques 3 :
Abandon is an ASP ________ object method.
(A) server
(B) session
(C) request
(D) response
Ques 4 :
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 5 :
It is possible to set Maximum length for a text box through code
(A) True
(B) False
Ques 6 :
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 7 :
How to find out what version of ASP.NET I am using on my machine?
(A) Response.Write(System.Environment.Version.ToString() );
(B) Response.Write(Version.ToString() );
(C) Response.Write(System.Version.ToString() );
(D) not possible
Ques 8 :
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 9 :
An alternative way of displaying text on web page using
(A) asp:label
(B) asp:listitem
(C) asp:button
Ques 10 :
Choose the form in which Postback occur?
(A) HTMLForms
(B) Webforms
(C) Winforms
Ques 11 :
Which one of the following is to be implemented for .NET remote server object?
(A) ISerializable
(B) ISingleCall
(C) IUnknown
(D) IMarshalByValue
Ques 12 :
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 13 :
Default Session data is stored in ASP.Net?
(A) Session Object
(B) InProcess
(C) StateServer
(D) all of the above
Ques 14 :
Select the type Processing model that asp.net simulate
(A) Event-driven
(B) Static
(C) Linear
(D) Topdown
Ques 15 :
Why is Global.asax is used?
(A) Declare Global variables
(B) Implement application and session level events
(C) No use
Ques 16 :
Select the caching type supported by ASP.Net
(A) Output Caching
(B) DataCaching
(C) a and b
(D) none of the above
Ques 17 :
Which one of the following is used to obtain performance information about a Web Application?
(A) Performance Counters
(B) Data Performance Counters
(C) Web Performance Counters
(D) Data Readers
Ques 18 :
Database connectivity with ADO has 3 main objects:
(A) ADODB.Connection
(B) ADODB.Recordset
(C) ADODB.Command
(D) All of the above
Ques 19 :
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 20 :
Variable are used to hold both numerical and text values. Which of these IS NOT a valid variable name?
(A) X
(B) X1
(C) 1X
(D) x1X
Submit Answer
Don't Refresh the Page !! ...