Monday 2 June 2014

.Net with 5+ Years Experience Asp.Net, MVC, C#, Sql Server, Jquery interview questions



  1. What are your responsibilities in previous project?
  2. What is Inheritance?
  3. What is abstract class? Can you declare variables in abstract classes?
  4. What is interface? Can we declare variables in interface?
  5. I have two interfaces, A contains print method and B contains Print method, I have another class I want to call Print method of A and B how can I?
  6. What is method hiding?
  7. What is Ref and out parameters in C#?
  8. What is using block and what is major use of that?
  9. Have you used dispose method in C#?
  10. Have you worked in Linq?
  11. What is the difference between List & Array List?
  12. What is hashtable? What is the main difference between hashtable and dictionary?
  13. State management techniques in asp.net?
  14. Asp.net page life cycle?
  15. What is global.asax? what is the use of it?
  16. What is cache in asp.net?
  17. What is Ajax?
  18. What is the difference between Response.redirect& Server .Transfer ? whatis the main difference between them?
  19. If I want to get external  Url what we have to use either response.redirect or server.transfer?
  20. What is Get and Post Methods?
  21. Give the flow of MVC?
  22. What are the advantages of stored procedures?
  23. Different types of Indexes in SQL and explain about them?
  24. What is the self join? And what is right join?
  25. How to find second highest salary from the table?
  26. Difference between Union and Union all.



No comments:

Post a Comment