GoogleGoogle
PROFESSIONAL-CLOUD-DATABASE-ENGINEER · Question #75
PROFESSIONAL-CLOUD-DATABASE-ENGINEER Question #75: Real Exam Question with Answer & Explanation
The correct answer is A: Use Cloud Scheduler and Cloud Functions to run the daily export.. https://cloud.google.com/blog/topics/developers-practitioners/scheduling-cloud-sql-exports-using- cloud-functions-and-cloud-scheduler
Managing and Operating Cloud Databases
Question
You 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?
Options
- 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.
Explanation
https://cloud.google.com/blog/topics/developers-practitioners/scheduling-cloud-sql-exports-using- cloud-functions-and-cloud-scheduler
Topics
#Scheduled Tasks#Serverless Computing#Data Export#Cloud SQL Operations
Community Discussion
No community discussion yet for this question.