Exam SAP-C02 All QuestionsBrowse all questions from this exam
Question 482

A company is migrating infrastructure for its massive multiplayer game to AWS. The game’s application features a leaderboard where players can see rankings in real time. The leaderboard requires microsecond reads and single-digit-millisecond write latencies. The datasets are single-digit terabytes in size and must be available to accept writes in less than a minute if a primary node failure occurs.

The company needs a solution in which data can persist for further analytical processing through a data pipeline.

Which solution will meet these requirements with the LEAST operational overhead?

    Correct Answer: C

    MemoryDB for Redis is designed to provide ultra-fast performance with microsecond read and single-digit millisecond write latencies, making it ideal for a real-time leaderboard in a gaming application. It supports Multi-AZ deployments for high availability and can handle primary node failures by promoting a replica quickly. Additionally, it can persist data which makes it suitable for further analytical processing, all with minimal operational overhead.

Discussion
zapper1234

memobrydb for ultra-fast Redis performance, so C

vip2Option: C

MEM DB for gaming leaderboard with related latency requirement

rohan0411

It is C for sure