You need to resolve the capacity issue. What should you do?


Microsoft AZ-204 Exam

Questions Number: 335 out of 355 Questions
94.37%

Question 335
You need to resolve the capacity issue.
What should you do?



If you want to read the files in parallel, you cannot use forEach. Each of the async callback function calls does return a promise. You can await the array of promises that you'll get with Promise.all.
Scenario: Capacity issue: During busy periods, employees report long delays between the time they upload the receipt and when it appears in the web application.
AZ-204_335E.jpg related to the Microsoft AZ-204 Exam
Reference:
https://stackoverflow.com/questions/37576685/using-async-await-with-a-foreach-loop





Previous Questions Next Questions