70-513 Exam Questions
268 real 70-513 exam questions with expert-verified answers and explanations. Page 3 of 6.
- Question #110
You have an existing Windows Communication Foundation (WCF) service that exposes a service contract over HTTP. You need to expose that contract over HTTP and TCP. What should you d...
- Question #111
You are developing a Windows Communication Foundation (WCF) client application. You instantiate a client class that inherits from ClientBase. The client instance must always be shu...
- Question #112
You are developing a Windows Communication Foundation (WCF) service. You establish that the largest size of valid messages is 8,000 bytes. You notice that many malformed messages a...
- Question #113
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 tra...
- Question #115
You create a Windows Communication Foundation (WCF) service. It is deployed on Microsoft Internet Information Services (IIS) with an application pool running as Network Service. Yo...
- Question #116
You are creating a Windows Communication Foundation (WCF) service. You have the following requirements: - Messages must be sent over TCP - The service must support transactions. -...
- Question #117
You are developing a data contract for a Windows Communication Foundation (WCF) service. The data in the data contract must participate in round trips. Strict schema validity is no...
- Question #118
A Windows Communication Foundation (WCF) service implements the following contract. [ServiceContract| public interface IHelloService { [OperationContract] [VVebGet(UriTemplate = "h...
- Question #120
You are developing a custom service host for a Windows Communication Foundation (WCF) service. The service host is named MovieServiceHost. You need to deploy the service with the c...
- Question #121
You are hosting a Windows Communication Foundation (WCF) service under Microsoft Interent Information Services (IIS) 7.0. You have set up a web site in IIS Manager. The physical pa...
- Question #122
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] pub...
- Question #123
You implement a Windows Communication Foundation (WCF) service. You must process all of the valid SOAP messages that the service receives. What should you do?
- Question #124
You are creating a Windows Communication Foundation (WCF) service that implements the following service contract. [ServiceContract] public interface IOrderProcessing { [OperationCo...
- Question #125
You are implementing a Windows Communication Foundation (WCF) service contract named lContosoService in a class named ContosoService. The service occasionally fails due to an excep...
- Question #127
You develop a Windows Communication Foundation (WCF) service that contains the following code segment. (Line numbers are included for reference only.) You need to ensure that all s...
- Question #129
You are developing a Windows Communication Foundation (WCF) service. The service configuration file has a <System.Diagnostics> element defined. You need to ensure that all security...
- Question #130
You are creating a client application and configuring it to call a Windows Communication Foundation (WCF) service. When the application is deployed, it will be configured to send a...
- Question #131
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 #132
You develop a Windows Communication Foundation (WCF) service. It is used exclusively as an intranet application and is currently unsecured. You need to ensure that the service meet...
- Question #133
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 #134
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 #135
You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The client applications call the service in a transaction. The s...
- Question #136
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 ser...
- Question #137
You are developing a Windows Communication Foundation (WCF) service to replace an existing A5MX Web service. The WCF service contains the following code segment. (Line numbers are...
- Question #138
You are configuring a routing service to call a target service. The routing service has no knowledge of the target service's data types other than the service contract. The operati...
- Question #139
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 #140
You have an existing Windows Communication Foundation (WCF) Web service. The Web service is not responding to messages larger than 64 KB. You need to ensure that the Web service ca...
- Question #142
You are developing a Windows Communication Foundation (WCF) client application. The client application contains the following code. The configuration file contains the following li...
- Question #143
You develop a Windows Communication Foundation (WCF) service that interacts with Microsoft Message Queuing (MSMQ). The service requires sessions. You need to create a custom bindin...
- Question #144
You develop a Windows Communication Foundation (WCF) service that is hosted by using Windows Activation Services (WAS). You need to configure the service to accept requests that us...
- Question #145
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 #146
A Windows Communication Foundation (WCF) service that handles corporate accounting must be changed to comply with government regulations of auditing and accountability. You need to...
- Question #147
A Windows Communication Foundation (WCF) solution uses the following contract to share a message across its clients. (Line numbers are included for reference only.) 01 <ServiceCont...
- Question #148
You need to modify a client application that consumes a Windows Communication Foundation (WCF) service. The service metadata is no longer available. You need to modify the previous...
- Question #152
A service implements the following contract. (Line numbers are included for reference only.) The service is implemented as follows. ContosoService uses NetMsmqBinding to listen for...
- Question #153
You have a Windows Communication Foundation (WCF) service. The service has issues with performance when it receives messages on a specific endpoint. The service must collect the mi...
- Question #154
You develop a Windows Communication Foundation (WCF) service that contains the following code segment. (Line numbers are included for reference only.) You need to ensure that all s...
- Question #156
A Windows Communication Foundation (WCF) service only accepts messages that are signed and encrypted a client application is not receiving expected responses from the service. You...
- Question #157
You are developing a Windows Communication Foundation (WCF) service. You enable message logging, trace listeners, activity propagation, and tracing on the trace sources. You have t...
- Question #158
A Windows Communication Foundation (WCF) service implements the following cortract. <ServiceContract0>? Public Interface lHeloServic e <operationContractQ> <WebGet(UriTempbte: ="he...
- Question #159
You are developing a Windows Communication Foundation (WCF) service. One of the service operations contains the following code. You need to set a service behavior that prevents two...
- Question #160
You are developing a Windows Communication Foundation (WCF) client application. The client application contains the following code. The configuration file contains the following li...
- Question #161
You are developing a Windows Communication Foundation (WCF) service. You must record all available information for the first 1,000 messages processed, even if they are malformed. Y...
- Question #162
You are creating a Windows Communication Foundation (WCF) service that is implemented as folks. (Line numbers are included for reference only.) 01 <ServiceContract() 02 <ServiceBeh...
- Question #163
You are modifying a Windows Communication Foundation (WCF) service that allows customers to update financial data. The service currently requires a transaction from the client appl...
- Question #164
You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The client applications call the service in a transaction. The s...
- Question #165
A Windows Communication Foundation (WCF) service has a callback contract. You are developing a client application that will call this service. You must ensure that the client appli...
- Question #167
You develop a Windows Communication Foundation (WCF) service that employees use to access bonus information. You define the following service contract. (Line numbers are included f...
- Question #168
You are creating a Window s Communication Foundation (WCF) service application. The application needs to service many clients and requests simultaneously. The application also need...
- Question #169
A class named TestService implements the following interface. TestService is hosted in an ASP.NET applicator. You need to modify the application to allow the GetServiceTime method...