Friday, December 24, 2010

32 importantASP.NET interview questions - Part 2

32 importantASP.NET interview questions - Part 2


This section will cover the most asked questions related to ASP.NET interview questions by the interviewer so have a look on the following and do revise it when ever you go for the ASP.NET interview

Normally the ASP.NET interviewer starts with.....
Difference between ASP and ASP.NET?
What are major events in GLOBAL.ASAX file?
What order they are triggered?
Do session use cookies?
How can we force all the validation control to run?
How can we check if all the validation control are valid and proper?
If client side validation is enabled in your Web page, does that mean
server side code is not run?

Which JavaScript file is referenced for validating the validators at the
client side?

How to disable client side script in validators?
How can I show the entire validation error message in a message box on the
client side?

You find that one of your validations is very complicated and does not fit
in any of the validators, what will you do?

What exactly happens when ASPX page is requested from a browser?
How can we kill a user session?
How do you upload a file in ASP.NET?
How do I send email message from ASP.NET?
What are different IIS isolation levels?
ASP used STA threading model, what is the threading model used for ASP.NET?
What is the use of <%@ page aspcompat=true %> attribute?
Explain the differences between Server-side and Client-side code?
Can you explain Forms authentication in detail?
How do I sign out in forms authentication?
If cookies are not enabled at browser end does form Authentication work?
How to use a checkbox in a data grid?
What are the steps to create a windows service in VB.NET?
What is the difference between “Web farms” and “Web garden”?
How do we configure “Web Garden”?
What is the main difference between Grid layout and Flow Layout?
What is the difference between trace and debug in ASP.NET?
How do you enable tracing in on an ASP.NET page?
Which namespace is needed to implement debug and trace ?
Can you explain the concept of trace listener?
What are trace switches?

So friends answering to above question on ASP.NET interview questions helped me to clear topic in front of the interviewer.

No comments: