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?
✗ Incorrect
Global Tables automatically replicate your DynamoDB table data across multiple AWS regions for high availability and low latency.
How does DynamoDB Global Tables resolve write conflicts?
✗ Incorrect
DynamoDB Global Tables use last-writer-wins conflict resolution based on timestamps to keep data consistent.
Can you add a new region to an existing Global Table?
✗ Incorrect
You can add or remove replica regions from a Global Table anytime without downtime.
What happens if one region in a Global Table fails?
✗ Incorrect
If a region fails, other regions continue to operate and data syncs back when the region recovers.
Which of these is NOT a benefit of using Global Tables?
✗ Incorrect
Manual data backup scheduling is not a feature of Global Tables; backups are separate from replication.
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.