nerdexam
Microsoft

70-513 · Question #226

70-513 Question #226: Real Exam Question with Answer & Explanation

Sign in or unlock 70-513 to reveal the answer and full explanation for question #226. The question stem and answer options stay visible for context.

Question

A WCF service code is implemented as follows. (Line numbers are included for reference only.) 01 <ServiceContract()> 02 <ServiceBehavior( 03 InstanceContextMode:=InstanceContextMode.Single)> 04 Public Class CalculatorService 06 <OperationContract()> 07 Public Function Calculate(ByVal op1 As Double, 08 ByVal op As String, ByVal op2 As Double) As Double & 24 End Function 26 End Class You need to decrease the response time of the service. What are two possible ways to achieve this goal (Each correct answer presents a complete solution. Choose two.)

Options

  • AChange the service behavior to the following.
  • BChange the service behavior to the following.
  • CRequire the clients use threads, the Parallel Task Library, or other mechanism to issue
  • DRequire the clients to use async operations when calling the service.

Unlock 70-513 to see the answer

You've previewed enough free 70-513 questions. Unlock 70-513 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 70-513 Practice