Google Cloud Professional Machine Learning Engineer — Question 1

You are building an ML model to detect anomalies in real-time sensor data. You will use Pub/Sub to handle incoming requests. You want to store the results for analytics and visualization. How should you configure the pipeline?

Answer options

Correct answer: A

Explanation

The correct answer is A because Dataflow is well-suited for processing streaming data in real-time, AI Platform can be used to build and deploy machine learning models, and BigQuery is ideal for storing and analyzing large datasets. The other options do not provide an optimal combination for real-time anomaly detection and analytics.