AWS Certified Big Data – Specialty — Question 10

The department of transportation for a major metropolitan area has placed sensors on roads at key locations around the city. The goal is to analyze the flow of traffic and notifications from emergency services to identify potential issues and to help planners correct trouble spots.
A data engineer needs a scalable and fault-tolerant solution that allows planners to respond to issues within
30 seconds of their occurrence.
Which solution should the data engineer choose?

Answer options

Correct answer: A

Explanation

The correct answer, A, combines Amazon Kinesis Firehose for real-time data ingestion of sensor data and utilizes Amazon Redshift for scalable data analysis, while managing emergency service events through Amazon SQS and storing them in DynamoDB. Options B and C misplace the roles of Kinesis and SQS or choose less effective methods for handling emergency service events. Option D does not leverage Amazon SQS, which is crucial for managing the notification flow effectively.