| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

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?

Correct Answer is : InProcess

2. What is the result of the below query? SELECT SUBSTRING('DOTNET', 1, 3) AS 'Substring'

Correct Answer is : DOT

3. Which of the following is not a member of ADODBCommand object?

Correct Answer is : Open

4. What's the difference between Response.Write() andResponse.Output.Write()?

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?

Correct Answer is : FALSE