DOP-C02 · Question #263
A company has deployed an application in a single AWS Region. The application backend uses Amazon DynamoDB tables and Amazon S3 buckets. The company wants to deploy the application in a secondary Regi
The correct answer is A. Implement two-way S3 bucket replication between the primary Region's S3 buckets and the. Explanation Option A is correct because it combines two-way S3 Cross-Region Replication (CRR) with DynamoDB Global Tables, which together provide automatic, real-time, bidirectional data synchronization across Regions with minimal operational overhead - perfectly meeting the requ
Question
A company has deployed an application in a single AWS Region. The application backend uses Amazon DynamoDB tables and Amazon S3 buckets. The company wants to deploy the application in a secondary Region. The company must ensure that the data in the DynamoDB tables and the S3 buckets persists across both Regions. The data must also immediately propagate across Regions. Which solution will meet these requirements with the MOST operational efficiency?
Options
- AImplement two-way S3 bucket replication between the primary Region's S3 buckets and the
- BImplement S3 Batch Operations copy jobs between the primary Region and the secondary
- CImplement two-way S3 bucket replication between the primary Region's S3 buckets and the
- DImplement S3 Batch Operations copy jobs between the primary Region and the secondary
How the community answered
(36 responses)- A75% (27)
- B14% (5)
- C8% (3)
- D3% (1)
Explanation
Explanation
Option A is correct because it combines two-way S3 Cross-Region Replication (CRR) with DynamoDB Global Tables, which together provide automatic, real-time, bidirectional data synchronization across Regions with minimal operational overhead - perfectly meeting the requirements for immediate propagation and persistence in both Regions.
Why the distractors are wrong: Options B and D rely on S3 Batch Operations, which is a batch/scheduled copying mechanism - not a real-time replication solution - meaning data does not immediately propagate, violating a key requirement. Options C and D (based on the truncated choices) likely pair Batch Operations with a less efficient DynamoDB strategy (such as manual exports/imports) rather than Global Tables, adding unnecessary operational complexity.
Memory Tip: Think "Global = Instant" - DynamoDB Global Tables and S3 Cross-Region Replication are AWS's automated, real-time multi-Region tools. Any time an exam question demands immediate cross-Region data sync with low operational effort, these two services should be your first instinct. Batch Operations = scheduled bulk work, not live replication.
Topics
Community Discussion
No community discussion yet for this question.