QuestionQ4

Ensuring solution and operations excellence

You need to create procedures for testing a disaster plan for a mission-critical application. You want to follow Google-recommended practices and use 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.
Explanation

Deployment Manager provides declarative automation for provisioning a repeatable recovery environment. Stackdriver—the former name for Google Cloud’s operations suite—provides integrated monitoring, logging, and debugging capabilities for observing and troubleshooting recovery tests. “Activity Logs” is not the corresponding GCP observability service.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!