-
Interview Skills Test
I will be taking a skills test for an ASP.net developer position and I was wondering what concepts would be on the test? What can I expect to see?
-
Which of the following is not a member of ADODBCommand object
Skill/Topic: AdvancedA) ExecuteReaderB) ExecuteScalarC) ExecuteStreamD) OpenE) CommandText
-
ASP .Net Page Life Cycle
Explain the life cycle of an ASP .NET page.
-
What’s the difference between Response.Write() andResponse.Output.Write()?
Skill/Topic: BeginnerA) Response.Output.Write() allows you to flush outputB) Response.Output.Write() allows you to buffer outputC) Response.Output.Write() allows you to write formatted outputD) Response.Output.Write() allows you to stream output
-
What namespace does the Web page belong in the .NET Framework class hierarchy?
Skill/Topic: BeginnerA) System.web.UI.PageB) System.Windows.PageC) System.Web.page
-
What is the extension of a web user control file ?
Skill/Topic: BeginnerA) .AsmxB) . AscxC) .Aspx
-
What is the lifespan for items stored in viewstate
Skill/Topic: AdvancedA) Exists for the Life of the current pageB) 20 minsC) 2 minsD) 2 sec
-
-
Can a dll run as stand alone application ?
Skill/Topic: BeginnerA) NoB) YesC) Sometimes we can make it by introducing some code
-
What is the advantage of Disconnected mode of ADO.Net in ASP.Net
Skill/Topic: AdvancedA) Automatically dump data at client PCB) Not necessary to connect with serverC) user data can update and retrieve in dataset and when connection connected, update values with serverD) All of the above
-
What does Response.End will do?
Skill/Topic: IntermediateA) It will stop the server processB) It will stop the client processC) None of the above
-
Select the control which does not have any visible interface
Skill/Topic: IntermediateA) DatalistB) DropdownListC) RepeaterD) Datagrid
-
Which Language can Support SOAP
Skill/Topic: AdvancedA) VBB) JAVAC) COBOLD) All of the above
-
-
Which of the following is not a valid state management tool?
Skill/Topic: IntermediateA) Application StateB) Hidden Form FieldC) QuerystateD) Cookies
-
The number of forms that can be added to a aspx page is
Skill/Topic: IntermediateA) 2B) 3C) 1D) More than 3
-
How do you turn off the Session state for a webform ?
Skill/Topic: IntermediateA) In Web.config file set the tag to TrueB) In Web.config file set the tag to falseC) Set the Session state to false in webform properties windowD) Set the EnableSession state to false in webform properties window
-
What is the significance of Server .MapPath
Skill/Topic: AdvancedA) Returns the physical file path that corresponds to virtual specified pathB) Returns the Virtual Path of the web folderC) Maps the specified virtual path to Physical pathD) None
-
Which method displays the custom control
Skill/Topic: AdvancedA) The PrerenderB) RenderC) Page_LoadD) Display
-
Custom Controls are derived from which of the classes
Skill/Topic: BeginnerA) System.Web.UI.WebcontrolB) System.Web.UI.CustomcontrolC) System.Web.UI.Customcontrols.Webcontrol
ASP.NET Interview Questions
Ans