Google Cloud Associate Data Practitioner — Question 52

You work for an ecommerce company that has a BigQuery dataset that contains customer purchase history, demographics, and website interactions. You need to build a machine learning (ML) model to predict which customers are most likely to make a purchase in the next month. You have limited engineering resources and need to minimize the ML expertise required for the solution. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because BigQuery ML allows users to build machine learning models directly within BigQuery using SQL, making it accessible with minimal engineering resources and ML expertise. Option B and C involve developing custom models which require more ML knowledge and engineering effort, while option D would entail additional steps like exporting data and using AutoML, which may not be necessary given the capabilities of BigQuery ML.