nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #283

You work for a semiconductor manufacturing company. You need to create a real-time application that automates the quality control process. High-definition images of each semiconductor are taken at the

The correct answer is A. Use Vertex AI Data Labeling Service to label the images, and tram an AutoML image. For real-time quality control involving high-definition images and tabular data, utilize Vertex AI Data Labeling Service for image annotation and train an AutoML object detection model to maximize accuracy.

Submitted by satoshi_tk· Apr 18, 2026ML model development

Question

You work for a semiconductor manufacturing company. You need to create a real-time application that automates the quality control process. High-definition images of each semiconductor are taken at the end of the assembly line in real time. The photos are uploaded to a Cloud Storage bucket along with tabular data that includes each semiconductor's batch number, serial number, dimensions, and weight. You need to configure model training and serving while maximizing model accuracy. What should you do?

Options

  • AUse Vertex AI Data Labeling Service to label the images, and tram an AutoML image
  • BUse Vertex AI Data Labeling Service to label the images, and train an AutoML image
  • CConvert the images into an embedding representation. Import this data into BigQuery, and train a
  • DImport the tabular data into BigQuery, use Vertex AI Data Labeling Service to label the data and

How the community answered

(28 responses)
  • A
    75% (21)
  • B
    7% (2)
  • C
    14% (4)
  • D
    4% (1)

Why each option

For real-time quality control involving high-definition images and tabular data, utilize Vertex AI Data Labeling Service for image annotation and train an AutoML object detection model to maximize accuracy.

AUse Vertex AI Data Labeling Service to label the images, and tram an AutoML imageCorrect

AutoML object detection models are highly effective for identifying specific defects or components within images, a common task in quality control. The Data Labeling Service helps prepare the necessary training data, and AutoML generally achieves high accuracy with minimal configuration, aligning with the goal of maximizing model accuracy.

BUse Vertex AI Data Labeling Service to label the images, and train an AutoML image

An AutoML image classification model classifies entire images (e.g., 'good'/'bad'), which is less granular and often less accurate for precise quality control than object detection, which pinpoints specific issues within an image.

CConvert the images into an embedding representation. Import this data into BigQuery, and train a

Converting images to embeddings and training a BigQuery ML model is a more custom and complex approach that might not leverage specialized image processing capabilities as effectively as AutoML for maximizing accuracy.

DImport the tabular data into BigQuery, use Vertex AI Data Labeling Service to label the data and

This option focuses only on tabular data and a tabular AutoML model, completely ignoring the crucial high-definition images which are essential for visual quality control in semiconductor manufacturing.

Concept tested: Vertex AI AutoML for image object detection

Source: https://cloud.google.com/vertex-ai/docs/start/automl-image-object-detection

Topics

#Vertex AI#AutoML Vision#Data Labeling#Model Training

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice