Bird
0
0

What behavior should you expect from a DynamoDB table configured with on-demand capacity mode during a sudden surge in read/write requests?

medium📝 query result Q5 of 15
AWS - DynamoDB
What behavior should you expect from a DynamoDB table configured with on-demand capacity mode during a sudden surge in read/write requests?
ADynamoDB instantly scales to accommodate the increased traffic without throttling
BThe table will reject requests until capacity is manually increased
CPerformance degrades gradually as the table reaches provisioned limits
DYou must pre-allocate additional read/write capacity units to handle spikes
Step-by-Step Solution
Solution:
  1. Step 1: Understand on-demand capacity mode

    On-demand mode automatically adjusts capacity to handle sudden traffic spikes without manual intervention.
  2. Step 2: Analyze options

    DynamoDB instantly scales to accommodate the increased traffic without throttling correctly states that DynamoDB instantly scales. Options B, C, and D describe behaviors related to provisioned capacity mode, not on-demand.
  3. Final Answer:

    DynamoDB instantly scales to accommodate the increased traffic without throttling -> Option A
  4. Quick Check:

    On-demand mode auto-scales for sudden traffic spikes [OK]
Quick Trick: On-demand mode auto-scales instantly [OK]
Common Mistakes:
  • Confusing on-demand with provisioned capacity
  • Assuming manual capacity increases are needed
  • Expecting throttling during spikes in on-demand mode

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes