Google Cloud Professional Machine Learning Engineer — Question 60

You work for a large retailer and have been asked to segment your customers by their purchasing habits. The purchase history of all customers has been uploaded to BigQuery. You suspect that there may be several distinct customer segments, however you are unsure of how many, and you don’t yet understand the commonalities in their behavior. You want to find the most efficient solution. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer, A, suggests using a k-means clustering model with BigQuery ML, which is efficient for automatically determining the optimal number of clusters based on purchasing habits. Options B and C focus on data preparation and labeling, which are not directly aimed at identifying distinct segments. Option D relies on predefined segments from the Marketing team, which may not reveal new insights into customer behavior.