How should you configure the actions?

DRAG DROP
You are designing an ASP.NET Web API for a bank. The API has a controller named AccountsController that includes the following actions:

You need to optimize the application’s ability to handle a large number of concurrent requests.
How should you configure the actions? To answer, drag the appropriate options to the correct actions. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

microsoft-exams

5 thoughts on “How should you configure the actions?

  1. true.
    You need to optimize the application’s ability to handle a large number of concurrent requests.

  2. I think Johnny is correct.
    1 and 3 have to connect to external resources, so there is chance of slow connections. Therefore async
    2 and 4 are operations on local machine and can be done sync

  3. This is just weird. Async all the way… However I think they want us to answer async, sync, async, sync…
    I cannot be sure.

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.