Google Cloud Professional Cloud Architect — Question 40
You need to develop procedures to test a disaster plan for a mission-critical application. You want to use Google-recommended practices and native capabilities within GCP.
What should you do?
Answer options
- 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.
Correct answer: B
Explanation
The correct answer is B because using Deployment Manager allows for efficient service provisioning, and Stackdriver provides comprehensive monitoring and debugging capabilities suited for testing disaster recovery plans. Options A and C incorrectly suggest using Activity Logs, which are less effective for monitoring in this context. Option D uses gcloud scripts, which are not recommended in this scenario.