Wednesday 18 February 2015

.Net Face to Face interview questions for 7+ Years of experience along with the skills C# .Net, OOPS Concept, ASP.Net, SQL Server, Java Script, WCF, WPF and XML

1.      Explain about yourself?
2.      What is .Net frame work?
3.      What is CLR? 
4.      What is garbage collector? Explain about garbage collector?
5.      What is managed code & unmanaged code?
6.      Is CLR will clear the unmanaged code?  How to clean up the unmanaged code?
7.      What is the difference between Finalize and dispose?
8.      What is exception handling in ASP.Net?
9.      What is finally-block? Which type of code we keep in finally block?
10.   What is the difference between Web Services & WCF Services?
11.   What is WCF?
12.   How many types of bindings are there in WCF and explain them?
13.   Which types of bindings you used in your application?
14.   What is the difference between basic http binding and WS http binding?
15.   What is the importance of JavaScript?
16.   How to capture a textbox value from JavaScript?
17.   Can we call services in JavaScript?
18.   Can we call server side coding in JavaScript and how?
19.   What are the state management techniques in ASP.Net?
20.   Explain different types of sessions?
21.   When to use sessions? Where session id will store?
22.   What are cookies? What is the difference between cookies and sessions?
23.   What is the difference between Interface and abstract class?
24.   I have one method in both interface and abstract class? I do have to implement the method in child classes, what is the difference between those two? Which will take less compilation time?
25.   Do you know XML? Why we need XML?

26.   Write one example for XML?

.Net Face to Face interview questions for 6+ Years of experience along with the skills C#.Net ASP.Net, SQL Server, WCF, MVC, Ajax, Java Script, and JSON

1.      Tell me about yourself?
2.      Explain your current roles and responsibilities in your project?
3.      How do you rate yourself in C# out of 10?
4.      What is JSON? Why we use JSON?
5.      We have already JavaScript, why we need JSON?
6.      Why we need JavaScript?
7.      What is the user of AJAX?
8.      What is the difference between Web Services & WCF Services?
9.      What is the End Point in WCF?
10.   What are the different types of bindings in WCF?
11.   Write a Program in WCF including all contracts?
12.   How do you rate yourself in SQL Server out of 10?
13.   What are triggers? What is the importance of triggers in in SQL Server?
14.   How many types of triggers are there and explain?
15.   Write a query to get is the 2nd highest salary in Employee table?
16.   What is MVC? Explain Model, View and controller?
17.   Where we write methods in MVC?
18.   Write a program to reverse a string in C#? E.g.: S=Interview”.
19.   What is the state management technics in Asp.Net?
20.   What is Client side technology & Server side technology in ASP.Net?

21.   What is the difference between functions & Stored Procedures?