
Google Professional Cloud Architect
Get started today
Ultimate access to all questions.
As a Google Cloud architect, you are responsible for developing and testing a disaster recovery plan for a mission-critical application hosted on Google Cloud Platform (GCP). The plan must adhere to Google-recommended practices and leverage native GCP capabilities. What should you do?
As a Google Cloud architect, you are responsible for developing and testing a disaster recovery plan for a mission-critical application hosted on Google Cloud Platform (GCP). The plan must adhere to Google-recommended practices and leverage native GCP capabilities. What should you do?
Explanation:
The correct answer is B. Deployment Manager is a native GCP tool used for automating the creation and management of Google Cloud resources. Stackdriver (now part of Google Cloud's Operations Suite) is the recommended solution for monitoring and debugging in GCP. It provides comprehensive tools for logging, monitoring, debugging, and alerting, aligning with Google-recommended practices for effectively managing your infrastructure. Options A and C use Activity Logs, which are good for logging but do not provide the full suite of monitoring and debugging capabilities offered by Stackdriver. Option D uses gcloud scripts, which are less preferred over Deployment Manager for automation in complex environments.