AWS Certified Developer Associate DVA-C02 Practice Question
Which technique should be implemented to develop a resilient and fault-tolerant application that can handle intermittent failures when making HTTP requests to an AWS service?
Retries with exponential backoff and jitter
Retries with constant backoff
Decreasing the timeout with each retry attempt
Using static waits between retry attempts
Sending multiple parallel requests to expedite processing
Increasing the payload size with each retry attempt