SAA-C03 · Question #281
A company is developing a serverless web application that gives users the ability to interact with real-time analytics from online games. The data from the games must be streamed in real time. The com
The correct answer is B. Amazon DynamoDB C. Amazon Kinesis. Amazon Kinesis allows real-time ingestion of game events at scale, while Amazon DynamoDB provides millisecond-latency access to user data, automatically scaling with demand. This combination ensures real-time processing and fast data retrieval without managing infrastructure.
Question
A company is developing a serverless web application that gives users the ability to interact with real-time analytics from online games. The data from the games must be streamed in real time. The company needs a durable, low-latency database option for user data. The company does not know how many users will use the application. Any design considerations must provide response times of single-digit milliseconds as the application scales. Which combination of AWS services will meet these requirements? (Select TWO.)
Options
- AAmazon CloudFront
- BAmazon DynamoDB
- CAmazon Kinesis
- DAmazon RDS
- EAWS Global Accelerator
How the community answered
(27 responses)- A7% (2)
- B70% (19)
- D19% (5)
- E4% (1)
Explanation
Amazon Kinesis allows real-time ingestion of game events at scale, while Amazon DynamoDB provides millisecond-latency access to user data, automatically scaling with demand. This combination ensures real-time processing and fast data retrieval without managing infrastructure.
Community Discussion
No community discussion yet for this question.