Friday 28 November 2014

.Net Face to Face interview questions for 3+ Years of experience along with the skills C# .Net, OOPS Concept, ASP.Net and SQL Server

Hi Friends,

A friend of mine has shared .Net Face to Face interview questions for   3+ Years of experience along with the skills C# .Net, OOPS Concept, ASP.Net and SQL Server.
Please go through the below questions.

  1. Can you give brief introduction about yourself?
  2. Can you give brief introduction about your education?
  3. What is Garbage Collector?
  4. Explain about Garbage collector Generations?
  5. What are extensions in C#
  6. What are generics in C# and why we use Generics?
  7. Can I use two data type variables in Generics & Array lists?
  8. What are the uses of Generics?
  9. What is the difference between abstract classes and interfaces?
  10. Can’t we use abstract for multiple inheritance purpose?
  11. What is Var keyword in C#?
  12. Can you tell whether Var declares value in compile time or run time?
  13. What are the Events & Delegates?
  14. What are the uses of Events & Delegates?
  15. What is multicast Delegate?
  16. What are Single -Tier and N-Tier Applications?
  17. Explain about ASP.Net Validation Controls?
  18. What is Custom validation control in ASP.Net?
  19. ASP.Net controls are server side or client side?
  20. Can we use ASP.Net Controls as client side?
  21. What is session? Where can we store session object?
  22. What is the difference between Trace & Debug?
  23. What is Auto generate property in ASP.Net?
  24. Can we use validations on Auto generate property in ASP.Net?
  25. How many ways can we see the trace?
  26. What is cross page posting?
  27. What are the indexes?
  28. Which type of index will Primary key creates by default?
  29. Have you listed any design patterns?
  30. What are Isolation levels in SQL?
  31. What is CTE in SQL?
  32. What is the difference between functions & Stored Procedures?
  33. Is function pre-compiled?
                                                                                                         Anu..................

Sunday 23 November 2014

.Net Face to Face interview questions for 6+ Years of experience along with the skills C# .Net, OOPS Concept, ASP.Net, SQL Server, Java Script, WCF, WPF and XML

  1. Explain about yourself?
  2. What is .Net frame work?
  3. What is CLR? 
  4. What is garbage collector? Explain about garbage collector?
  5. What is managed code & unmanaged code?
  6. Is CLR will clear the unmanaged code?  How to clean up the unmanaged code?
  7. What is the difference between Finalize and dispose?
  8. What is exception handling in ASP.Net?
  9. What is finally-block? Which type of code we keep in finally block?
  10. What is the difference between Web Services & WCF Services?
  11. What is WCF?
  12. How many types of bindings are there in WCF and explain them?
  13. Which types of bindings you used in your application?
  14. What is the difference between basic http binding and WShttp binding?
  15. What is the importance of JavaScript?
  16. How to capture a text box in JavaScript?
  17. Can we call services in JavaScript?
  18. Can we call server side coding in JavaScript and how?
  19. What are the state management techniques in ASP.Net?
  20. Explain different types of sessions?
  21. When to use sessions? Where session id will store?
  22. What are cookies? What is the difference between cookies and sessions?
  23. What is the difference between Interface and abstract class?
  24. I have one method in both interface and abstract class? I do have to implement the method in child classes, what is the difference between those two? Which will take less compilation time?
  25. Do you know XML? Why we need XML?
  26. Write one example for XML?


.Net Face to Face interview questions for 6+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF and MVC

  1. Tell me about yourself?
  2. Explain your current roles and responsibilities in your project?
  3. How do you rate yourself in C# out of 10?
  4. What is JSON? Why we use JSON?
  5. We have already JavaScript, why we need JSON?
  6. Why we need JavaScript?
  7. What is the user of AJAX?
  8. What is the difference between Web Services & WCF Services?
  9. What is the End Point in WCF?
  10. What are the different types of bindings in WCF?
  11. Write a Program in WCF including all contracts?
  12. How do you rate yourself in SQL Server out of 10?
  13. What are triggers? What is the importance of triggers in in SQL Server?
  14. How many types of triggers are there and explain?
  15. Write a query to get is the 2nd highest salary in Employee table?
  16. What is MVC? Explain Model, View and controller?
  17. Where we write methods in MVC?
  18. Write a program to reverse a string in C#? E.g.: S=Interview”.
  19. What is the state management technics in Asp.Net?
  20. What is Client side technology & Server side technology in ASP.Net?
  21. What is the difference between functions & Stored Procedures?