SAA-C03 Exam QuestionsBrowse all questions from this exam

SAA-C03 Exam - Question 776


A company has a mobile game that reads most of its metadata from an Amazon RDS DB instance. As the game increased in popularity, developers noticed slowdowns related to the game's metadata load times. Performance metrics indicate that simply scaling the database will not help. A solutions architect must explore all options that include capabilities for snapshots, replication, and sub-millisecond response times.

What should the solutions architect recommend to solve these issues?

Show Answer
Correct Answer: C

To address the issue of slow metadata load times from the Amazon RDS DB instance while providing capabilities for snapshots, replication, and sub-millisecond response times, the best option is to add an Amazon ElastiCache for Redis layer in front of the database. Redis supports advanced features such as snapshots for persistence and replication for high availability and scalability. It also offers sub-millisecond response times, which are crucial for high-performance applications like mobile games. These capabilities make Redis a suitable choice for enhancing the performance of the game's metadata handling.

Discussion

7 comments
Sign in to comment
Andy_09
Feb 7, 2024

Option C is better as we need replication and snapshots

arunkpskpm
Feb 26, 2024

C is correct as only Redis support snapshot feature :https://aws.amazon.com/elasticache/redis-vs-memcached/

asdfcdsxdfcOption: C
Mar 5, 2024

C is correct

f07ed8f
May 24, 2024

Thinking the capabilities with "snapshots, replication, and sub-millisecond response times" is for the Database or selected solution(ElastiCache).

Andy_09
Feb 6, 2024

Option D

osmkOption: C
Feb 29, 2024

:https://aws.amazon.com/elasticache/redis-vs-memcached/

nbellaicheOption: C
Mar 1, 2024

Réponse C

JunsK1eOption: C
Jul 8, 2024

C is correct