Professional Machine Learning Engineer · Domain 1 · 13% of exam

Architecting low-code AI solutions

Drill 20 practice questions focused entirely on Architecting low-code AI solutions for the Google Cloud PMLE exam. Tap an answer for instant feedback and a full explanation — no sign-up, always free.

Verified answer20 questions
Question 1 of 20

A retail chain wants to classify products on store shelves using cameras that operate in stores with unreliable internet connectivity. The data science team has limited ML coding experience but has thousands of labeled product images. They need a solution that trains a custom image classifier and can run inference directly on in-store edge devices without a constant network connection. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 2 of 20

A fintech company wants to build a binary classification model in Vertex AI AutoML Tabular to detect fraudulent transactions. Only 0.8% of the labeled transactions are fraudulent. The team's priority is to catch as many actual fraud cases as possible while keeping false positives at a manageable level, and they have limited ML expertise. Which approach should they configure to best meet this goal?

Reviewed for accuracy · Report an issue
Question 3 of 20

A logistics company wants to predict package delivery times using a structured dataset in Vertex AI. The data science team has limited coding experience and needs a solution that requires minimal ML expertise. Business stakeholders also require the model to report which features most influence each individual prediction, and the model must be queried in real time from a customer-facing web application. Which approach best meets all requirements?

Reviewed for accuracy · Report an issue
Question 4 of 20

A marketing analytics team with limited ML expertise wants to build a churn prediction model from a customer table already in BigQuery. They choose Vertex AI AutoML Tabular through the console. During job configuration, they must set a training budget expressed in node hours. They ask you how this setting affects the outcome and how to choose a reasonable value for their first experiment. What is the most accurate guidance?

Reviewed for accuracy · Report an issue
Question 5 of 20

A sports media company wants to automatically tag short game clips with the specific athletic actions they contain (e.g., 'shot on goal', 'free kick', 'tackle') along with the time segments where each action occurs. The data science team has only a few weeks, limited ML expertise, and a labeled dataset of a few thousand video clips. They want the lowest-code approach on Google Cloud that produces temporal action segments. Which solution best fits these requirements?

Reviewed for accuracy · Report an issue
Question 6 of 20

A retail analytics team stores all their customer transaction data in BigQuery. They want to build a churn prediction model directly in BigQuery ML using a boosted tree classifier, and they want BigQuery ML to automatically search for the best combination of learning rate and max tree depth rather than manually experimenting. They also need the final model to be usable for online predictions from a Vertex AI endpoint later. Which approach best meets these requirements with the least custom code?

Reviewed for accuracy · Report an issue
Question 7 of 20

A retail analytics team stores three years of daily sales transactions in BigQuery. They need to produce a 30-day demand forecast for each of 5,000 products, including confidence intervals, while keeping the data in place and minimizing custom code or infrastructure management. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 8 of 20

A retail analytics team has a BigQuery table with millions of rows of customer transaction data, including recency, frequency, and monetary value features. The marketing department wants to group customers into an unspecified number of natural segments for targeted campaigns, but there are no pre-existing labels indicating which segment each customer belongs to. The team wants a fully SQL-based, low-code approach without exporting data. Which BigQuery ML approach should they use?

Reviewed for accuracy · Report an issue
Question 9 of 20

A retail analytics team has trained a logistic regression model in BigQuery ML to predict which customers will churn. Business stakeholders want to understand, for each individual prediction, which features pushed the customer toward or away from churning so they can design targeted retention offers. The team wants to stay entirely within BigQuery using SQL and avoid exporting the model. Which approach should they use?

Reviewed for accuracy · Report an issue
Question 10 of 20

A SaaS company stores millions of historical customer support tickets in BigQuery, each labeled with one of five routing categories (Billing, Technical, Account, Sales, Other). The data engineering team wants to automatically predict the routing category for new tickets using the text description column, and they prefer to build and serve the model without moving data out of BigQuery or writing custom training code. Which approach best meets these requirements?

Reviewed for accuracy · Report an issue
Question 11 of 20

A retail analytics team stores millions of transaction records in BigQuery. A data scientist has already trained and deployed a custom fraud-scoring model to a Vertex AI online endpoint. The business analysts, who only know SQL, need to run predictions against this deployed model directly from their BigQuery queries without exporting data or writing Python. Which approach best meets this requirement with the least operational overhead?

Reviewed for accuracy · Report an issue
Question 12 of 20

A retail analytics team stores millions of customer feedback comments in a BigQuery table. Analysts who know SQL but have no ML or Python experience want to classify each comment into one of five predefined product-category themes and generate a one-sentence summary, running the process entirely within their existing BigQuery workflows. They want the fastest path to production without training a custom model or standing up separate inference infrastructure. What should they do?

Reviewed for accuracy · Report an issue
Question 13 of 20

A retail analytics team stores millions of product reviews in a BigQuery table. Analysts who are comfortable with SQL but not with Python want to generate concise one-sentence summaries of each review directly inside their existing BigQuery workflow, without building a custom pipeline or managing serving infrastructure. Which approach best meets these requirements with the least operational overhead?

Reviewed for accuracy · Report an issue
Question 14 of 20

A data analytics team wants to run entity sentiment analysis on millions of product reviews stored in a BigQuery table. They prefer to stay entirely within SQL and avoid writing any Python or exporting data. They plan to use the Cloud Natural Language API via BigQuery ML. When creating the remote model with CREATE MODEL ... REMOTE WITH CONNECTION, what is the essential configuration step required so that BigQuery can successfully invoke the Cloud Natural Language API?

Reviewed for accuracy · Report an issue
Question 15 of 20

A data analytics team stores millions of customer review texts in a BigQuery table. They want to build a semantic search feature that finds reviews similar to a given query, and they prefer to stay entirely within SQL workflows without exporting data or writing Python pipelines. They need to generate text embeddings at scale directly in BigQuery. What is the most appropriate low-code approach?

Reviewed for accuracy · Report an issue
Question 16 of 20

A retail analytics team stores 4 million product photos in Cloud Storage, with their metadata (GCS URIs, SKU, category) already loaded into a BigQuery object table. Analysts who are fluent in SQL but have no ML training pipeline experience need to generate descriptive labels for each image to enrich the product catalog. They want the lowest-effort approach that keeps everything within their existing BigQuery workflow and does not require them to build or manage any serving infrastructure. What should they do?

Reviewed for accuracy · Report an issue
Question 17 of 20

A retail analytics team has an existing TensorFlow SavedModel that predicts product return likelihood. The model was trained outside Google Cloud by a data science partner. The team wants their SQL-focused analysts to run batch predictions on customer transaction data that already lives in BigQuery, without exporting the data or standing up a separate serving infrastructure. What is the most appropriate low-code approach?

Reviewed for accuracy · Report an issue
Question 18 of 20

A healthcare analytics company needs to extract structured data (patient ID, test names, numeric result values, and reference ranges) from thousands of scanned lab reports that come from dozens of different labs, each using its own unique layout. The pre-trained Document AI processors do not recognize these domain-specific fields, and the layouts vary too widely for a template-based rules approach. The team wants the lowest-code path to a production extraction pipeline. What should they do?

Reviewed for accuracy · Report an issue
Question 19 of 20

A healthcare clinic receives thousands of scanned patient intake forms each day. The forms use a consistent template with labeled fields (name, date of birth, insurance ID) but often contain handwritten patient entries. The team wants a low-code solution that extracts the field-value pairs into structured key-value data without building or training a custom model, and needs it to handle the handwriting reliably. Which Google Cloud approach should they choose?

Reviewed for accuracy · Report an issue
Question 20 of 20

A logistics company receives thousands of supplier invoices daily as scanned PDFs with varying layouts. The finance team wants to automatically extract structured fields such as invoice number, vendor name, line items, and total amount to feed into their accounts payable system, with minimal custom ML development. Which Google Cloud approach best meets this requirement?

Reviewed for accuracy · Report an issue

More PMLE practice

Keep going with the other Professional Machine Learning Engineer domains, or take a full timed mock exam.

← Back to PMLE overview