List of questions
Related questions
Question 75 - DEA-C01 discussion
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?
Use a self-hosted Apache Kafka cluster to capture the sensor data. Store the data in Amazon S3 for querying.
Use AWS Lambda to process the sensor data. Store the data in Amazon S3 for querying.
Use Amazon Kinesis Data Streams to capture the sensor data. Store the data in Amazon DynamoDB for querying.
Use Amazon Simple Queue Service (Amazon SQS) to buffer incoming sensor data. Use AWS Glue to store the data in Amazon RDS for querying.
0 comments
Leave a comment first