AWS Certified Data Engineer – Associate (DEA-C01) — Question 249

A manufacturing company wants to collect data from sensors. A data engineer needs to implement a solution that ingests sensor data in near real time.
The solution must store the data to a persistent data store. The solution must store the data in nested JSON format. The company must have the ability to query from the data store with a latency of less than 10 milliseconds.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

Option C is correct because Amazon Kinesis Data Streams can handle real-time data ingestion effectively, and storing data in Amazon DynamoDB allows for low-latency queries, meeting the under 10 milliseconds requirement. The other options either do not provide the necessary performance or involve higher operational overhead, such as managing a self-hosted solution or using services that do not meet the query latency requirement.