WCF MCQ Quiz

  1. WCF stands for
  2. WCF is Developed by
  3. Which type of contract is applicable to interface in WCF?
  4. Which one is not a class in WCF?
  5. Which of the following statements are true?
  6. Which attribute is used to define a service class in WCF?
  7. WCF Mex endpoint uses which standard WCF contract -
  8. Which WCF binding does not use port in there address scheme -
  9. Which attribute is used to decorate enum variables to be a part of datacontract?
  10. WCF is a part of .Net Framework
  11. WCF supports which transport schema -
  12. Which is not the correct contract supported by WCF?
  13. Which hosting mechanism is supported by WCF?
  14. WCF binding supports legacy ASMX web service
WCF MCQ

Take WCF Quiz To test your Knowledge

Practice best WCF MCQ Questions, that check your basic knowledge of WCF. This WCF MCQ Test contains 20+ Multiple Choice Questions Answers. Choose the right answer for every question to check your final preparation for your Interviews or Exams. Apart from this, you can also download WCF MCQ PDF, completely free.

  • Windows Connection Framework
  • Windows Common Framework
  • Windows Communication Foundation
  • Windows Communication Framework
View Answer
  • Oracle Corporation
  • Microsoft Corporation
  • Jeev Surakhi
  • NET Foundation
View Answer
  • Message contract
  • Service contract
  • Operation contract
  • Data contract
View Answer
  • BasicHttpBinding
  • BasicHttpContextBinding
  • BasicHttpsBinding
  • ClientBinding
View Answer
  • The data contract names are case-sensitive
  • The data member names are case-sensitive
  • Both a and b
  • None
Download Free : WCF MCQ PDF
View Answer
  • Service
  • WCFService
  • ServiceContract
  • None of the above
View Answer
  • IMexEndpoint
  • IMetaDataExchange
  • IMetaData
  • None of the above
View Answer
  • netTcp
  • BasicHttp
  • netNamed
  • None of the above
View Answer
  • 1.0
  • 2.0
  • 2.5
  • 3.0 and above
View Answer
  • MSMQ
  • HTTP
  • TCP
  • All above is supported.
View Answer
  • MessageContrac
  • FaultContract
  • SecurityContract
  • All of these
View Answer
  • Self Hosting
  • WAS (Windows Activation Service)
  • IIS
  • All of the above is supported.
View Answer
  • BasicHttpBinding
  • WsHttpBinding
  • WebHttpBinding
  • None of the above
View Answer
  • A WCF Service can be consumed by Web applications
  • A WCF Service can be consumed by Windows applications
  • A WCF Service cannot return a dataset
  • A WCF Service can perform calculations
View Answer
  • All programming languages
  • XML
  • Multiple platforms and multiple languages
  • Only the languages included with Visual Studio .NET
View Answer
  • Universal Registered Identifier
  • Uniform Resource Identifier
  • Universal Resource Identifier
  • Uniform Registered Identifier
View Answer
  • You can’t return values from service operations
  • You can’t pass parameters to service operations
  • Objects must be serializable
  • Objects are passed as references
View Answer
  • Provides un-encrypted messages by default
  • Provides reliable messaging
  • Provides WS-Addressing
  • Provides transactions
View Answer