Sunday 26 July 2015

.Net Face to Face interview questions for 6+ Years of experience along with the skills C#.Net, ASP.Net, SQL Server, JQuery, WCF, & MVC

  1. Can you give brief introduction about your self?
  2. Can you give brief introduction of the projects which you worked?
  3. Why you are looking for Job Change?
  4. Explain about the Dependency Injection in C#?
  5. What is the difference between Array list and List?
  6. Is List dictionary or different?
  7. What is Type-Safety?
  8. What is Serialization & de Serialization?
  9. How many types of Serialization WCF Support?
  10. What is the difference between abstract class and Interface?
  11. Where to use interface and where we have to use abstract class?
  12. State Management techniques in ASP.Net?
  13.  Explain about page segment Cache?
  14. What are Partial views in MVC?
  15. Have you created WCF service?
  16. What are the different types of binding in WCF?
  17. What is the difference between Basic Http and WS Http bindings?
  18. Explain different types of bindings in WCF?
  19. What is Routing concept in MVC?
  20. State management techniques in MVC?
  21. What is the difference between Razor Engine & ASP.Net Engine?
  22. Explain Security concepts in WCF?

.Net Face to Face interview questions for 6+ Years of experience along with the skills C#.Net, ASP.Net, SQL Server, JQuery & TFS

  1. Can you rate your self in C#, SQL and ASP.Net?
  2. Explain your current Project?
  3. What are your roles and responsibilities?
  4. Explain about Code Coverage?
  5. What are most comfortable areas which you have worked?
  6. Did you work on TFS? Have your ever use TFS in another way?
  7. What is Garbage collector?
  8. What are different types of collections? When we have to go for Array & when to Array list?
  9. Which Encrypt and decrypt technique you used?
  10. How can I increase the performance of application in Asp.Net?
  11. What are the main components of IIS?
  12. Can you tell MVC flow when you type any URL in the browser?
  13. What is the difference between body.onload and document.getready?
  14. How to select all the elements by using JQuery?
  15. How many types of selectors we have in JQuery?
  16. What is KDN?
  17. There is a service and out process should be consumed by Laptop or Mobile or any device which binding do we have to use?
  18. How many types of temporary tables are there in SQL?
  19. Have you worked on design patterns?
  20. Do you know Solid principles?

.Net Face to Face interview questions for 5+ Years of experience along with the skills C#.Net, ASP.Net, SQL Server, WCF & MVC

  1. How to bring data from database to application in XML format
  2. How to increase the performance of ASP.Net application?
  3. How to increase the performance of Stored Procedure?
  4. What is the difference between function & stored procedure?
  5. What is the session management technique?
  6. What is the difference between Web controls &HTML controls?
  7. I don’t want to use session management for my 3 pages application, How can I do state management?
  8. What is Cache?
  9. What are indexes? What is the difference between them?
  10. What is temp table and table variables?
  11. What are clustered and non-clustered indexes?
  12. What are cursors?
  13. How Garbage- Collector know that ha to clear the objects of not in use?
  14. <input type= “Text” Id= “txt”>, How can I call this control from code behind?
  15. What are transactions in C#, SQL and WCF?
  16. What are handlers?
  17. What is the security in Asp.Net?
  18. What is abstract class?
  19. Why we have to use Razor Engine?
  20. What are indexes, when we have to use and when we shouldn’t use?
  21. If we use indexes, what happens?

.Net Telephonic interview questions for 6+ Years of experience along with the skills MVC, C# .Net, OOPS Concept, SQLServer & JQuery


  1. Explain your Self?
  2. Explain about your projects?
  3. If I have one login page in MVC which approach you will do authentication?
  4. How to send date from View to Controller?
  5. If I ask you to develop a login form, how will you approach?
  6. What are action filters in MVC?
  7. How to use AJAX in MVC?
  8. Which type of bindings you used in WCF and why?
  9. What is dependency injection in MVC?
  10. How to increase the performance of application & Database?
  11. Difference between SQL Server 2005 & 2008?
  12. How to display data from SQL to View in MVC?
  13. What is the difference between temp table and temp data?
  14. What is the difference between View Data & View Bag?
  15. What are Cursers?
  16. In what case we shouldn’t use Non-Clustered Index?
  17. What is the difference between Joins & Sub queries?
  18. How many Non-Clustered indexes we can use on a table?
  19. What are clustered and non clustered indexes?
  20. What is JSON?
  21. Why to use JSON & what is SOAP?



Friday 24 July 2015

.Net Face to Face interview questions for 7+ Years of experience along with the skills MVC, C# .Net, OOPS Concept, ASP.Net & JQuery

  1. What is the main difference you find in both MVC & ASP.Net Applications?
  2. What is var Keyword in C#?
  3. Brief about your career?
  4. Tell me one place where you explode your technology?
  5. What is your role in your company?
  6. Why you are trying for job change?
  7. Explain your first project?
  8. Which technology you used to test your application?
  9. Explain about your current projects?
  10. What are the third party tools you have used so far?
  11. How to get data from Pop up to Parent page?
  12. What are different types of collections?
  13. What is var key? Can w define it as object?
  14. What is routing concept in MVC?
  15. How to do validations in MVC?
  16. What are the extended methods in MVC?
  17. What are selections in JQuery?
  18. How to pass model from View to Controller?
  19. What is model binding?
  20. What are Action filters in MVC?
  21. What is JSON?

.Net Telephonic interview questions for Freshers having the skills C# .Net, OOPS, ASP.Net, SQL Server

1.      Tell me about your self

2.      Tell me about the project which you have done in training period
3.      How can you Rate your self ASP.Net & SQL Server?
4.      What happens if we declare main method private?
5.      Real time examples of Oops concepts?
6.      What is the difference between SQL query & Stored Procedure?
7.      How to call a method in base class from child class
8.      String S= Null is boxing or UN boxing
9.      What is the Syntax for Stored Procedure?
10. Which concept of Oops is it? If Methods with same name with different number of    arguments?
11. What is Abstraction?
12. How different access Modifiers works in C#?
13. What is the difference between Data Reader & Data Set?
14. Explain ASP.Net Page Life Cycle?
15. What is the use of Generics?
16. What are Delegates?
17. What is the use of Delegates?
18. What is Collection and what are different Collections in .Net?
19. What are API’s in .Net?
20. What is Class?
21. What is the difference between Class and Object?
22. What the difference is between connected and disconnected oriented Architecture?