Question 79 of 139
Single answerYou use Python scripts to generate weekly SQL reports to assess the state of your databases and determine whether you need to reorganize tables or run statistics. You want to automate this report but need to minimize operational costs and overhead. What should you do?
ACreate a VM in Compute Engine, and run a cron job.
BCreate a Cloud Composer instance, and create a directed acyclic graph (DAG).
✓CCreate a Cloud Function, and call the Cloud Function using Cloud Scheduler.
DCreate a Cloud Function, and call the Cloud Function from a Cloud Tasks queue.
✓
Correct Answer: C
Create a Cloud Function, and call the Cloud Function using Cloud Scheduler.
▥
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.