Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon DVA-C02 Exam - Topic 3 Question 68 Discussion

A company has a social media application that receives large amounts of traffic User posts and interactions are continuously updated in an Amazon RDS database The data changes frequently, and the data types can be complex The application must serve read requests with minimal latencyThe application's current architecture struggles to deliver these rapid data updates efficiently The company needs a solution to improve the application's performance.Which solution will meet these requirements'?
D) Create an Amazon ElastiCache for Redis cluster. Update the application code to use a write-through caching strategy and read the data from Redis.
A) Use Amazon DynamoDB Accelerator (DAX) in front of the RDS database to provide a caching layer for the high volume of rapidly changing data
B) Set up Amazon S3 Transfer Acceleration on the RDS database to enhance the speed of data transfer from the databases to the application.
C) Add an Amazon CloudFront distribution in front of the RDS database to provide a caching layer for the high volume of rapidly changing data

Amazon DVA-C02 Exam - Topic 3 Question 68 Discussion

Actual exam question for Amazon's DVA-C02 exam
Question #: 68
Topic #: 3
[All DVA-C02 Questions]

A company has a social media application that receives large amounts of traffic User posts and interactions are continuously updated in an Amazon RDS database The data changes frequently, and the data types can be complex The application must serve read requests with minimal latency

The application's current architecture struggles to deliver these rapid data updates efficiently The company needs a solution to improve the application's performance.

Which solution will meet these requirements'?

Show Suggested Answer Hide Answer
Suggested Answer: D

Amazon ElastiCache for Redis:An in-memory data store known for extremely low latency, ideal for caching frequently accessed, complex data.

Write-Through Caching:Ensures that data is always consistent between the cache and the database. Writes go to both Redis and RDS.

Performance Gains:Redis handles reads with minimal latency, offloading the RDS database and improving the application's responsiveness.


Amazon ElastiCache for Redis Documentation:https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/

Caching Strategies:https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Strategies.html

Contribute your Thoughts:

0/2000 characters
Elvera
1 day ago
Not sure if CloudFront is the right fit for this scenario.
upvoted 0 times
...
Brandon
7 days ago
Totally agree with ElastiCache, it's super fast!
upvoted 0 times
...
Annamaria
12 days ago
Wait, can DAX really handle that much data change?
upvoted 0 times
...
Ezekiel
17 days ago
I think ElastiCache for Redis would be better for rapid updates.
upvoted 0 times
...
Roslyn
22 days ago
DAX sounds like a solid choice for caching!
upvoted 0 times
...
Avery
27 days ago
I vaguely recall that S3 Transfer Acceleration is more about file transfers rather than database queries, so I don't think that's the answer. ElastiCache sounds promising, though!
upvoted 0 times
...
Lillian
1 month ago
I think using CloudFront might not be the right fit since it's more for static content. I’m leaning towards DAX or ElastiCache, but I’m not entirely confident.
upvoted 0 times
...
Joanna
1 month ago
I feel like we had a practice question about using ElastiCache for Redis. It seems like a solid option for caching, but I wonder if the write-through strategy is the best approach here.
upvoted 0 times
...
Jerry
1 month ago
I remember we discussed caching strategies in class, and I think DAX could help with read latency, but I'm not sure if it handles complex data types well.
upvoted 0 times
...

Save Cancel