exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 220 discussion

A developer is receiving HTTP 400: ThrottlingException errors intermittently when calling the Amazon CloudWatch API. When a call fails, no data is retrieved.

What best practice should first be applied to address this issue?

  • A. Contact AWS Support for a limit increase.
  • B. Use the AWS CLI to get the metrics.
  • C. Analyze the applications and remove the API call.
  • D. Retry the call with exponential backoff.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
didorins
Highly Voted 12 months ago
Selected Answer: D
Because examtopic won't allow me to modify my previous answer to use the correct option. Exponential Backoff is D
upvoted 7 times
...
65703c1
Most Recent 5 months ago
Selected Answer: D
D is the correct answer.
upvoted 1 times
...
SerialiDr
9 months ago
Selected Answer: D
D. Retry the call with exponential backoff is the recommended best practice in this scenario. Exponential backoff is a standard error-handling strategy for network applications in which the client progressively increases the wait time between retries, up to a maximum number of retries, when a request fails due to server-side throttling. This approach helps to smooth out the rate of API calls, reducing the likelihood of hitting the rate limit.
upvoted 3 times
...
vruizrob
12 months ago
D. Retries with exponential backoff; operation with an exponentially increasing wait time
upvoted 4 times
...
Claire_KMT
12 months ago
D. Retry the call with exponential backoff.
upvoted 4 times
...
didorins
12 months ago
Selected Answer: A
You are doing too many requests. Try less frequent with exponential backoff.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago