
Answer-first summary for fast verification
Answer: Use Deployment Manager to automate service provisioning. Use Stackdriver to monitor and debug your tests.
The question emphasizes using Google-recommended practices and native GCP capabilities for testing a disaster recovery plan. Option B is correct because Deployment Manager is Google's native infrastructure-as-code service for automated provisioning, aligning with best practices for repeatable deployments. Stackdriver (now Cloud Monitoring and Cloud Logging) is Google's comprehensive native monitoring solution, providing integrated logging, monitoring, and debugging capabilities. The community discussion strongly supports B with 89% consensus, citing Google's DR planning guide and emphasizing that scripts (options C and D) are not recommended as they lack the reliability and native integration of Deployment Manager. Activity Logs (options A and C) are limited compared to Stackdriver's full monitoring suite.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to develop procedures to test a disaster recovery plan for a mission-critical application on Google Cloud Platform (GCP). You want to utilize Google-recommended practices and 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.