JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
ASP.NET interview questions
ASP.NET interview questions
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. Where is the default Session data is stored in ASP.Net?
A. InProcess
B. StateServer
C. Session Object
D. All of the above
Show Correct Answer
Correct Answer is :
InProcess
2. What is the result of the below query? SELECT SUBSTRING('DOTNET', 1, 3) AS 'Substring'
A. DOT
B. OTN
C. OT
D. None Of the Above
Show Correct Answer
Correct Answer is :
DOT
3. Which of the following is not a member of ADODBCommand object?
A. ExecuteReader
B. ExecuteScalar
C. ExecuteStream
D. Open
Show Correct Answer
Correct Answer is :
Open
4. What's the difference between Response.Write() andResponse.Output.Write()?
A. Response.Output.Write() allows you to flush output
B. Response.Output.Write() allows you to buffer output
C. Response.Output.Write() allows you to write formatted output
D. Response.Output.Write() allows you to stream output
Show Correct Answer
Correct Answer is :
Response.Output.Write() allows you to write formatted output
5. Which method do you invoke on the Data Adapter control to load your generated dataset?
A. Fill( )
B. ExecuteQuery( )
C. Read( )
D. Write()
Show Correct Answer
Correct Answer is :
FALSE
Similar Interview Questions
Search for latest jobs
Find Jobs