Question 97 of 139
Single answerYou finished migrating an on-premises MySQL database to Cloud SQL. You want to ensure that the daily export of a table, which was previously a cron job running on the database server, continues. You want the solution to minimize cost and operations overhead. What should you do?
✓AUse Cloud Scheduler and Cloud Functions to run the daily export.
BCreate a streaming Datatlow job to export the table.
CSet up Cloud Composer, and create a task to export the table daily.
DRun the cron job on a Compute Engine instance to continue the export.
✓
Correct Answer: A
Use Cloud Scheduler and Cloud Functions to run the daily export.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.