ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 66 - Professional Cloud Database Engineer discussion

Report
Export

You work in the logistics department. Your data analysis team needs daily extracts from Cloud SQL for MySQL to train a machine learning model. The model will be used to optimize next-day routes. You need to export the data in CSV format. You want to follow Google-recommended practices. What should you do?

A.
Use Cloud Scheduler to trigger a Cloud Function that will run a select * from table(s) query to call the cloudsql.instances.export API.
Answers
A.
Use Cloud Scheduler to trigger a Cloud Function that will run a select * from table(s) query to call the cloudsql.instances.export API.
B.
Use Cloud Scheduler to trigger a Cloud Function through Pub/Sub to call the cloudsql.instances.export API.
Answers
B.
Use Cloud Scheduler to trigger a Cloud Function through Pub/Sub to call the cloudsql.instances.export API.
C.
Use Cloud Composer to orchestrate an export by calling the cloudsql.instances.export API.
Answers
C.
Use Cloud Composer to orchestrate an export by calling the cloudsql.instances.export API.
D.
Use Cloud Composer to execute a select * from table(s) query and export results.
Answers
D.
Use Cloud Composer to execute a select * from table(s) query and export results.
Suggested answer: B

Explanation:

https://cloud.google.com/blog/topics/developers-practitioners/scheduling-cloud-sql-exports-using-cloud-functions-and-cloud-scheduler

asked 18/09/2024
Ishan Rathnayaka
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first