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
Questions
ConcurrencyMode enumeration are
- Multiple
- All
- Reentrant
- Single
TranferMode property can be set to?
- StreamedRequest
- StreamedResponse
- Streamed
- Buffered
- All
Which types of operation contract parameters could be streamed?
- Message
- Stream,IXMLSerializable
- Message,Stream
- Message,Stream or an IXMLSerializable
What sessions are available with WCF?
- All
- Reliable
- Secure
- Transport
Which Binding is used for port sharing in WCF?
- NetMSMQBinding
- BasicHTTPBinding
- NetPeerTCPBinding
- NetTCPBinding
Which Namespace is used to handle transactions in WCF?
- System.Trans
- System.Transcation
- System.Transcations
- System.Banking
Streaming is supported by
- NetNamedPipeBinding,NetTcpBinding,BasicHttpBinding
- NetNamedPipeBinding,BasicHttpBinding
- BasicHttpBinding
- NetNamedPipeBinding
Options Available with InstanceContextMode Enumeration
- Single
- All
- PerSession
- PerCall
What types of quota have the WCF transports?
- Collection Size Limits
- Timeouts & Collection Size Limits
- Memory Allocation, Timeouts & Collection Size Limits
- Memory Allocatios & Collection Size Limits
WS-atomic transaction protocol is interoperable transaction protocol?
- True
- False
Which files types are supported by Service Trace Viewer tool?
- Event Tracing File(.etl)
- All
- Crimson Tracing File
- WCF Tracing File(.svcLog)
Which property is set to enable port sharing in wcf?
- PortSharingEnabled
- SharingEnabled
- PortSharing
- PortSharingDisabled
Which Property controls session lifetime?
- retrieve Timeout
- direct Timeout
- recieve Timeout
- NA
What types of quota have the WCF transports?
- Collection Size Limits
- Timeouts & Collection Size Limits
- Memory Allocation, Timeouts & Collection Size Limits
- Memory Allocatios & Collection Size Limits
Which of the following container is used to arrange its children in vertical stack?
- ViewStack
- VBox
- HBox
- Canvas
Which of the following metadata tags is used to define the variable is eligible for data binding
- [Bindable]
- [DefaultProperty]
- [DataBinding]
- [AutoUpdate]
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?
- function
- static
- static function
- public function
What is the default resultFormat when complex data is returned by the mx:HTTPService class?
- Object
- Plain text
- xml
- e4x
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?
- allowCtrlSelections
- allowMultipleSelections
- selectedIndices
- selectedItem