Dell Dot net Interview Questions for 2+
years of Experience
1. Explain about your
project briefly?
2. Explain briefly about Exception handling? How did you handle the exceptions in your project?
3. Use of finally block and Throw keyword?
4. What are the various Client Side State management Concepts?
5. Difference between Session and View State
6. Difference b/w authentication and authorization.
7. What is Application Domain?
8. What is Http handler?
9. Authentication modes?
10. Difference between Abstract class and sealed class?
11. What are access modifiers?
12. What are Partial Classes?
13. Do you have any awareness on Linq, wcf?
14. Is it possible to update the table in functions?
15. Difference between Stored procedure and function, stored procedure and query?
16. Product table
Product_Id Product_Name Category_Id
1000 Samsung 100
1001 Oneida 100
1002 Sony 100
1003 Nokia 101
1004 LG GX500 101
Category table:
Category_Id Category_Name
100 TV
101 Mobile
102 Laptops
Write the query for in order to show the O/p
Category_Name Product_Name
100 Samsung, Onida, Sony
101 Nokia,LGgx500
hope these are helpful those who are looking for a job
2. Explain briefly about Exception handling? How did you handle the exceptions in your project?
3. Use of finally block and Throw keyword?
4. What are the various Client Side State management Concepts?
5. Difference between Session and View State
6. Difference b/w authentication and authorization.
7. What is Application Domain?
8. What is Http handler?
9. Authentication modes?
10. Difference between Abstract class and sealed class?
11. What are access modifiers?
12. What are Partial Classes?
13. Do you have any awareness on Linq, wcf?
14. Is it possible to update the table in functions?
15. Difference between Stored procedure and function, stored procedure and query?
16. Product table
Product_Id Product_Name Category_Id
1000 Samsung 100
1001 Oneida 100
1002 Sony 100
1003 Nokia 101
1004 LG GX500 101
Category table:
Category_Id Category_Name
100 TV
101 Mobile
102 Laptops
Write the query for in order to show the O/p
Category_Name Product_Name
100 Samsung, Onida, Sony
101 Nokia,LGgx500
hope these are helpful those who are looking for a job
No comments:
Post a Comment