Bird
0
0

Given a mobile app using DynamoDB, what is the expected behavior when traffic suddenly increases?

medium📝 query result Q13 of 15
AWS - DynamoDB
Given a mobile app using DynamoDB, what is the expected behavior when traffic suddenly increases?
ADynamoDB automatically scales to handle the increased traffic without downtime.
BThe app will crash because DynamoDB cannot handle traffic spikes.
CYou must manually add more servers to support the traffic.
DDynamoDB will slow down and reject requests until traffic decreases.
Step-by-Step Solution
Solution:
  1. Step 1: Understand DynamoDB's scaling feature

    DynamoDB automatically scales throughput capacity to meet traffic demands.
  2. Step 2: Analyze the impact on app availability

    This automatic scaling prevents crashes and downtime during traffic spikes.
  3. Final Answer:

    DynamoDB automatically scales to handle the increased traffic without downtime. -> Option A
  4. Quick Check:

    Auto scaling = no downtime during spikes [OK]
Quick Trick: DynamoDB auto-scales for traffic spikes [OK]
Common Mistakes:
  • Thinking manual scaling is needed
  • Assuming app crashes on traffic increase
  • Believing DynamoDB rejects requests under load

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes