70-513 Exam Questions
268 real 70-513 exam questions with expert-verified answers and explanations. Page 6 of 6.
- Question #323
You are creating a Windows Communication Foundation (WCF) service that accepts claims based tokens. You need to ensure that the service can use claims from trading partners even th...
- Question #324
You are using Windows Communication Foundation (WCF) to create a service. You need to implement a custom message-level security binding element. Which binding element should you us...
- Question #326
A Windows Communication Foundation (WCF) service is hosted in Microsoft Internet Information Services (IIS). You are preparing the configuration file for production deployment. You...
- Question #327
A Windows Communication Foundation (WCF) service implements the following contract. [ServiceContract] public interface IHelloService { [OperationContract(WebGet(UriTemplate="hello?...
- Question #328
A Windows Communication Foundation (WCF) solution exposes the following contract over an HTTP connection. [ServiceContract] public interface IDataService { [OperationContract] stri...
- Question #329
You are consuming a Windows Communication Foundation (WCF) service in an ASP. NET Web application. The service interface is defined as follows: [ServiceContract] public interface I...
- Question #330
The company uses Visual Studio .NET Framework 4.0 as its application development platform. You has been given a task to create a WCF Service based on Framework 4.0. You is required...
- Question #331
Which of the following mechanisms is a commonly used technique that allows the .NET process to act as an authenticated user, or as an arbitrarily specified user?
- Question #332
You are creating a WCF application that includes a client using a remote WCF service. You are concerned about security for the communications between client and server. Your applic...
- Question #333
You has been given a task to create a WCF 4.0 by using the Microsoft .NET Framework 4.0. The client applications are unable to use SSL feature. You here needs to make sure that a c...
- Question #334
You need to define a new Service contract. Which of the following corresponds to the .NET attributes from the System.ServiceModel namespace that you require when defining your Serv...
- Question #335
You need to generate a Windows Communication Foundation service by using Microsoft .NET Framework 4.0. You set up tracing for the service. The tracing fails because of an error in...
- Question #336
You have a task to create a WCF service 4.0 by using Microsoft .NET Framework 4.0. The WCF service will be hosted in a managed console application of the Framework. The WCF 4.0 ser...
- Question #337
You are required to create a WCF service by using Microsoft .NET Framework 4.0. The WCF service uses the net.tcp transport. You are required to ensure that when the company's serve...
- Question #338
You are required to create a WCF 4.0 service that will be used by multiple clients afterwards. According to the requirements, one service object should handle all service calls and...
- Question #339
The company uses .NET Framework 4.0 as its application platform. You are tasked to create a WCF service based on .NET 4.0 that uses message queues. You also find that most of the m...
- Question #340
You have been provided with a task to create a WCF service by using Microsoft .NET Framework 4.0. For this, you need to host the service in a medium trust environment on a Web serv...
- Question #341
Which of the following determines whether an existing instance of the service class (the service instance) can process the request?