Google Cloud Professional Machine Learning Engineer — Question 256

You created a model that uses BigQuery ML to perform linear regression. You need to retrain the model on the cumulative data collected every week. You want to minimize the development effort and the scheduling cost. What should you do?

Answer options

Correct answer: A

Explanation

The correct choice, A, suggests using BigQuery’s built-in scheduling service, which is specifically designed for such tasks, ensuring minimal effort and cost. Options B and D involve additional complexities like creating pipelines or workflows, which increase development effort. Option C introduces Cloud Functions, adding unnecessary complexity for a straightforward retraining process.