Top 50 WCF Interview Questions
1) What is WCF?
2) Why should we use WCF service?
3) What are the features and advantage of WCF?
4) What is the difference between WCF and Web services?
5) What is a service contract in WCF?
6) Explain what is SOA?
7) What is transport in WCF?
8) What is data contract in WCF?
9) What is WCF binding and how many of them do you know?
10) What are possible ways of hosting a WCF service?
11) What is message contract in WCF?
12) What is operation contract in WCF?
13) What is contract in WCF service?
14) WCF VS ASP.NET WEB API
15) What is fault contract in WCF?
16) What are end points and how many types of end points in WCF?
17) What is address in WCF?
18) Explain transactions in WCF?
19) What is self hosting in WCF?
20) What are the main components of WCF service?
21) How do we host WCF service in IIS?
22) What is one way operation?
23) Why do we need one way service?
24) What is WCF throttling?
25) What is a service proxy in WCF?
26) What is WCF concurrency and how many modes of concurrency in WCF?
27) What is REST and how to create a WCF RESTful service?
28) What is exception handling in WCF and what are the ways for WCF exception handling?
29) What is tracing in WCF?
30) Could we use WSHttpBinding with Request-CallBack exchange pattern?
31) What replaces WCF in .Net Core?
32) What is the knownType attribute in WCF?
33) How to create Basic HTTP Binding in WCF?
34) What is the difference between BasicHttPBindng and WsHttpBinding?
35) What is transport level security in WCF?
36) What is MSMQ in WCF?
37) What is method overloading in WCF?
38) What is WCF messaging layer?
39) What is instance management in WCF?
40) What is service versioning?
41) What WCF data service?
42) How does software as a service work?
43) Which is the namespace used to access WCF?
44) Why we use information cards in WCF?
45) What is a formal agreement in WCF?
46) How to create multiple methods in the same name?
47) What is the address formats of the WCF transport schemas?
48) How to set the timeout property for the WCF service client call?
49) How can you generate proxies using Svcutil in WCF?
50) What is the usage of receiveTimeout property in WCF?