exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 484 discussion

An entertainment company is using Amazon DynamoDB to store media metadata. The application is read intensive and experiencing delays. The company does not have staff to handle additional operational overhead and needs to improve the performance efficiency of DynamoDB without reconfiguring the application.
What should a solutions architect recommend to meet this requirement?

  • A. Use Amazon ElastiCache for Redis.
  • B. Use Amazon DynamoDB Accelerator (DAX).
  • C. Replicate data by using DynamoDB global tables.
  • D. Use Amazon ElastiCache for Memcached with Auto Discovery enabled.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
swadeey
Highly Voted 3 years, 8 months ago
B Though DynamoDB offers consistent single-digit-millisecond latency, DynamoDB + DAX takes performance to the next level with response times in microseconds for millions of requests per second for read-heavy workloads. With DAX, your applications remain fast and responsive, even when a popular event or news story drives unprecedented request volumes your way. No tuning required.
upvoted 34 times
manan728
3 years, 6 months ago
Similar question with different wordings was on my test that I passed on Nov 20 2021. I picked B. Roughly half of the questions are from this 500 examtopics dump. But other half were unheard of new and lengthy ones in my test. Some of those questions had similarities but had twisted options. Good luck ya'll.
upvoted 4 times
...
...
quangquydw
Highly Voted 3 years, 8 months ago
B is correct
upvoted 8 times
...
slcheng
Most Recent 2 years, 10 months ago
Selected Answer: B
Agreed with B.
upvoted 1 times
...
naveenagurjara
2 years, 11 months ago
Selected Answer: B
Since cannot change app
upvoted 1 times
...
Novak
2 years, 12 months ago
Selected Answer: B
B Because The organization lacks the people necessary to manage extra operational expenses... - You do not need to modify application logic because DAX is compatible with existing DynamoDB API calls https://aws.amazon.com/dynamodb/dax/
upvoted 1 times
...
Pryce94
3 years, 1 month ago
If the Org doesn't want to Change the App then the answer is B
upvoted 1 times
...
Lakhsmi
3 years, 2 months ago
Selected Answer: B
B is correct, as it provides caching.
upvoted 1 times
...
SmartDude
3 years, 4 months ago
Selected Answer: B
DAX provides caching + no changes..
upvoted 1 times
...
muxopancy
3 years, 5 months ago
Selected Answer: B
B is correct one.
upvoted 1 times
...
emmaparis
3 years, 5 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
AWSSAAGuru
3 years, 5 months ago
Selected Answer: B
B is right
upvoted 1 times
...
keeplearning_rahul
3 years, 5 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
EmeraldTech
3 years, 5 months ago
I will like to agree with Option D. Amazon ElastiCache for Memcached is a great choice for implementing an in-memory cache to decrease access latency, increase throughput, and ease the load off your relational or NoSQL database. Amazon ElastiCache can serve frequently requested items at sub-millisecond response times, and enables you to easily scale for higher loads without growing the costlier backend database layer. Database query results caching, persistent session caching, and full-page caching are all popular examples of caching with ElastiCache for Memcached. https://aws.amazon.com/elasticache/memcached/
upvoted 2 times
osel
3 years, 4 months ago
Unfortunately ElastiCache would need App code modification to access the cache svc.
upvoted 2 times
...
...
prex
3 years, 5 months ago
Selected Answer: B
DAX is a caching system designed specifically for DynamoDB.
upvoted 1 times
...
aravinds4
3 years, 6 months ago
Selected Answer: B
using DAX with dynamo DB is the optimal solutions as they are AWS managed services.
upvoted 2 times
...
lbrusco
3 years, 6 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
RagnarLodbrok
3 years, 6 months ago
Selected Answer: B
I think B is correct
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 ...