ASP.NET Interview Questions and Answers

Category: Interview Questions and Answers
1. What is ASP.NET?
2. How does ASP.NET differ from PHP?
3. How does ASP.NET differ from Classic ASP?
4. What is Common Language Runtime (CLR)?
5. Explain IL, CTS, CLS and JIT.
6. What are the different types of JIT?
7. Define a Managed Code.
8. Explain the working of a web application.
9. Explain serialization and deserialization.
10. What are the application and session event handlers in ASP.NET ?

C# Interview Questions and Answers

Category: Interview Questions and Answers
1. Would you explain What is C# and its features?
2. Could you give me reasons to use C# language?
3. Would you define an object.
4. Can you explain Constructors with its types?
5. What do you mean by Constructor Overloading?
6. Please define Static Constructor.
7. What do you understand by Private Constructor.
8. Can you describe Copy Constructor?
9. Differentiate between method overriding and method overloading.
10. How many types of comments are found in C#?

JQuery Interview Questions and Answers

Category: Interview Questions and Answers
1. What is JQuery?
2. What are the features of JQuery library?
3. Which is better between JQuery and javascript?
4. Is fade effect possible in JQuery?
5. What are bind(), live() and delegate() methods?
6. JQuery provides various methods to remove elements from DOM. Which are those methods?
7. Explain resize() function.
8. Explain the difference between find() and children() methods.
9. What is the difference between size() and length of JQuery?
10. What are the 4 parameters used for JQuery Ajax method?

SQLServer Interview Questions and Answers

Category: Interview Questions and Answers
1. Define Structured Query Language (SQL).
2. What do you understand by Relational Database Management System (RDBMS)?
3. Could you enumerate the properties of the Relational tables?
4. Would you state the difference between a primary key and a unique key?
5. Enumerate the different index configurations that a table can have.
6. Could you define bit data type and what information can be stored in it.
7. Define Magic tables in SQL Server.
8. Could you explain RANK() function in SQL Server.
9. Define Identity.
10. Would you describe Linked Server.

MVC Interview Questions and Answers

Category: Interview Questions and Answers
1. Would you briefly describe MVC?
2. Tell me about ASP.NET MVC?
3. Would you tell the advantages of asp.net mvc?
4. Could you state the request flow in asp.net mvc?
5. Describe about the steps involved in the execution of an MVC project?
6. State what is routing?
7. What settings are needed for routing to work in a proper manner in mvc?
8. How a route should be specified?
9. Would you tell as to how constraints can be added to the route?
10. Define RouteConfig.cs.

AJAX Interview Questions and Answers

Category: Interview Questions and Answers
1. Could you explain what is Ajax?
2. Please describe the benefits of AJAX over Java applet.
3. Would you enumerate the advantages of using AJAX?
4. Explain how is encoding handled in AJAX?
5. Please tell me something about asynchronous behaviour of AJAX.
6. Would you tell what operations we cannot perform with the help of AJAX?
7. Please differentiate between Synchronous Postback and Asynchronous Postback.
8. Could you explain who is in control - the server or the client in AJAX?
9. Explain in brief about XMLHttpRequest object.
10. Could you name out which controls come under AJAX?

Web API Interview Questions and Answers

Category: Interview Questions and Answers
1. What is ASP.NET Web API?
2. What are the advantages of using ASP.NET Web API?
3. Differentiate between WCF and Web API.
4. What is SOAP?
5. What is REST?
6. Differentiate between MVC and Web API.
7. How can we use Web API with ASP.NET Web Form?
8. Which top 5 New Features have been included in ASP.NET Web API 2?
9. What is TestApi?
10. What are Exception Filters?

LINQ Interview Questions and Answers

Category: Interview Questions and Answers
1. Could you tell me about LINQ and why is it required?
2. Differentiate between LINQ and Stored Procedures.
3. Would you tell whether LINQ can be used with databases other than SQL Server?
4. Would you enumerate three main components of LINQ?
5. Could you tell what are advantages of LINQ?
6. Please define Lambda expression.
7. Could you differentiate between Statement Lambda and Expression Lambda?
8. Explain the role of DataContext classes in LINQ.
9. Please differentiate between XElement and XDocument.
10. Could you tell the difference between XElement.Load() and XDocument.Load()?

WCF Interview Questions and Answers

Category: Interview Questions and Answers
1. What is WCF ?
2. What are the components used in WCF?
3. What is Endpoint?
4. Does WCF support interoperability?
5. What are the features of WCF?
6. What are the advantages of using WCF?
7. Differentiate between WCF Service and ASP.NET Web Services.
8. What are different types of contracts available in WCF?
9. What is Data Contracts in WCF?
10. What is Service Contracts in WCF?

Bootstrap Interview Questions and Answers

Category: Interview Questions and Answers
1. What do you understand by Bootstrap?
2. Why would you use Bootstrap? Tell me about its benefits.
3. Which components are there in Bootstrap?
4. Tell me about different layouts available in Bootstrap.
5. Could you explain me about responsive layout?
6. Would you differentiate between Fluid Layout & Responsive Layout?
7. How the images are made responsive?
8. Tell me about Bootstrap Media Queries?
9. Would you explain Bootstrap Grid System?
10. Do you have an idea as to why Modal Plugin is used in Bootstrap?

OOPS Interview Questions and Answers

Category: Interview Questions and Answers
1. Could you define what is Object Oriented Programming (OOP)?
2. Please define an object with its use in OOP with its desirable qualities.
3. Enumerate the characteristics of Object Oriented Programming (OOP).
4. Please state the advantages of using Object Oriented Programming (OOP).
5. Please define a Class.
6. What is an Abstract Class?
7. Please tell me when would you use Abstract Classes?
8. Please explain Public, Private and Protected Access Modifiers.
9. Would you tell what are the default access modifiers in C#?
10. Could you differentiate between abstraction and encapsulation?