
Answer-first summary for fast verification
Answer: Export the information to Cloud Monitoring, and set up an Alerting policy
The correct answer is A. Cloud Monitoring (formerly known as Stackdriver) is a fully managed monitoring service provided by GCP, which can collect metrics, logs, and other telemetry data from various GCP services, including BigQuery, Dataflow, and Dataproc. It allows you to define alerting policies based on specific conditions or thresholds, and supports monitoring resources across multiple GCP projects. This makes it a suitable choice for monitoring pipelines in multiple projects using managed products, as specified in the question.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing data pipelines that are currently running on Google Cloud's BigQuery, Dataflow, and Dataproc. To ensure the smooth operation of these pipelines, you need to conduct routine health checks and continuously monitor their performance. In the event of any failures, it is essential to notify the team responsible for maintaining these pipelines. Additionally, your role requires managing these tasks across multiple projects. Your preference is to utilize managed products or features available on the Google Cloud Platform. What should you do?
A
Export the information to Cloud Monitoring, and set up an Alerting policy
B
Run a Virtual Machine in Compute Engine with Airflow, and export the information to Cloud Monitoring
C
Export the logs to BigQuery, and set up App Engine to read that information and send emails if you find a failure in the logs
D
Develop an App Engine application to consume logs using GCP API calls, and send emails if you find a failure in the logs
No comments yet.