Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
Where is the default Session data is stored in ASP.Net?
(A) InProcess
(B) StateServer
(C) Session Object
(D) all of the above
Ques 2 :
Which method do you invoke on the Data Adapter control to load your generated dataset?
(A) Fill( )
(B) ExecuteQuery( )
(C) Read( )
Ques 3 :
What is used to validate complex string patterns like an e-mail address?
(A) Extended expressions
(B) Basic expressions
(C) Regular expressions
(D) Irregular expressions
Ques 4 :
To add a custom control to a Web form we have to register with.
(A) TagPrefix
(B) Name space of the dll that is referenced
(C) Assemblyname
(D) All of the above
Ques 5 :
______ tests make sure that new code does not break existing code?
(A) Regression tests
(B) Integration tests
(C) Unit tests
(D) Load test
Ques 6 :
Which of the following languages can be used to write server side scripting in ASP.NET?
(A) C-sharp
(B) VB
(C) C++
(D) a and b
Ques 7 :
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 8 :
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 9 :
Which one of the following is to be implemented for .NET remote server object?
(A) ISerializable
(B) ISingleCall
(C) IUnknown
(D) IMarshalByValue
Ques 10 :
Which of the following method must be overridden in a custom control?
(A) The Paint() method
(B) The Control_Build() method
(C) The default constructor
(D) The Render() method
Ques 11 :
While developing ASP.NET 2.0 web application you have a Data Set containing a Customer Data Table and an Order Data Table. You want to easily navigate from an Order Data Row to the Customer who placed the order. What object will allow you to easily navigate from the Order to the Customer?
(A) The Data Column object
(B) The Data Table object
(C) The Data Row object
(D) The Data Relation object
Ques 12 :
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 13 :
While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET TextBox server control, what do you need to do to get the TextBox to display on the Web page?
(A) Call the ShowControl method on the TextBox.
(B) Add the TextBox instance to the form1.Controls collection.
(C) Execute the AddControl method on the Web page.
(D) Set the VisibleControl to true on the TextBox.
Ques 14 :
Postback occurs in which of the following forms.
(A) Winforms
(B) HTMLForms
(C) Webforms
Ques 15 :
Default scripting language in ASP?
(A) EcmaScript
(B) VBScript
(C) PERL
(D) JavaScript
Ques 16 :
Which DLL translate XML to SQL in IIS?
(A) SQLISAPI.dll
(B) SQLXML.dll
(C) LISXML.dll
(D) SQLIIS.dll
Ques 17 :
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 18 :
Which of the following is faster and consume lesser memory?
(A) SQLDataReader
(B) Data Set
Ques 19 :
Where do we include the user lists for Form authentication?
(A) < credential>
(B) < authorization>
(C) < Identity>
(D) < authentication>
Ques 20 :
Which of the following object is not an ASP component?
(A) LinkCounter
(B) Counter
(C) AdRotator
(D) File Access
Submit Answer
Don't Refresh the Page !! ...