
Answer-first summary for fast verification
Answer: Use Deployment Manager to automate service provisioning. Use Stackdriver to monitor and debug your tests.
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.
Author: LeetQuiz Editorial Team
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?
A
Use Deployment Manager to automate service provisioning. Use Activity Logs to monitor and debug your tests.
B
Use Deployment Manager to automate service provisioning. Use Stackdriver to monitor and debug your tests.
C
Use gcloud scripts to automate service provisioning. Use Activity Logs to monitor and debug your tests.
D
Use gcloud scripts to automate service provisioning. Use Stackdriver to monitor and debug your tests.
No comments yet.