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 295 discussion

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

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.)

  • A. Enable DynamoDB Streams for a global table. Set the view type to new and old images.
  • B. Enable DynamoDB Streams for all replica tables.
  • C. Add a replica table for each Region. Ensure that table names are not already in use in each replica Region.
  • D. Add a replica table for each Region with a random suffix added to each table name.
  • E. Enable point-in-time recovery for the global table.
  • F. Enable point-in-time recovery for all replica tables.
Show Suggested Answer Hide Answer
Suggested Answer: ACF 🗳️

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: ACF
ACF will meet the requirement
upvoted 2 times
...
Windy
1 year, 11 months ago
It's ACF
upvoted 2 times
...
rdiaz
2 years, 3 months ago
Selected Answer: ACF
A https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables.tutorial.html C https://aws.amazon.com/dynamodb/global-tables/ F https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/pointintimerecovery_beforeyoubegin.html
upvoted 3 times
Mintwater
2 years, 2 months ago
Creating a global table (AWS CLI) Follow these steps to create a global table Music using the AWS CLI. The following example creates a global table, with replica tables in the United States and in Europe. Create a new table (Music) in US East (Ohio), with DynamoDB Streams enabled (NEW_AND_OLD_IMAGES).
upvoted 1 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 ...