AWS Certified Data Analytics – Specialty — Question 123

A machinery company wants to collect data from sensors. A data analytics specialist needs to implement a solution that aggregates the data in near-real time and saves the data to a persistent data store. The data must be stored in nested JSON format and must be queried from the data store with a latency of single-digit milliseconds.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is correct as it uses Amazon Kinesis Data Streams for real-time data collection, aggregates it with Kinesis Data Analytics, and stores it in Amazon DynamoDB, which supports low-latency queries. The other options either use Amazon S3, which does not support the required query latency, or do not utilize the optimal combination of services for the given requirements.