nerdexam
Microsoft

MS-600 · Question #78

You have an application that uses the Microsoft graph API. When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code. What…

The correct answer is C. Adjust the request rate based on the Retry-After header. https://docs.microsoft.com/en-us/graph/throttling

Build apps with Microsoft Graph

Question

You have an application that uses the Microsoft graph API. When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code. What should you to mitigate the errors?

Options

  • AAdjust the request rate based on the Rate-Limit-Reset Header.
  • BWait 100 milliseconds between requests.
  • CAdjust the request rate based on the Retry-After header.

How the community answered

(58 responses)
  • A
    16% (9)
  • B
    10% (6)
  • C
    74% (43)

Explanation

https://docs.microsoft.com/en-us/graph/throttling

Topics

#Microsoft Graph#throttling#Retry-After header#HTTP 429

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice