Question-7:A disaster recovery plan, also known as a DRP, is a formal document that is drafted by an organisation and provides step-by-step instructions on how to react to unanticipated situations such as natural disasters, power outages, cyber attacks, and any other events that are disruptive. You need to build and test processes for a disaster plan for an application that is crucial to the operation of the business. You intend to employ the best practices advocated by Google and the native capabilities offered by GCP. One or more of the following components may be included in a strategy for disaster recovery: A location that should be visited in the case of a crisis. A database recovery attempt using a computer that is not the original one. Storage away from the original location of either database backups, table space backups, or both, in addition to preserved logs of the database. What is it that you ought to do?
A. Automate the process of service providing by using Deployment Manager. Make use of Activity Logs so that you can monitor and troubleshoot your tests.
B. Automate the process of service providing by using Deployment Manager. Make use of Stackdriver so that you can monitor and troubleshoot your tests.
C. Automate the service provisioning process by using scripts hosted on Google Cloud. Make use of Activity Logs so that you can monitor and troubleshoot your tests.
D. Automate the service provisioning process by using scripts hosted on Google Cloud. Make use of Stackdriver so that you can monitor and troubleshoot your tests.
Correct Answer

Get All 340 Questions and Answer for Google Professional Cloud Architect

: 2 Explanation: Best practice ---> never use scripts. They do not trust anyone else's code it seems. Everyone studied and did their labs, stackdriver is google's recommended tool for monitoring and debbuging. Deployment Manager + Cloud Monitoring and Logging solution. Use Deployment Manager to automate service provisioning. Use Stackdriver to monitor and debug your tests.