Question 53 of 506
Architecting low-code ML solutionsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use AutoML Vision for object detection. This is the correct choice because AutoML Vision eliminates the need for custom coding or deep learning expertise—users simply upload their 1000 labeled images, and the platform automatically trains a model to recognize the specific manufacturing components that the pre-trained Vision API cannot detect. On the Google Professional Machine Learning Engineer exam, this scenario tests your understanding of when to leverage AutoML’s no-code capabilities versus building custom TensorFlow pipelines; a common trap is assuming you must write code for any custom detection task, but the exam emphasizes that AutoML Vision offers the fastest time-to-value for labeled datasets under 100,000 images. Remember the mnemonic “AutoML for Auto-Pilot”—when you have labeled data and need speed with minimal coding, let the platform steer the training.

PMLE Architecting low-code ML solutions Practice Question

This PMLE practice question tests your understanding of architecting low-code ml solutions. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 use Vision API to detect custom objects in manufacturing images, but the pre-trained API does not recognize their specific components. They have 1000 labeled images. Which path offers the fastest time-to-value with minimal coding?

Question 1mediummultiple 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 Vision for object detection

AutoML Vision for object detection is the fastest path because it requires no custom coding—users simply upload labeled images, and the platform automatically trains a model tailored to their custom components. This directly addresses the need to detect objects the pre-trained Vision API cannot recognize, while minimizing time-to-value compared to manual TensorFlow training or custom infrastructure setup.

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.

  • Store images in BigQuery and use ML.PREDICT with a custom model

    Why it's wrong here

    BigQuery ML is not for image data.

  • Use AutoML Vision for object detection

    Why this is correct

    No-code training and deployment.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use a Cloud Function to call the Vision API and post-process results

    Why it's wrong here

    Still relies on pre-trained API, not custom.

  • Train a custom object detection model using TensorFlow on Vertex AI

    Why it's wrong here

    Requires coding and ML expertise.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Google Cloud often tests the misconception that any cloud function or API call can be adapted to custom objects via post-processing, but the pre-trained Vision API's fixed label set cannot be extended without retraining, making AutoML the only low-code solution that actually learns new object classes.

Detailed technical explanation

How to think about this question

AutoML Vision uses transfer learning and neural architecture search (NAS) to automatically fine-tune a pre-trained backbone (e.g., EfficientNet) on the user's labeled dataset, handling data splitting, augmentation, and model selection without manual intervention. Under the hood, it leverages Vertex AI's training infrastructure to parallelize trials and optimize for mean average precision (mAP), making it ideal for domain-specific object detection with as few as 100 images. A real-world scenario is a manufacturer detecting defective screws on an assembly line—AutoML can achieve production-ready accuracy in hours, whereas custom TensorFlow training might take weeks of iteration.

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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

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 Vision for object detection — AutoML Vision for object detection is the fastest path because it requires no custom coding—users simply upload labeled images, and the platform automatically trains a model tailored to their custom components. This directly addresses the need to detect objects the pre-trained Vision API cannot recognize, while minimizing time-to-value compared to manual TensorFlow training or custom infrastructure setup.

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.