0
0
DynamoDBquery~5 mins

Cross-region replication (Global Tables) in DynamoDB - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Cross-region replication in DynamoDB Global Tables?
Cross-region replication in DynamoDB Global Tables means automatically copying your table data across multiple AWS regions to keep them in sync. This helps your app stay fast and available worldwide.
Click to reveal answer
intermediate
How does DynamoDB Global Tables handle data conflicts?
DynamoDB Global Tables uses a last-writer-wins approach based on timestamps to resolve conflicts when the same item is updated in different regions at the same time.
Click to reveal answer
beginner
Why use Global Tables instead of a single-region DynamoDB table?
Global Tables improve availability and reduce latency by letting users read and write data in the region closest to them. They also provide automatic replication and disaster recovery.
Click to reveal answer
intermediate
Can you add or remove regions from a DynamoDB Global Table after creation?
Yes, you can add or remove replica regions from a Global Table anytime to adjust to your app’s needs without downtime.
Click to reveal answer
intermediate
What happens if a region goes down in a Global Table setup?
If a region goes down, your app can still read and write data in other regions. When the down region recovers, DynamoDB syncs the data automatically.
Click to reveal answer
What is the main purpose of DynamoDB Global Tables?
ATo create indexes on tables
BTo backup data to Amazon S3
CTo replicate data across multiple AWS regions automatically
DTo encrypt data at rest
How does DynamoDB Global Tables resolve write conflicts?
ALast-writer-wins based on timestamps
BFirst-writer-wins
CManual conflict resolution by user
DRandom selection
Can you add a new region to an existing Global Table?
ANo, you must create a new table
BOnly during table creation
COnly if the table is empty
DYes, anytime without downtime
What happens if one region in a Global Table fails?
AOther regions continue working and sync later
BWrites are blocked globally
CAll data is lost
DThe table is deleted
Which of these is NOT a benefit of using Global Tables?
ALower latency for global users
BManual data backup scheduling
CAutomatic multi-region replication
DImproved availability
Explain how DynamoDB Global Tables keep data consistent across regions.
Think about how updates in different places are merged.
You got /4 concepts.
    Describe the benefits of using Cross-region replication with DynamoDB Global Tables for a global app.
    Consider user experience and data safety worldwide.
    You got /4 concepts.