Valid Professional-Cloud-Database-Engineer Dumps shared by EduDump.com for Helping Passing Professional-Cloud-Database-Engineer Exam! EduDump.com now offer the newest Professional-Cloud-Database-Engineer exam dumps, the EduDump.com Professional-Cloud-Database-Engineer exam questions have been updated and answers have been corrected get the newest EduDump.com Professional-Cloud-Database-Engineer dumps with Test Engine here:
Your online delivery business that primarily serves retail customers uses Cloud SQL for MySQL for its inventory and scheduling application. The required recovery time objective (RTO) and recovery point objective (RPO) must be in minutes rather than hours as a part of your high availability and disaster recovery design. You need a high availability configuration that can recover without data loss during a zonal or a regional failure. What should you do?
Correct Answer: C
This answer meets the RTO and RPO requirements by using synchronous replication within the same region, which ensures that all writes made to the primary instance are replicated to disks in both zones before a transaction is reported as committed1. This minimizes data loss and downtime in case of a zonal or an instance failure, and allows for a quick failover to the standby instance1. This answer also meets the high availability and disaster recovery requirements by using asynchronous replication across different regions, which ensures that the data changes made to the primary instance are replicated to the read replicas in other regions with minimal delay2. This provides additional redundancy and backup in case of a regional failure, and allows for a manual failover to the read replica in another region2.