Question 63 of 280
Single answerYou 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?
✓ACreate a k-means clustering model using BigQuery ML. Allow BigQuery to automatically optimize the number
of clusters.
BCreate a new dataset in Dataprep that references your BigQuery table. Use Dataprep to identify similarities
within each column.
CUse the Data Labeling Service to label each customer record in BigQuery. Train a model on your labeled data
using AutoML Tables. Review the evaluation metrics to understand whether there is an underlying pattern in
the data.
DGet a list of the customer segments from your company’s Marketing team. Use the Data Labeling Service to
label each customer record in BigQuery according to the list. Analyze the distribution of labels in your dataset
using Data Studio.
✓
Correct Answer: A
Create a k-means clustering model using BigQuery ML. Allow BigQuery to automatically optimize the number of clusters.
▥
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.