Medium1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 3.3: Database Performance
A company is building a real-time leaderboard for a mobile game. The leaderboard requires sorting complex datasets, high availability, and the ability to persist data to disk in case of a node failure.<br/><br/>Which TWO statements about the appropriate caching solution are correct? (Select TWO.)
A company is building a real-time leaderboard for a mobile game. The leaderboard requires sorting complex datasets, high availability, and the ability to persist data to disk in case of a node failure.<br/><br/>Which TWO statements about the appropriate caching solution are correct? (Select TWO.)
Answer options:
A.
The company should use Amazon ElastiCache for Memcached.
B.
The company should use Amazon ElastiCache for Redis.
C.
Memcached supports complex data structures like sorted sets.
D.
Redis supports complex data structures like sorted sets.
E.
Memcached provides native multi-AZ failover.
How to approach this question
Differentiate between Redis and Memcached capabilities.
Full Answer
The company should use Amazon ElastiCache for Redis.<br/>Redis supports complex data structures like sorted sets.
Amazon ElastiCache for Redis is the best choice for leaderboards because Redis natively supports complex data structures like Sorted Sets. Redis also supports data persistence, replication, and Multi-AZ high availability, unlike Memcached.
Common mistakes
Choosing Memcached for complex data types or high availability.
Practice the full AWS SAA-C03 Practice Exam 6
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02A company has two AWS accounts: Account A for development and Account B for production. Developer...MediumQ03A mobile application needs to authenticate users using their social media accounts (Facebook, Goo...EasyQ04A company is running an application on Amazon EC2 instances. The application needs to connect to ...MediumQ05A company has 50 AWS accounts managed by AWS Organizations. The IT team wants to implement a cent...Easy
Expert