ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 82 - BDS-C00 discussion

Report
Export

A gas company needs to monitor gas pressure in their pipelines. Pressure data is streamed from sensors placed throughout the pipelines to monitor the data in real time. When an anomaly is detected, the system must send a notification to open valve. An Amazon Kinesis stream collects the data from the sensors and an anomaly Kinesis stream triggers an AWS Lambda function to open the appropriate valve. Which solution is the MOST cost-effective for responding to anomalies in real time?

A.
Attach a Kinesis Firehose to the stream and persist the sensor data in an Amazon S3 bucket. Schedule an AWS Lambda function to run a query in AmazonAthena against the data in Amazon S3 to identify anomalies. When a change isdetected, the Lambda function sends a message to the anomaly stream to open the valve.
Answers
A.
Attach a Kinesis Firehose to the stream and persist the sensor data in an Amazon S3 bucket. Schedule an AWS Lambda function to run a query in AmazonAthena against the data in Amazon S3 to identify anomalies. When a change isdetected, the Lambda function sends a message to the anomaly stream to open the valve.
B.
Launch an Amazon EMR cluster that uses Spark Streaming to connect to the Kinesis stream and Spark machine learning to detect anomalies. When achange is detected, the Spark application sends a message to the anomaly stream toopen the valve.
Answers
B.
Launch an Amazon EMR cluster that uses Spark Streaming to connect to the Kinesis stream and Spark machine learning to detect anomalies. When achange is detected, the Spark application sends a message to the anomaly stream toopen the valve.
C.
Launch a fleet of Amazon EC2 instances with a Kinesis Client Library application that consumes the stream and aggregates sensor data over time to identifyanomalies. When an anomaly is detected, the application sends a message tothe anomaly stream to open the valve.
Answers
C.
Launch a fleet of Amazon EC2 instances with a Kinesis Client Library application that consumes the stream and aggregates sensor data over time to identifyanomalies. When an anomaly is detected, the application sends a message tothe anomaly stream to open the valve.
D.
Create a Kinesis Analytics application by using the RANDOM_CUT_FOREST function to detect an anomaly. When the anomaly score that is returned fromthe function is outside of an acceptable range, a message is sent to the anomaly stream to open the valve.
Answers
D.
Create a Kinesis Analytics application by using the RANDOM_CUT_FOREST function to detect an anomaly. When the anomaly score that is returned fromthe function is outside of an acceptable range, a message is sent to the anomaly stream to open the valve.
Suggested answer: A
asked 16/09/2024
Hossein Nasri
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first