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?
- A1 = Dataflow, 2 = AI Platform, 3 = BigQuery (correct answer)
- B1 = DataProc, 2 = AutoML, 3 = Cloud Bigtable
- C1 = BigQuery, 2 = AutoML, 3 = Cloud Functions
- D1 = BigQuery, 2 = AI Platform, 3 = Cloud Storage
Reveal answer & explanationHide answer
The correct answer is A. Option A: 1 = Dataflow, 2 = AI Platform, 3 = BigQuery
Explanation
BigQuery is a serverless, petabyte-scale data warehouse for fast SQL analytics with no infrastructure to manage. Dataflow runs serverless Apache Beam pipelines for stream and batch data processing with autoscaling. This option meets the real-time / low-latency performance requirement.