.Net Database Interview Questions

.Net Database Interview Questions

  1. What is the use of trace utility?
  2. What does Server.Map Path do?
  3. How do you create thread in .NET?
  4. How many objects are there in ASP?
  5. How to deploy an asp.net application?
  6. What are the types of cookies are there?
  7. How can you deploy an asp.net application?
  8. Explain how many objects are there in ASP?
  9. What is differences between ADO and DAO?
  10. How do we upgrade SQL Server 7.0 to 2000?
  11. Explain what are the types of cookies are there?
  12. Which DLL file is needed to be registered for ASP?
  13. What is the purpose of using COLLATE in a query?
  14. What are the advantages/disadvantages of view state?
  15. How do u call and execute a stored procedure in .NET?
  16. What is referential integrity and how can we achieve it?
  17. What is de-normalization? When do you do it and how?
  18. What is the maximum length of a varchar in SQL Server?
  19. Explain similarities and differences between Java and .NET?
  20. Explain the different types of replication? How are they used?
  21. What are the different types of replication? How are they used?
  22. Explain differences between framework 1.0 and framework 1.1?
  23. Explain what is the maximum length of a varchar in SQL Server?
  24. Explain at least two methods of response object other than Transfer?
  25. Explain at least three methods of response object other than Redirect?
  26. How do SQL Server 2000 and XML linked? What is SQL Server agent?
  27. What are good ADO.NET object(s) to replace the ADO Record set object?
  28. Explain differences between Servers. Transfer and server. Execute method?
  29. How do you separate business logic while creating an ASP.NET application?
  30. What is the .NET data type that allows the retrieval of data by a unique key?
  31. What is the STUFF function and how does it differ from the REPLACE function?
  32. Explain what are good ADO.NET object(s) to replace the ADO Record set object?
  33. Describe session handling in web form. How does it work and what are the limits?
  34. Explain how do we separate business logic while creating an ASP.NET application?
  35. Explain what is the .NET data type that allows the retrieval of data by a unique key?
  36. What are cursors? Name four type of cursors and when each one would be applied?
  37. What are the differences between User control and Web control and Custom control?
  38. Explain what is the STUFF function and how does it differ from the REPLACE function?
  39. Explain what are cursors? Name four type of cursors and when each one would be applied?
  40. How do you use DBCC statements to monitor various ASPects of a SQL Server installation?
  41. What is an execution plan? When would you use it? How would you view the execution plan?
  42. How does you handle this COM components developed in other programming languages in .NET?
  43. Name 3 ways you can get an accurate count of the number of records in a table Using query analyzer?
  44. How do you find the error, how can you know the number of rows affected by last SQL Statement?
  45. What is the difference between a Local temporary table and a Global temporary table? How is each one used?