Google Cloud Professional Machine Learning Engineer — Question 162

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because it involves using the Vertex AI Data Labeling Service for accurate image labeling, followed by training an AutoML image classification model, which is essential for real-time quality control. The other options either suggest batch processing instead of real-time classification (B) or use clustering methods that are not suitable for this classification task (C), while D focuses on tabular data instead of images, which does not meet the requirements for the real-time automation process.