AWS Certified Data Analytics – Specialty — Question 119

An energy company collects voltage data in real time from sensors that are attached to buildings. The company wants to receive notifications when a sequence of two voltage drops is detected within 10 minutes of a sudden voltage increase at the same building. All notifications must be delivered as quickly as possible. The system must be highly available. The company needs a solution that will automatically scale when this monitoring feature is implemented in other cities. The notification system is subscribed to an Amazon Simple Notification Service (Amazon SNS) topic for remediation.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is the correct choice as it effectively captures incoming sensor data with Amazon Kinesis Data Firehose and utilizes AWS Lambda to detect the voltage drop sequence, ensuring timely notifications. Options A and D involve more complex setups with additional components that may introduce latency, while option B relies on a database that could hinder real-time processing and scaling.