exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 314 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 314
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company wants to implement a design that includes multiple AWS Regions to support disaster recovery for its application. The company currently has a static website that is hosted on Amazon S3 and Amazon CloudFront. The application connects to an existing Amazon DynamoDB database in the us-east-1 Region. The DynamoDB table was recently created and was initialized with a large amount of company data. The company wants to replicate the database in real time to the us-west-2 Region.

A database specialist needs to perform the replication, which must include all existing table data and any new data that is added in the future, in an automated way.

Which solution will meet these requirements?

  • A. Enable DynamoDB streams. Configure streams for new and old images. Create a global table replica in us-west-2. Monitor the progress of the replication until the status changes to Active.
  • B. Create global table replica in us-west-2. Monitor the progress of the replication until the status changes to Active.
  • C. Enable DynamoDB streams. Configure streams for new and old images. Create a global table replica in us-west-2. Copy all existing data from us-east-1 to us-west-2 by using an export and batch import.
  • D. Create a global table replica in us-west-2. Copy all existing data from us-east-1 to us-west-2 by using an export and batch import.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MultiAZ
1 year, 6 months ago
Selected Answer: A
The answer is A Streams (with old+new images) are a prerequisite for Global Table.
upvoted 2 times
...
Pranava_GCP
1 year, 9 months ago
Selected Answer: A
A. Enable DynamoDB streams. Configure streams for new and old images. Create a global table replica in us-west-2. Monitor the progress of the replication until the status changes to Active. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_reqs_bestpractices.html
upvoted 3 times
...
DanShone
1 year, 10 months ago
Selected Answer: B
https://aws.amazon.com/blogs/aws/new-convert-your-single-region-amazon-dynamodb-tables-to-global-tables/
upvoted 1 times
...
Windy
1 year, 11 months ago
I changed the answer to A. We must enable streams for the DynamoDB global table. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables_reqs_bestpractices.html
upvoted 1 times
...
Windy
1 year, 11 months ago
Answer is B.
upvoted 1 times
...
TQM__9MD
1 year, 12 months ago
Selected Answer: A
By enabling DynamoDB Streams and configuring both new and old images in the stream, you ensure that all changes to the DynamoDB table are captured. Creating a global table replica in the us-west-2 region allows for real-time replication of the table data. By monitoring the progress of replication and ensuring the status is active, you can verify the successful replication of the data. This solution ensures that all existing table data and future additions are included in an automated manner, replicating the data from the us-east-1 region to the us-west-2 region. Therefore, the solution that meets these requirements is option A.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...