AWS Certified Solutions Architect – Associate (SAA-C02) — Question 622

A company hosts a multiplayer gaming application on AWS. The company wants the application to read data with sub-millisecond latency and run one-time queries on historical data.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Amazon DynamoDB with DAX provides the required sub-millisecond read latency for frequently accessed gaming data. Using the native DynamoDB table export feature to move data to Amazon S3 and querying it with Amazon Athena satisfies the ad-hoc historical query requirement with the least operational overhead. Other options either fail to meet the sub-millisecond latency requirement or require complex custom scripting and streaming configurations.