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

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

A retail company is about to migrate its online and mobile store to AWS. The company's CEO has strategic plans to grow the brand globally. A Database
Specialist has been challenged to provide predictable read and write database performance with minimal operational overhead.
What should the Database Specialist do to meet these requirements?

  • A. Use Amazon DynamoDB global tables to synchronize transactions
  • B. Use Amazon EMR to copy the orders table data across Regions
  • C. Use Amazon Aurora Global Database to synchronize all transactions
  • D. Use Amazon DynamoDB Streams to replicate all DynamoDB transactions and sync them
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
awsmonster
Highly Voted 3 years, 6 months ago
A https://aws.amazon.com/dynamodb/features/ With global tables, your globally distributed applications can access data locally in the selected regions to get single-digit millisecond read and write performance. Not Aurora Global Database, as per this link: https://aws.amazon.com/rds/aurora/global-database/?nc1=h_ls . Aurora Global Database lets you easily scale database reads across the world and place your applications close to your users.
upvoted 8 times
...
NishithShah
Most Recent 1 year, 7 months ago
A. Use Amazon DynamoDB global tables to synchronize transactions
upvoted 1 times
...
nahunaws
1 year, 9 months ago
A is best choice https://aws.amazon.com/dynamodb/features/
upvoted 1 times
...
redman50
2 years, 3 months ago
Using Amazon DynamoDB global tables to synchronize transactions - is a viable option, but it's more suited for a NoSQL database. It can provide predictable read and write performance, but with DynamoDB, there are limitations regarding query and transactional capabilities.
upvoted 1 times
...
im_not_robot
2 years, 5 months ago
Selected Answer: A
A is correct B is incorrect because aurora global db only allow 'write' on primary region
upvoted 4 times
...
novice_expert
3 years, 2 months ago
Selected Answer: A
A. Use Amazon DynamoDB global tables
upvoted 3 times
...
awsmonster
3 years, 6 months ago
Ans: A
upvoted 2 times
...
jove
3 years, 6 months ago
Selected Answer: A
I go with option A
upvoted 3 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 ...