Thursday, September 13, 2007

Web Application Developers - Jobs Questions

Following are the questions from an interview I attended for in C#, ASP.NET, XML and Sql Server. I will try to add some more as soon as I recollect. Hope these questions will be useful for people attending interviews in this area.

* What is the maximum length of a varchar field in SQL Server?

* How do you define an integer in SQL Server?

* How do you separate business logic while creating an ASP.NET application?

* If there is a calendar control to be included in each page of your application, and we do not intend to use the Microsoft-provided calendar control, how do you develop it? Do you copy and paste the code into each and very page of your application?

* How do you debug an ASP.NET application?

* How do you deploy an ASP.NET application?

* Name a few differences between .NET application and a Java application?

* Specify the best ways to store variables so that we can access them in various pages of ASP.NET application?

* What are the XML files that are important in developing an ASP.NET application?

* What is XSLT and what is its use?

No comments: