ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 35 - Professional Cloud Database Engineer discussion

Report
Export

Your customer is running a MySQL database on-premises with read replicas. The nightly incremental backups are expensive and add maintenance overhead. You want to follow Google-recommended practices to migrate the database to Google Cloud, and you need to ensure minimal downtime. What should you do?

A.
Create a Google Kubernetes Engine (GKE) cluster, install MySQL on the cluster, and then import the dump file.
Answers
A.
Create a Google Kubernetes Engine (GKE) cluster, install MySQL on the cluster, and then import the dump file.
B.
Use the mysqldump utility to take a backup of the existing on-premises database, and then import it into Cloud SQL.
Answers
B.
Use the mysqldump utility to take a backup of the existing on-premises database, and then import it into Cloud SQL.
C.
Create a Compute Engine VM, install MySQL on the VM, and then import the dump file.
Answers
C.
Create a Compute Engine VM, install MySQL on the VM, and then import the dump file.
D.
Create an external replica, and use Cloud SQL to synchronize the data to the replica.
Answers
D.
Create an external replica, and use Cloud SQL to synchronize the data to the replica.
Suggested answer: D

Explanation:

https://cloud.google.com/sql/docs/mysql/replication/configure-replication-from-external

asked 18/09/2024
Darin Ambrose
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first