Time remaining
:
:
Test Status
ASPRANDOMTEST
Ques 1 :
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 2 :
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 3 :
Which DLL translate XML to SQL in IIS?
(A) SQLISAPI.dll
(B) SQLXML.dll
(C) LISXML.dll
(D) SQLIIS.dll
Ques 4 :
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 5 :
Mode of storing ASP.NET session?
(A) InProc
(B) StateServer
(C) SQL Server
(D) All of the above
Ques 6 :
How ASP.Net Different from classic ASP?
(A) Scripting is separated from the HTML, Code is interpreted seperately
(B) Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
(C) Code is separated from the HTML and interpreted Code is interpreted separately
Ques 7 :
While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET Text Box server control, what do you need to do to get the Text Box to display on the Web page?
(A) Call the Show Control method on the Text Box.
(B) Set the Visible Control to true on the Text Box.
(C) Add the Text Box instance to the form1.Controls collection.
(D) Execute the AddControl method on the Web page.
Ques 8 :
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 9 :
How do you register a user control?
(A) Add Tag prefix, Tag name
(B) Add Source, Tag prefix
(C) Add Src, Tagprefix, Tagname
Ques 10 :
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 11 :
Which of the following tool is used to manage the GAC?
(A) RegSvr.exe
(B) GacUtil.exe
(C) GacSvr32.exe
(D) GacMgr.exe
Ques 12 :
Whats is the significance of Response.ClearHeaders( )
(A) Clears all Headers from the buffer stream
(B) Clears all the
section value from rendered HTML File
(C) Clears the content of the Rendered page
(D) None of the above
Ques 13 :
ASP makes a website more interactive and dynamic.
(A) True
(B) False
Ques 14 :
Which one of the following is to be implemented for .NET remote server object?
(A) IUnknown
(B) ISerializable
(C) IMarshalByValue
(D) ISingleCall
Ques 15 :
Which of the following are ASP standard objects?
(A) server
(B) response
(C) session
(D) All of the above
Ques 16 :
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 17 :
Where do we include the user lists for windows authentication?
(A) < Credential>
(B) < authentiation>
(C) < authorization>
(D) < identity>
Ques 18 :
Custom Controls are derived from which of the classes
(A) System.Web.UI.Webcontrol
(B) System.Web.UI.Customcontrol
(C) System.Web.UI.Customcontrols.Webcontrol
Ques 19 :
Which one of the following is to be implemented for .NET remote server object?
(A) ISerializable
(B) ISingleCall
(C) IUnknown
(D) IMarshalByValue
Ques 20 :
Which one of the following is the type of assembly that contains localized resources?
(A) Hub
(B) Satellite
(C) Shared
(D) localized
Submit Answer
Don't Refresh the Page !! ...