Take the Quiz

Question 1 of 75

What is the default retry policy for the AWS SDK when a request fails?

Correct Answer: ['Retry with exponential backoff']

Explanation: The AWS SDK retries failed requests using an exponential backoff algorithm to reduce request collision and maximize chances of success.

Learn More: Documentation