A retail store wants to use an AI solution to automatically monitor security camera feeds and detect when a shelf is empty or if a person is in a restricted area. Which type of AI workload is best suited for this task?
Correct because Computer Vision workloads analyze images and video to detect objects, people, activities, and changes in scenes, which directly matches the requirement of monitoring security feeds.
Why this answer
Computer Vision is the correct AI workload because it enables the system to analyze video frames from security cameras to detect visual patterns such as empty shelves (object absence) or unauthorized persons in restricted areas (object presence and location). This workload uses image classification, object detection, and semantic segmentation to interpret visual data in real time.
Exam trap
The trap here is that candidates may confuse Anomaly Detection (a technique) with Computer Vision (a workload), thinking that detecting empty shelves is an anomaly, but the core task requires visual image processing, not just statistical outlier detection.
How to eliminate wrong answers
Option A is wrong because Natural Language Processing (NLP) handles text and speech understanding, not visual analysis of camera feeds. Option C is wrong because Speech Recognition converts audio speech to text, which is irrelevant for monitoring video streams. Option D is wrong because Anomaly Detection is a statistical technique for identifying unusual data points in time-series or logs, not a dedicated AI workload for processing visual images; it could be a component within a Computer Vision pipeline but is not the primary workload type.