Google Cloud Professional Cloud Architect — Question 133

You are moving an application that uses MySQL from on-premises to Google Cloud. The application will run on Compute Engine and will use Cloud SQL. You want to cut over to the Compute Engine deployment of the application with minimal downtime and no data loss to your customers. You want to migrate the application with minimal modification. You also need to determine the cutover strategy. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because it establishes a replication setup that allows for minimal downtime during the cutover, ensuring data consistency and integrity. Options A and D involve stopping the on-premises application before the data is fully migrated, leading to potential data loss. Option B lacks the replication strategy, which is crucial for maintaining uptime and preventing data loss during the migration process.