How to Quickly Count Customers in Live Retail Video?
You work for a company that captures live video footage of checkout areas in their retail stores. You need to use the live video footage to build a model to detect the number of customers waiting for service in near real time. You want to implement a solution quickly and with minimal effort. How should you build the model?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests your ability to match business constraints like speed and effort to the appropriate cloud AI service, while avoiding the trap of over-engineering with custom AutoML workflows.
Leveraging pre-built Vertex AI models enables rapid deployment without custom training overhead. The community unanimously recommends Occupancy Analytics for its purpose-built design and zero-code implementation.
Option B is frequently selected because the Person/Vehicle Detector can identify individuals, but it lacks the native occupancy counting and queue optimization features required for minimal-effort deployment.
Community Discussion (7 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Vertex AI Vision Occupancy Analytics is a fully managed, pre-trained model specifically engineered for detecting and counting people in video streams. It directly addresses the requirement for near real-time performance while minimizing development effort, as no data labeling or model training is needed. The solution handles complex scenarios like overlapping individuals and varying lighting out of the box.Why the Other Options Are Wrong
Custom AutoML approaches (C and D) require significant time for data collection, annotation, and training, violating the "quickly and minimal effort" constraint. The Person/Vehicle Detector (B) identifies bounding boxes for objects but does not natively optimize for occupancy counting or queue management without additional custom logic and tuning.Community Comment Notes
Candidates consistently highlight that pre-built models are ideal for immediate deployment scenarios. Comment [3] provides a valuable codelab reference demonstrating queue detection implementation. Comment [5] raises a valid semantic point about "building" versus "using," but exam strategy prioritizes meeting business constraints over literal wording. Comments [6] and [7] incorrectly favor B, overlooking that Occupancy Analytics includes zone detection and dwell time which streamline queue analysis.Official Reference
Exam Strategy
Focus on matching keywords like "quickly," "minimal effort," and "pre-built" to select managed services over custom training solutions. Always evaluate whether a specialized analytics API or model exists before defaulting to generic object detection or AutoML workflows.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →