70-513 Exam Questions
268 real 70-513 exam questions with expert-verified answers and explanations. Page 4 of 6.
- Question #172
A Windows Communication Foundation (WCF) service implements the following contract. (Line numbers are included for reference only.) 01 <ServiceContract()> 02 Public Interface IData...
- Question #173
You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete metho...
- Question #174
A Windows Communication Foundation (WCF) client configuration file contains the following XML segment in the system.serviceModel element. <client> <endpoint address=" net.tcp://ser...
- Question #176
You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows. <MessageContract()> P...
- Question #179
A Windows Communication Foundation (WCF) service is self-hosted in a console application. The service implements the IDataAccess contract, which is defined in the MyApplication nam...
- Question #180
You create a Windows Communication Foundation (WCF) service. The service must meet the following requirements: - Communicate errors as exceptions that originate in the service oper...
- Question #182
You are adding a Windows Communication Foundation (WCF) service to an existing application. The application is configured as follows. (Line numbers are included for reference only)...
- Question #186
You are developing a client application that consumes a Windows Communication Foundation (WCF) service. You use the svcutil.exe utility to create a proxy for the service. You use t...
- Question #187
You are creating a windows Communication Foundation (WCF) service to process orders. The data contract for the order is defined as follows: [DataContract]> public class Order { [Da...
- Question #188
You develop a Windows Communication Foundation (WCF) RESTful service that provides media streaming services. The service includes the following code. (Line numbers are included for...
- Question #190
You have a Windows Communication Foundation (WCF) service that uses multiple endpoints. The configuration file for the service contains the following XML markup: <source name="Syst...
- Question #192
A Windows Communication Foundation (WCF) solution uses the following contracts. (Line numbers are included for reference only.) When the client calls GetMessage on the service inte...
- Question #193
You are modifying a Windows Communication Foundation (WCF) service that provides access to report generation system. The following code segment is part of your service contract. (L...
- Question #194
You have a secured Windows Communication Foundation (WCF) service. You need to track unsuccessful attempts to access the service. What should you do?
- Question #196
You are consuming a Windows Communication Foundation (WCF) service. The service interface is defined as follows. <DataContract(Namespace:="")> Public Class Item End Class ServiceCo...
- Question #199
A Windows Communication Foundation (WCF) application uses the following data contract. You need to ensure that the following XML segment is generated when the data contract is seri...
- Question #201
A Windows Communication Foundation (WCF) service is deployed with netTcpBinding. This service uses a duplex message exchange pattern. You are developing the next version of the WCF...
- Question #202
You are modifying a Windows Communication Foundation (WCF) service that issues security tokens. The service is accessible through the named pipe protocol. No endpoints are added in...
- Question #204
You are using tracing to diagnose run-time issues when you look at the traces for the service in Svc Trace viewer exe, you see what is shown in the exhibit (Click the Exhibit butto...
- Question #206
You are developing an application to update a users social status. You need to consume the service using Windows Communication Foundation (WCF). The client configuration is as foll...
- Question #209
You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The service contract is defined as follows. (Line numbers are in...
- Question #210
You have a Windows Communication Foundation (WCF) service that uses a multicast protocol as a custom transport. The service implements the channel framework. You need to choose a m...
- Question #213
You are developing an application to update a user s social status. You need to consume the service using Windows Communication Foundation (WCF). The client configuration is as fol...
- Question #214
You are creating an ASP NET web application that hosts several Windows Communication Foundation (WCF) services the services have ASP.NET Compatibility Mode enabled. Users authentic...
- Question #216
You are developing a Windows Communication Foundation (WCF) service. One of the parameters used with the service operations is a security token. The security token is not sensitive...
- Question #218
You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel. You find that operations do not start until all previous operations h...
- Question #219
You are developing a Windows Communication Foundation (WCF) service that contains the following service contract. <ServiceContract() > Public Interface IPaymentService <OperationCo...
- Question #221
You develop a Window Communication Foundation (WCF) service. You have the following requirements: - Create a data contract to pass data between client applications and the service....
- Question #222
You are developing a Windows Communication Foundation (WCF) service. The service needs to access out-of-process resources. You need to ensure that the service accesses these resour...
- Question #223
You are developing a Windows Communication Foundation (WCF) service that contains the following code segment. <ServiceContract()> Public Interface ICustomerService ... End Interfac...
- Question #224
You develop a Windows Communication Foundation (WCF) SOAP service that contains a class named Order. The Order class includes a field named secret that stores private data. The Ord...
- Question #225
You are creating a Windows Communication Foundation (WCF) service. The service endpoints change frequently. On the service, you add a new ServiceDiscoveryBehavior to the Behaviors...
- Question #226
A WCF service code is implemented as follows. (Line numbers are included for reference only.) 01 <ServiceContract()> 02 <ServiceBehavior( 03 InstanceContextMode:=InstanceContextMod...
- Question #227
You are developing a Windows Communication Foundation (WCF) service to provide an in- memory cache for many Web applications. The service contract is defined as follows. (Line numb...
- Question #230
You are developing a Windows Communication Foundation (WCF) service. The following code defines and implements the service. (Line numbers are included for reference only.) You need...
- Question #234
A Windows Communication Foundation (WCF) service handles online order processingyou're your company. You discover that many requests are being made with invalid account numbers. Yo...
- Question #235
You are developing a Windows Communication Foundation (WCF) service that contains the following operation contract. <OperationContract()> Function GetCustomerNames() As CustomerNam...
- Question #236
Your company has an existing Windows Communication Foundation (WCF) service. The following code segment is part of the service. (Line numbers are included for reference only.) You...
- Question #237
You implement a Windows Communication Foundation (WCF) service. The service is hosted in Internet Information Services (IIS). The service must use X.509 certificates to authorize s...
- Question #239
You are developing a client that sends several types of SOAP messages to a Windows Communication Foundation (WCF) service method named PostData PostData is currently defined as fol...
- Question #240
You create a service and deploy it on a network in a building named Building1. You will deploy the service to Building2. The service in Building1 is configured using the following...
- Question #242
A Windows Communication Foundation (WCF) solution exposes the following service over a TCP binding. (Line numbers are included for reference only.) MessageDatabase supports a limit...
- Question #243
You are developing a Windows Communication Foundation (WCF) service to provide an in- memory cache. The following code is part of your solution. (Line numbers are included for refe...
- Question #244
You are developing a client application that uses the following code to consume a Windows Communication Foundation (WCF) service. (Line numbers are included for reference only.) 01...
- Question #247
You are creating an application using Visual Studio 2010. The application consumes a Windows Communication Foundation (WCF) service. You are adding a service reference to the WCF s...
- Question #248
You are configuring a routing service to call a target service. The routing service has no knowledge of the target service's data tyes other than the service contract. The operatio...
- Question #249
You develop a Windows Communication Foundation (WCF) service that includes the following code. (Line numbers are included for reference only.) ServiceB must not accept reentrant se...
- Question #250
You are developing a Windows Communication Foundation (WCF) service that is used to check the status of orders placed by customers. The following code segment is part of your servi...
- Question #252
A Windows Communication Foundation (WCF) client application is consuming an RSS syndication feed from a blog. You have a SyndicationFeed variable named feed. The application iterat...
- Question #253
You are developing a Windows Communication Foundation (WCF) service that executes a long running operation. The service is accessed from your business applications in a server tran...