Bird
0
0

Which feature of DynamoDB helps maintain high availability and durability?

easy📝 Conceptual Q2 of 15
AWS - DynamoDB
Which feature of DynamoDB helps maintain high availability and durability?
AData is stored in a single server to reduce latency
BUsers must manually back up data to ensure durability
CData is automatically replicated across multiple availability zones
DIt uses a fixed storage size to prevent data loss
Step-by-Step Solution
Solution:
  1. Step 1: Identify DynamoDB's data replication method

    DynamoDB replicates data automatically across multiple availability zones to ensure durability and availability.
  2. Step 2: Eliminate incorrect options

    Data is stored in a single server to reduce latency is false because single server storage risks data loss. Users must manually back up data to ensure durability is incorrect as backups are automatic. It uses a fixed storage size to prevent data loss is unrelated to durability.
  3. Final Answer:

    Data is automatically replicated across multiple availability zones -> Option C
  4. Quick Check:

    Durability = B [OK]
Quick Trick: DynamoDB replicates data automatically for durability [OK]
Common Mistakes:
MISTAKES
  • Assuming data is stored on one server only
  • Believing backups must be manual
  • Confusing fixed storage size with durability

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes