Description: programming languages Online Quiz - 60 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
How many process templates by default supported in TFS?
Which class should be used to Handle exception in WCF Web Http Services(RESTFull Service)?
In which model, services publish their presence in a network by multicasting announcement message that can be processed by the interested consumers?
What is the default mapping for http protocol in WCF 4.0 ?
What are the available security options for wsHttpBinding binding?
In order to create a Message Logger on the service side what interface will be required?
What is the namespace is used to access WCF service?
What is the utility to test WCF services?
What is the type of contract not available in WCF?
Which binding does not support the message streaming?
In WCF, by default which binding does support the reliable session?
How can we implement transport security plus message security in WCF?
You are creating a distributed application by using Microsoft .NET Framework 3.5. You use Windows Communication Foundation (WCF) to create the application. The operations provided by the WCF server use the remote resources of other computers. These methods use the credentials provided by the client applications. You need to ensure that the WCF server can impersonate the client applications to access the remote resources. Which client application settings should you use?
The client applications are unable to use SSL. You need to ensure that clients authenticate by using a token provided by a Security Token Service (STS). What should you do?
How to define a service as REST based service in WCF?
Windows Communication Foundation service uses the net.tcp transport. You need to ensure that when the server starts, the service starts and continues to run. What should you do?
You are developing a Calculator service which performs mathematical operation. How you can enable session in your WCF Calculator Service?
What is the default serialize for the WCF ?
TransportWithMessageCredential is not available for the given binding?
Who are responsible for creating channels and receiving messages from the layer below or from the network?