What should you recommend?

Correct Answer for the following Question is given below

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?Only GetData and WriteData can run in asynchronous (the operations do not require CPU performance)

Question:

What should you recommend?

Options:

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

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

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

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

Correct Answer

The Correct Answer for this Question is

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

Explanation

The Question – What should you recommend? has been answered correctly and answers for the question is Asynchronous processing for the GetData() and WriteData() methods.

More about these Exams

These Exam Questions and the order of these questions keep changing. but the answers are obviously same. so if you don’t find a question after another we suggest you search it in the search box and we are sure you’ll find it. you can bookmark this site for Quick access in future.

We hope you found it helpful don’t forget to leave a comment if you feel a need to correct or ask we’re always here to help.

you can find more here at mnccertified

Feel free to contact via comment or email.

Happy Learning

Cheers, Team MNCcertified

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *