Minimal Cost ML Solution for Image Annotation
You work for a company that builds bridges for cities around the world. To track the progress of projects at the 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 specific objects in them. You want to propose using an ML solution that will help the company scale and reduce costs. You need the solution to have minimal up-front cost. What method should you propose?
Community Votes
62% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests the ability to select a no-training-required solution (Cloud Vision API) versus a custom solution (AutoML) when the constraint is strictly minimal up-front cost.
To minimize up-front costs for image annotation, using pre-trained APIs like Cloud Vision API is preferred over training custom models like AutoML, which requires labeled data and training compute.
Choosing AutoML (Option A) because it offers custom detection, ignoring the 'minimal up-front cost' constraint which requires avoiding training data preparation and model training fees.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Cloud Vision API is a pre-trained, serverless service that requires no model training or labeled dataset setup. Users pay only for API calls, satisfying the "minimal up-front cost" requirement perfectly. It can immediately assist specialists by providing general object labels, filtering out noise, or identifying standard construction elements without initial investment.Why the Other Options Are Wrong
AutoML (Option A) and Vertex AI (Option D) require a labeled dataset and incur training costs (compute + human labeling), violating the minimal up-front cost constraint. BigQuery ML (Option C) is not optimized for image classification workflows compared to Vision AI services and also requires training costs.Community Comment Notes
While some voters prefer A for custom labels, comments [1], [4], and [5] correctly identify that "no upfront cost" dictates the use of a pre-trained API. Comment [1] explicitly states AutoML requires training data and costs, whereas B does not.Official Reference
Exam Strategy
Look for keywords like 'up-front cost,' 'training data,' or 'custom.' If the question asks for low upfront cost or rapid prototyping without existing labels, always choose Pre-trained APIs over AutoML or Custom Training.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →