AWS Certified Developer Associate DVA-C02 Practice Question
Using exponential backoff alone is more effective in handling retries in a distributed system than combining exponential backoff with jitter for managing transient failures.
False
True
Using exponential backoff alone is more effective in handling retries in a distributed system than combining exponential backoff with jitter for managing transient failures.
False
True
The statement is false. While exponential backoff is a strategy that progressively increases the wait time between consecutive retry attempts, thus reducing the load on the server and giving it time to recover, it might still lead to the so-called 'retry-storm' if many clients are trying to reconnect at the same intervals. By adding jitter, or randomization to the wait times, the retries are more evenly spread out, which further decreases the likelihood of overwhelming the system. This combined approach reduces the chance of synchronized retries across multiple instances and is generally acknowledged as a best practice for fault-tolerant design within distributed systems.
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
Join premium for unlimited access and more features
All plans include the following perks.
Our pricing is simple. Full access to all certifications and exams, for one price.
As many practice tests for as many topics as you want.
Use study mode non-stop, no limits.
No annoying ads and popups. Study without distractions.
Track your scores over time in study mode and report cards.
See how you improve over time, and where you need to focus.
Access our store with even more discounts than before.
Unlimited access to all PBQs and be prepared for the real thing.
Create an account or sign in to access our study materials.