Monday, November 21, 2005

.Net Interview Questions

1.DataStructure - Sorting Method
2.OOPs - Inheritance, Polymorphism, Encapsulation
3.Use of interface.
4.Types of Polymorphism
5.What is .Net Framework?
6.Describe Distributed Environment.
7.What is WebService?
8. How will you host webservice?
9.What is .pdb file?
10. How will you give your site while deployment(release mode/debug mode)?
11. Difference between Response.Redirect n Server.Transfer?
12. Can ASP pages be used with ASP.net pages?
13. Can a single .cs file can be used for multiple .aspx pages?
14. How will u maintain state?
15. What is wsdl file?
16. Diff. between user control n server control?
17. Biztalk
18. Share Point
19. Can u send email through sql server?
20. Did u send email through ASP.net and which class used for this?
21. What is DataBind coloumn or Template column?
22. Paging in Datagrid, which class do u use for customized paging.
23. What is Sql JOb?
24. Why there r default users in Sql Server?
25. Diff. between fn and procedure.
26. How will deploy web appln. without bin directory?
27. What is .Net Remoting?
28. How to use for loop in stored procedure?
29. Cursors?
30. Identity?
31. If u delete a row in a table , how will u re-serialize the identity number or serial number?
32. What is latest in ASP.net?
33. In which version u r working of Asp.net?
34. If suppose u want to support pagename.xyz? here xyz is extension of page. How will it be done?

Monday, November 14, 2005

Interview Que(.Net)

1.What is difference between abstract class and interface?
2. What is difference between interface and class?
3.what is difference between string class and stringbuilder class?
4.what is remoting?
5.What is difference between remoting and web service?
6.Can web service method return hashtable?
7.What is boxing and unboxing?
8. What is value type and reference type?
9.Is string is reference type or value type?