Tuesday 26 November 2013

CSC .Net Interview Questions

  1. Tell me abt ur project .. ? Roles and Responsibilities
  2. What is meant  by 3-tier architecture ?
  3. What is use of 3-tier architecture ? Difference between 3-tier architecture and 3 layered architecture


  4. What does business logic layer and databases  layer contains ?
  5. Take simple form in ur project , explain how data is access ( what r the methods u called for inserting the  values, passing the parameters from one tier to another)?
  6. Difference  between Abstract classes and interface ?
  7. Can we create the object for abstract classes ? is it necessary  to implement all the methods of abstract   classes  in  derived  class ?
  8. Can I implement multiple number of interfaces in a single class ?
  9. What is meant  by Partial Class ?
  10. Difference between 2.0 and 3.5 ?
  11. What are the new base  class methods in   .net 3.5  ?
  12. What is meant by Object Instance Initialization in .net 3.5 ?
  13. How can u handle the trouble shooting in ur project ? what is the use of  N-unit ? Did u use linq in ur project .. ? 
  14. “var” data type ? and  tell me the extension methods ?
  15. Can we write the code for I have List and I have the table employee with employ id, employee  name  ,I   fill the table in datasetset  ,by using “ForEach” loop collect result row collection for list ?Did u use Ajax in ur project ..
  16. What is meant by  Ajax  ?  use of Ajax ?
  17. Can I have a Multiple Update panel in a webpage ?
  18. In which  Scenario we use  in conditional mode in Update panel ?
  19. What is the use of Script Manger and Proxy Script Manger ? What are Ajax tools u used in ur project ?
  20. Is it possible to invoke the modal popup from code behind ?
  21. What happens when page is refresh On Modal popup ?
  22. Page life cycle events ?
  23. When the page is post-back by an event handlers (like  dropdownselectedindex, tnclickevent) When this event is executed before page load  or after page load ?
  24. What is the “Auto Event Fired”  What happened  when  it is true,false ?
  25. What is the use of View State, if it is turned off  what happened ?
  26. In process and out process Session memory ?
  27. In Which Scenario we can use Out process session ?
  28. Difference between Application variables and session variables , where we maintain application state ?
  29. In forms Authentication , cookie, true or false represents ?
  30. Difference between the cookies and sessions ?
  31. Types of cache ? vary by param ? time slide expiration ?
  32. How can we set the time out of for  data caching ?
  33. My stored procedure returns 3 results set , does the data reader can handle ?
  34. Difference between data set and data reader ? which is light weighted ?
  35. Where does  the caching the data located ?
  36. What is meant by Nullable type ?
  37. Did use Jquey,Json ?


No comments:

Post a Comment