56) Which of the following is true ?
a)
IsPostBack is a method of System.UI.Web.Page class
b)
IsPostBack is a method of System.Web.UI.Page class
c)
IsPostBack is a readonly property of System.Web.UI.Page class (ANS)
57) It is possible to set Maximum length for a
text box through code
a)
True (ANS)
b)
False
58) The number of forms that can be added to a
aspx page is
a)
2
b)
3
c)
1 (ANS)
d)
More than 3
59) How do you manage states in asp.net
application
a)
Session Objects
b)
application Objects
c)
Viewstate
d)
Cookies
e)
All of the above (ANS)
60) The interface used by ASP.Net to create
Unique Id’s?
a)
AppDomainsetup
b)
System.UI.Naming.Container (ANS)
c)
IAsyncResult
d)
customFormatter
61) Which property of the session object is used
to set the local identifier ?
a)
SessionId
b)
LCID (ANS)
c)
Item
d)
Key
62) Select the caching type supported by ASP.Net
a)
Output Caching
b)
DataCaching
c)
Both a &
b (ANS)
d)
None of the above
63) Where is the default Session data is stored
in ASP.Net
a)
InProcess (ANS)
b)
StateServer
c)
SQL Server
d) All of the above
64) How do you disable client side
validation ?
a)
Set the language property to C#
b)
Set the Runat property to server
c)
Set the ClientTarget property to Downlevel (ANS)
d)
Set the inherits property to codeb
65) Select the validation control used for
“PatternMatching”
a) FieldValidator
b)
RegularExpressionValidator (ANS)
c)
RangeValidator
d)
PatternValidator
66) How do you trace the
application_End event on runtime?
a)
By Debugging
b)
By Tracing
c)
Can not be done (ANS)
67) Who can access Session state variables
a)
All Users of an application
b)
A Single session (ANS)
c)
All users within a single tunnel
68) Select the type Processing model that
asp.net simulate
a)
Event-driven (ANS)
b)
Static
c)
Linear
d)
TopDown
69) Does the “EnableViewState” allows the page
to save the users input on a form
a)
Yes (ANS)
b)
No
70) Web Controls Supports CSS
a)
True (ANS)
b)
False
71) Session Object classes are defined in which
of the following namespace?
a)
System.Web.UI
b)
System.Web.SessionState
c)
System.Web
72) Which DLL translate XML to SQL in IIS
a)
SQLISAPI.dll (ANS)
b)
SQLXML.dll
c)
LISXML.dll
d)
SQLIIS.dll
73) What is the default authentication mode for
IIS
a)
Windows
b)
Anonymous (ANS)
c)
Basic Authentication
d)
None
74) Which of the following is not a valid state
management tool?
a)
Querystate (ANS)
b)
Hidden Form Field
c)
Application State
d)
Cookies
75) What is the maximum number of cookies that
can be allowed to a web site
a)
1
b) 10
c)
20
d)
30
e)
More than 30
ASP.NET MULTIPLE CHOICE INTERVIEW QUESTIONS PART 1 PART 2 PART 3 PART 4 PART 5
PART6 PART7 PART8 PART9 PART10
This comment has been removed by a blog administrator.
ReplyDelete