nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #297

You work for a company that builds bridges for cities around the world. To track the progress of projects at construction sites, your company has set up cameras at each location. Each hour, the…

The correct answer is A. Train an AutoML object detection model to annotate the objects in the images to help specialists. To scale image review and reduce costs with minimal up-front cost for specialized construction equipment annotation, train an AutoML object detection model to assist specialists.

Submitted by layla.eg· Apr 18, 2026Problem framing

Question

You work for a company that builds bridges for cities around the world. To track the progress of projects at construction sites, your company has set up cameras at each location. Each hour, the cameras take a picture that is sent to a Cloud Storage bucket. A team of specialists reviews the images, filters important ones, and then annotates unique specialized construction equipment in the images. You want to propose an ML solution that will help the company scale and reduce costs for this process. You need the solution to have minimal up-front cost. What method should you propose?

Options

  • ATrain an AutoML object detection model to annotate the objects in the images to help specialists
  • BUse the Cloud Vision API to automatically annotate objects in the images to help specialists with
  • CCreate a BigQuery ML classification model to classify important images. Use the model to predict
  • DUse Vertex AI to train an open source object detection to annotate the objects in the images to

How the community answered

(40 responses)
  • A
    75% (30)
  • B
    3% (1)
  • C
    8% (3)
  • D
    15% (6)

Why each option

To scale image review and reduce costs with minimal up-front cost for specialized construction equipment annotation, train an AutoML object detection model to assist specialists.

ATrain an AutoML object detection model to annotate the objects in the images to help specialistsCorrect

Training an AutoML object detection model is ideal for annotating specific, custom objects like specialized construction equipment. AutoML reduces the need for deep ML expertise (minimal up-front cost for development) while providing a managed service that scales and helps automate the annotation process, significantly reducing manual effort and costs over time.

BUse the Cloud Vision API to automatically annotate objects in the images to help specialists with

The Cloud Vision API is a pre-trained API that may not recognize 'unique specialized construction equipment' specific to the company's domain, requiring custom training which it doesn't support for new object types.

CCreate a BigQuery ML classification model to classify important images. Use the model to predict

BigQuery ML classification is for tabular data or classifying entire images, not for detecting and annotating specific objects within images.

DUse Vertex AI to train an open source object detection to annotate the objects in the images to

Training an open-source object detection model, while flexible, typically incurs higher up-front development and operational costs due to the need for ML expertise for model selection, tuning, and infrastructure management compared to AutoML.

Concept tested: Vertex AI AutoML object detection

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

Topics

#Object Detection#AutoML#Cost Optimization#Image Annotation

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice