AWS Certified Database – Specialty — Question 217

A database specialist needs to set up an Amazon DynamoDB table. The table must exist in multiple AWS Regions and must provide point-in-time recovery of data.

Which combination of steps should the database specialist take to meet these requirements with the LEAST operational overhead? (Choose three.)

Answer options

Correct answer: A, C, F

Explanation

The correct steps involve enabling DynamoDB Streams for a global table to capture changes across regions, adding a replica table in each Region with unique names to avoid conflicts, and enabling point-in-time recovery for all replica tables to ensure data can be restored. Options B and D are incorrect because they either involve unnecessary steps or do not comply with the requirement for unique table names in each Region.