Question 133 of 506
Architecting low-code ML solutionseasyMultiple ChoiceObjective-mapped

Quick Answer

The answer is BigQuery ML (BQML), the feature that allows you to create a classification model in BigQuery using SQL directly within the data warehouse. This is correct because BQML translates standard SQL syntax—specifically the `CREATE MODEL` statement—into a fully managed machine learning pipeline, enabling you to train classification algorithms like logistic regression or XGBoost without exporting data or provisioning separate infrastructure. On the Google Professional Machine Learning Engineer exam, this question tests your understanding of how to operationalize ML without moving data, often appearing as a straightforward scenario where a data analyst needs a no-code, SQL-based solution. A common trap is confusing BigQuery ML with AutoML Tables or Vertex AI, but remember: if the requirement is to stay entirely in BigQuery using SQL, BQML is the only feature that fits. Memory tip: “BQML = Build Queries, Make Learners”—if you can write a SELECT, you can write a model.

PMLE Architecting low-code ML solutions Practice Question

This PMLE practice question tests your understanding of architecting low-code ml solutions. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A data analyst wants to create a classification model directly in BigQuery using SQL. Which feature should they use?

Question 1easymultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

BigQuery ML

BigQuery ML (BQML) enables users to create and execute machine learning models directly in BigQuery using standard SQL syntax, without needing to export data or manage separate ML infrastructure. For a data analyst who wants to build a classification model entirely within BigQuery, BQML provides the CREATE MODEL statement with classification algorithms like logistic regression or XGBoost, making it the correct and most direct feature.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • BigQuery ML

    Why this is correct

    BigQuery ML allows creating models using SQL.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Vertex AI

    Why it's wrong here

    Vertex AI is a unified ML platform, but it does not provide SQL-based model creation within BigQuery.

  • Dataflow

    Why it's wrong here

    Dataflow is for stream and batch data processing, not for model training.

  • Cloud ML Engine

    Why it's wrong here

    Cloud ML Engine is deprecated and replaced by Vertex AI.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the distinction between services that run inside BigQuery (BQML) versus external ML platforms (Vertex AI), trapping candidates who think any ML service qualifies without checking if it operates directly via SQL in BigQuery.

Detailed technical explanation

How to think about this question

BigQuery ML supports supervised classification models via the CREATE MODEL statement with options like logistic_reg (for binary classification) or boosted_tree_classifier (for XGBoost-based models). Under the hood, BQML uses Google's distributed processing to train models directly on BigQuery tables, automatically handling feature engineering and hyperparameter tuning through the OPTIONS clause. A real-world scenario is a marketing analyst building a churn prediction model using only SQL queries, avoiding the overhead of moving data to a separate ML environment.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PMLE practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PMLE practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PMLE question test?

Architecting low-code ML solutions — This question tests Architecting low-code ML solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: BigQuery ML — BigQuery ML (BQML) enables users to create and execute machine learning models directly in BigQuery using standard SQL syntax, without needing to export data or manage separate ML infrastructure. For a data analyst who wants to build a classification model entirely within BigQuery, BQML provides the CREATE MODEL statement with classification algorithms like logistic regression or XGBoost, making it the correct and most direct feature.

What should I do if I get this PMLE question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PMLE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PMLE exam.