Interview Tips Interview Tips, Interview Questions and Answers

11Jun/100

What is a good C# ASP.NET MVC question to ask a prospective employee?

First things first. Do they even know what MVC. Not just the TAL but can they describe it to you. Then what are the benefits. Also it doesn't hurt to ask them their opinion on it. It is good to know if they even like MVC frameworks.

Next, ask them if they have used any other MVC frameworks. Struts, Spring MVC, Zend or anything like that.

Ask them if they know when a session starts, the general state problem on the net etc etc.

Also a little bit of database. Ask them if they have any experience with database persistence layers.

Then just because you can ask a hard technical question, ask them to write a function that compares two binary trees both in value and structure to see if they are identicial.

19Mar/100

asp.net interview questions and answers

What is the namespace provides MVC pattern?

System.Web.Mvc

What are all the navigation controls available with asp.net?

Menus
Site Maps
Tree View

Where smart naviagation is used?

Smart navigation is used to keep the cursor postions in post backs

Whether ASP.NET is compiled or interpretted?

It is compiled one.

What is MVC Pattern? How it is involved in ASP.NET?

MVC means Model View Controller. Microsoft has implemented MVC pattern in ASP.NET for the easy building of web applications. The seperation of UI part and codebehind part is based upon the MVC.

What data type does the RangeValidator control support?

Integer, String and Date