Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A retail company stores several terabytes of structured transaction data in BigQuery tables. The data analytics team needs to train and evaluate a binary classification model to predict customer churn.
The team wants to implement this solution using their existing standard SQL skills, without exporting or moving the data outside the data warehouse.
Which solution should the team use?
BigQuery ML is a Google Cloud service that enables data analysts and practitioners to build, train, evaluate, and operationalize machine learning models directly inside BigQuery using standard SQL queries. It eliminates the necessity of exporting large volumes of data to separate machine learning environments.
CREATE MODEL statement and ML.EVALUATE function) rather than requiring Python, R, or dedicated ML frameworks.ML.EVALUATE and ML.PREDICT to assess model metrics and generate batch predictions directly in SQL workflows.BigQuery ML is designed precisely for scenarios where structured data resides in BigQuery and teams wish to leverage SQL for end-to-end model creation, evaluation, and prediction without managing external compute clusters or export pipelines.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.