Exit 70-519 Designing & Developing Web Apps Using MS .NET Frmwk 4
Question 5 of 5
0% complete
Q5 Single choice

You are evaluating an ASP.NET Web application that includes three methods:

Calculate() performs CPU-intensive calculations on the server.
GetData() retrieves data from a server-side data store and returns an XML file.
WriteData() receives an XML file and writes data from the file to a server-side data store.

You need to recommend an approach for maximizing server throughput.

What should you recommend?

  • A

    Asynchronous processing for the GetData() and WriteData() methods.

  • B

    Asynchronous processing for the GetData() and Calculate() methods.

  • C

    Synchronous processing for the WriteData() and Calculate() methods.

  • D

    Synchronous processing for the GetData() and Write Data() methods.