Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 821 discussion

A hedge fund company is developing a new web application to handle trades. Traders around the world will use the application. The application will handle hundreds of thousands of transactions, especially during overlapping work hours between Europe and the United States.
According to the company's disaster recovery plan, the data that is generated must be replicated to a second AWS Region. Each transaction item will be less than
100 KB in size. The company wants to simplify the CI/CD pipeline as much as possible.
Which combination of steps will meet these requirements MOST cost-effectively? (Choose two.)

  • A. Deploy the application in multiple Regions. Use Amazon Route 53 latency-based routing to route users to the nearest deployment.
  • B. Provision an Amazon Aurora global database to persist data. Use Amazon ElastiCache to improve response time.
  • C. Provision an Amazon CloudFront domain with the website as an origin. Restrict access to geographies where the usage is expected.
  • D. Provision an Amazon DynamoDB global table. Use DynamoDB Accelerator (DAX) to improve response time.
  • E. Provision an Amazon Aurora multi-master cluster to persist data. Use Amazon ElastiCache to improve response time.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
aws01
Highly Voted 2 years, 8 months ago
seems like A and D
upvoted 7 times
jxoxhxn
2 years, 7 months ago
I agree with A and D B) Answer is possible, but the transaction size of < 100KB sounds like DynamoDB to me C) Doesn't help in this scenario E) Multi-Master means data is only copied to one region
upvoted 2 times
...
lavy
2 years, 8 months ago
DAX is for read only, so I guess answer is AE
upvoted 2 times
...
...
ggrodskiy
Most Recent 1 year, 2 months ago
Correct CD.
upvoted 1 times
...
gnic
2 years, 1 month ago
Selected Answer: AD
AD Aurora will kill the bill :)
upvoted 2 times
...
foureye2004
2 years, 1 month ago
Selected Answer: AD
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html Build app in multiple-region with DynamoDB global table
upvoted 1 times
...
asfsdfsdf
2 years, 2 months ago
Selected Answer: AD
AD is the only correct one ... E -multimaster is a regional resource C - not sure how this help with DR its for Active-Active B - Can work but the requirement here is for unstructured data < 100 KB
upvoted 1 times
...
snakecharmer2
2 years, 5 months ago
Selected Answer: AD
A & D We should use DynamoDB and not Aurora because the data consist of files...
upvoted 2 times
...
Bigbearcn
2 years, 6 months ago
The following limitations currently apply to the AWS and Aurora features that you can use with multi-master clusters: Currently, all DB instances in a multi-master cluster must be in the same AWS Region. It's required that data should be copied to second region, So E is wrong. I agree with A and D. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html
upvoted 1 times
...
feelzu
2 years, 6 months ago
You have to replicate DB to a different region. So Answer E shouldn't be answer because multi master cluster must be in same region.
upvoted 2 times
...
bfal
2 years, 6 months ago
Ans is A and B https://aws.amazon.com/rds/aurora/global-database/
upvoted 1 times
...
Student1950
2 years, 8 months ago
I believe answer should be A and E
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 ...