ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 46 - Professional Cloud Database Engineer discussion

Report
Export

Your organization deployed a new version of a critical application that uses Cloud SQL for MySQL with high availability (HA) and binary logging enabled to store transactional information. The latest release of the application had an error that caused massive data corruption in your Cloud SQL for MySQL database. You need to minimize data loss. What should you do?

A.
Open the Google Cloud Console, navigate to SQL > Backups, and select the last version of the automated backup before the corruption.
Answers
A.
Open the Google Cloud Console, navigate to SQL > Backups, and select the last version of the automated backup before the corruption.
B.
Reload the Cloud SQL for MySQL database using the LOAD DATA command to load data from CSV files that were used to initialize the instance.
Answers
B.
Reload the Cloud SQL for MySQL database using the LOAD DATA command to load data from CSV files that were used to initialize the instance.
C.
Perform a point-in-time recovery of your Cloud SQL for MySQL database, selecting a date and time before the data was corrupted.
Answers
C.
Perform a point-in-time recovery of your Cloud SQL for MySQL database, selecting a date and time before the data was corrupted.
D.
Fail over to the Cloud SQL for MySQL HA instance. Use that instance to recover the transactions that occurred before the corruption.
Answers
D.
Fail over to the Cloud SQL for MySQL HA instance. Use that instance to recover the transactions that occurred before the corruption.
Suggested answer: C

Explanation:

Binary Logging enabled, with that you can identify the point of time the data was good and recover from that point time. https://cloud.google.com/sql/docs/mysql/backup-recovery/pitr#perform_the_point-in-time_recovery_using_binary_log_positions

asked 18/09/2024
Gerson Rodrigo Menendez
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first