nerdexam
Microsoft

70-513 · Question #89

You develop a Windows Communication Foundation (WCF) service to generate reports. Client applications call the service to initiate report generation but do not wait for the reports to be generated…

The correct answer is A. Insert the following code at line 04. D. Remove line 08. At line 05, change the return type of GenerateReports method to void. See the full explanation below for the reasoning.

Question

You develop a Windows Communication Foundation (WCF) service to generate reports. Client applications call the service to initiate report generation but do not wait for the reports to be generated. The service does not provide any status to the client applications. The service class is defined as follows. (Line numbers are included for reference only.) You need to ensure that client applications can initiate reports without waiting for status. Which two actions should you perform (Each correct answer presents part of the solution. Choose two.)

Exhibit

70-513 question #89 exhibit

Options

  • AInsert the following code at line 04.
  • BInsert the following code at line 04.
  • CAt line 05, change the GenerateReports method from private to public.
  • DRemove line 08. At line 05, change the return type of GenerateReports method to void.

How the community answered

(40 responses)
  • A
    85% (34)
  • B
    5% (2)
  • C
    10% (4)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice