
Ultimate access to all questions.
You are a Machine Learning Engineer at a manufacturing company tasked with developing a real-time anomaly detection system for sensor data across multiple production lines. The system must process high-velocity data streams, identify anomalies with low latency, and store the results for further analytics and visualization. The solution must be cost-effective, scalable, and comply with industry standards for data security. Given these requirements, how would you best architect the pipeline using Google Cloud services? Choose the two most appropriate options. (Choose two)
A
Use Cloud Pub/Sub for ingesting real-time sensor data, Dataflow for stream processing, BigQuery for storing processed data, and Vertex AI for training and deploying the anomaly detection model.
B
Use Cloud Pub/Sub for data ingestion, Cloud Functions for processing each message individually, Cloud Storage for storing results, and AutoML for model training and deployment.
C
Use Cloud Pub/Sub for data ingestion, Dataflow for real-time processing, BigQuery for analytics storage, and Vertex AI for the machine learning model.
D
Use Cloud Pub/Sub for data ingestion, Dataproc for processing, Cloud Bigtable for storage, and AutoML for the machine learning model.
E
All of the above options are suitable for different scenarios depending on the specific requirements and constraints.