Question 247 of 506
Architecting low-code ML solutionshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use AutoML Natural Language to train a custom model. This is correct because AutoML Natural Language leverages transfer learning from Google’s pre-trained models, allowing you to build a custom sentiment model with few labeled examples—here, just 200—without writing any code. The domain-specific terms like 'bullish' and 'bearish' are misclassified by the general Natural Language API because its pre-trained model lacks exposure to financial jargon; AutoML fine-tunes on your labeled data to adapt to this unique vocabulary and sentiment patterns, directly improving accuracy. On the Google Professional Machine Learning Engineer exam, this scenario tests your understanding of when to use AutoML versus the pre-trained API—a common trap is assuming you need to write custom code or use a different service like Vertex AI Workbench, but AutoML minimizes coding effort by handling model training and evaluation automatically. Memory tip: think “AutoML for auto-magic fine-tuning” when you have under 1,000 labeled examples and need domain-specific sentiment.

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 financial institution wants to use Natural Language API for sentiment analysis on customer feedback, but the domain-specific language (e.g., 'bullish', 'bearish') is not correctly classified. They have 200 labeled examples. Which approach minimizes coding effort while improving accuracy?

Question 1hardmultiple choice
Read the full NAT/PAT explanation →

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

Use AutoML Natural Language to train a custom model

Option D is correct because AutoML Natural Language enables you to train a custom model on your 200 labeled examples without writing code, directly improving accuracy for domain-specific terms like 'bullish' and 'bearish'. This approach leverages transfer learning from Google's pre-trained models, minimizing coding effort while adapting to your unique vocabulary and sentiment patterns.

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.

  • Submit a feature request to Google for domain-specific terms

    Why it's wrong here

    Not actionable in the short term.

  • Create a custom sentiment dictionary and pass it to the Natural Language API

    Why it's wrong here

    The API does not accept custom dictionaries.

  • Build a custom TensorFlow model for sentiment

    Why it's wrong here

    Requires significant coding and ML expertise.

  • Use AutoML Natural Language to train a custom model

    Why this is correct

    No-code training on labeled data for improved accuracy.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the misconception that the Natural Language API supports custom dictionaries or rule-based overrides, when in fact it only offers a fixed pre-trained model, making AutoML the correct low-code path for domain adaptation.

Detailed technical explanation

How to think about this question

AutoML Natural Language uses neural architecture search and transfer learning to fine-tune a pre-trained model on your labeled data, requiring as few as 10–100 examples per label. Under the hood, it leverages a BERT-based model that captures contextual nuances, so terms like 'bullish' in financial feedback are correctly classified based on your training data rather than generic sentiment lexicons. In a real-world scenario, a bank with 200 customer feedback samples can achieve over 90% accuracy on domain-specific sentiment without writing a single line of ML code.

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: Use AutoML Natural Language to train a custom model — Option D is correct because AutoML Natural Language enables you to train a custom model on your 200 labeled examples without writing code, directly improving accuracy for domain-specific terms like 'bullish' and 'bearish'. This approach leverages transfer learning from Google's pre-trained models, minimizing coding effort while adapting to your unique vocabulary and sentiment patterns.

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

Same concept, more angles

1 more ways this is tested on PMLE

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A small business wants to build a sentiment analysis model for customer reviews without writing any code. They have a small labeled dataset with 500 positive and 500 negative reviews. Which Google Cloud service should they use?

easy
  • A.AutoML Natural Language
  • B.Natural Language API
  • C.Vertex AI custom training with PyTorch
  • D.BigQuery ML with logistic regression

Why A: AutoML Natural Language is the correct choice because it allows the business to train a custom sentiment analysis model using their own labeled dataset without writing any code. It provides a low-code interface for uploading data, training, and deploying the model, which aligns with the requirement of no coding and a small labeled dataset.

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.