WCF and Flex Web Technologies Quiz

Test your knowledge of Windows Communication Foundation (WCF) and Apache Flex frameworks including bindings, sessions, transactions, streaming, and UI components

19 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

ConcurrencyMode enumeration are

  1. Multiple
  2. All
  3. Reentrant
  4. Single
Question 2 Multiple Choice (Single Answer)

TranferMode property can be set to?

  1. StreamedRequest
  2. StreamedResponse
  3. Streamed
  4. Buffered
  5. All
Question 3 Multiple Choice (Single Answer)

Which types of operation contract parameters could be streamed?

  1. Message
  2. Stream,IXMLSerializable
  3. Message,Stream
  4. Message,Stream or an IXMLSerializable
Question 4 Multiple Choice (Single Answer)

What sessions are available with WCF?

  1. All
  2. Reliable
  3. Secure
  4. Transport
Question 5 Multiple Choice (Single Answer)

Which Binding is used for port sharing in WCF?

  1. NetMSMQBinding
  2. BasicHTTPBinding
  3. NetPeerTCPBinding
  4. NetTCPBinding
Question 6 Multiple Choice (Single Answer)

Which Namespace is used to handle transactions in WCF?

  1. System.Trans
  2. System.Transcation
  3. System.Transcations
  4. System.Banking
Question 7 Multiple Choice (Single Answer)

Streaming is supported by

  1. NetNamedPipeBinding,NetTcpBinding,BasicHttpBinding
  2. NetNamedPipeBinding,BasicHttpBinding
  3. BasicHttpBinding
  4. NetNamedPipeBinding
Question 8 Multiple Choice (Single Answer)

Options Available with InstanceContextMode Enumeration

  1. Single
  2. All
  3. PerSession
  4. PerCall
Question 9 Multiple Choice (Single Answer)

What types of quota have the WCF transports?

  1. Collection Size Limits
  2. Timeouts & Collection Size Limits
  3. Memory Allocation, Timeouts & Collection Size Limits
  4. Memory Allocatios & Collection Size Limits
Question 10 True/False

WS-atomic transaction protocol is interoperable transaction protocol?

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Which files types are supported by Service Trace Viewer tool?

  1. Event Tracing File(.etl)
  2. All
  3. Crimson Tracing File
  4. WCF Tracing File(.svcLog)
Question 12 Multiple Choice (Single Answer)

Which property is set to enable port sharing in wcf?

  1. PortSharingEnabled
  2. SharingEnabled
  3. PortSharing
  4. PortSharingDisabled
Question 13 Multiple Choice (Single Answer)

Which Property controls session lifetime?

  1. retrieve Timeout
  2. direct Timeout
  3. recieve Timeout
  4. NA
Question 14 Multiple Choice (Single Answer)

What types of quota have the WCF transports?

  1. Collection Size Limits
  2. Timeouts & Collection Size Limits
  3. Memory Allocation, Timeouts & Collection Size Limits
  4. Memory Allocatios & Collection Size Limits
Question 15 Multiple Choice (Single Answer)

Which of the following container is used to arrange its children in vertical stack?

  1. ViewStack
  2. VBox
  3. HBox
  4. Canvas
Question 16 Multiple Choice (Single Answer)

Which of the following metadata tags is used to define the variable is eligible for data binding

  1. [Bindable]
  2. [DefaultProperty]
  3. [DataBinding]
  4. [AutoUpdate]
Question 17 Multiple Choice (Single Answer)

Which of the following keywords will be used if you need to use a method without instantiation of the class to which it belongs to?

  1. function
  2. static
  3. static function
  4. public function
Question 18 Multiple Choice (Single Answer)

What is the default resultFormat when complex data is returned by the mx:HTTPService class?

  1. Object
  2. Plain text
  3. xml
  4. e4x
Question 19 Multiple Choice (Single Answer)

You want to allow user to select more than one item from a List by holding Ctrl key. Which of the following properties will be used?

  1. allowCtrlSelections
  2. allowMultipleSelections
  3. selectedIndices
  4. selectedItem