Windows Communication Foundation | WCF Quiz

Windows Communication Foundation | WCF Quiz

 



WCF Quiz contain set of 10 MCQ questions for Windows Communication Foundation MCQ which will help you to clear beginner level quiz.



1.      What types of transaction manager WCF supports?

  1. OLE Transaction
  2. Light Weight
  3. WS- Atomic Transaction
  1. Only i
  2. ii and iii
  3. All of the above
  4. None of the above

2.      What are the ways of hosting a WCF service?

  1. IIS
  2. Self-Hosting
  3. WAS
  1. i and ii
  2. ii and iii
  3. None of the above
  4. All of the above

3.      What are the different isolation levels provided in WCF?

  1. Read Uncommitted
  2. Read Committed
  3. Repeatable Read
  4. Serializable
  5. Non-Serializable
  1. All of the above
  2. i, ii, iii and iv
  3. only ii and iii
  4. None of the above

4.      Which is a popular standard that includes a set of rules for handling requests and responses including class names, method names, and parameters?

  1. XML
  2. SOAP
  3. WCF
  4. WSDL

5.      Data that is in _______ format can pass through many firewalls that _______ cannot penetrate.

  1. SOAP, WCF
  2. Binary, Text
  3. Text, Binary
  4. WCF, SOAP

6.      Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients. 

  1. BasicHttpBinding
  2. WSHttpBinding
  3. NetMsmqBinding
  4. NetNamedPipeBinding

7.      A secure and interoperable binding that is designed for use with duplex service contracts that allows both services and clients to send and receive messages.

  1. WSHttpBinding
  2. NetMsmqBinding
  3. BasicHttpBinding
  4. WSDualHttpBinding

8.      Service that runs within a process application that the developer created.

  1. hosted service
  2. self-hosted service
  3. self service
  4. Data service

9.      What are the MEPs available in WCF?

  1. Data Gram
  2. Request and Response
  3. Duplex
  4. Simplex
  1. i and ii
  2. i, ii and iii
  3. All of the above
  4. None of the above

10.  Procedure that defined in a service’s code, which implements the functionality for an operation.

  1. operation contract
  2. hosting
  3. service operation
  4. None of these