Bird
0
0

You observe the CloudWatch metric ConsumedReadCapacityUnits for a DynamoDB table spikes to 1500 units while the provisioned read capacity is 1000 units. What is the most likely outcome?

medium📝 query result Q4 of 15
DynamoDB - Cost Optimization and Monitoring
You observe the CloudWatch metric ConsumedReadCapacityUnits for a DynamoDB table spikes to 1500 units while the provisioned read capacity is 1000 units. What is the most likely outcome?
ASome read requests will be throttled
BAll read requests will succeed without delay
CWrite requests will be throttled instead
DThe table will automatically increase provisioned capacity
Step-by-Step Solution
Solution:
  1. Step 1: Compare consumed read capacity with provisioned capacity

    ConsumedReadCapacityUnits exceeds provisioned capacity (1500 > 1000), meaning demand is higher than allowed.
  2. Step 2: Understand DynamoDB behavior on capacity exceed

    DynamoDB throttles requests exceeding provisioned capacity; it does not auto-scale unless configured.
  3. Final Answer:

    Some read requests will be throttled -> Option A
  4. Quick Check:

    Consumed > Provisioned = Throttling occurs [OK]
Quick Trick: Exceeding provisioned capacity causes throttling [OK]
Common Mistakes:
MISTAKES
  • Assuming automatic capacity increase without auto-scaling
  • Confusing read and write throttling
  • Believing all requests succeed despite overuse

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes