ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 106 - Professional Cloud Database Engineer discussion

Report
Export

During an internal audit, you realized that one of your Cloud SQL for MySQL instances does not have high availability (HA) enabled. You want to follow Google-recommended practices to enable HA on your existing instance. What should you do?

A.
Create a new Cloud SQL for MySQL instance, enable HA, and use the export and import option to migrate your data.
Answers
A.
Create a new Cloud SQL for MySQL instance, enable HA, and use the export and import option to migrate your data.
B.
Create a new Cloud SQL for MySQL instance, enable HA, and use Cloud Data Fusion to migrate your data.
Answers
B.
Create a new Cloud SQL for MySQL instance, enable HA, and use Cloud Data Fusion to migrate your data.
C.
Use the gcloud instances patch command to update your existing Cloud SQL for MySQL instance.
Answers
C.
Use the gcloud instances patch command to update your existing Cloud SQL for MySQL instance.
D.
Shut down your existing Cloud SQL for MySQL instance, and enable HA.
Answers
D.
Shut down your existing Cloud SQL for MySQL instance, and enable HA.
Suggested answer: C

Explanation:

Creating a new instance and migrating data can be time-consuming and disruptive to your application's availability. Shutting down the existing instance is not a recommended approach, as it will cause downtime for your application.

The recommended approach is to use the gcloud instances patch command to enable high availability on your existing Cloud SQL for MySQL instance. This command updates the instance's configuration to enable the failover replica, configure it, and enable automatic failover.

By following this approach, you can ensure minimal downtime, and your application can continue to operate during the process.

asked 18/09/2024
Azahar Basri
21 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first