A factory installs cameras above a bottling line so a system can automatically flag bottles with cracked caps or mislabeled bottles before they reach packaging. Which AI workload category best fits this system?
Select an answer to reveal the explanation.
Short Explanation
Think about what the system is actually looking at: pictures of bottles coming down a line. Anytime a job description centers on a camera feed and picking out visual flaws, that is squarely image-analysis territory. The trap options pull you toward other AI workloads that sound plausible but do not match the input. One option is about understanding written or spoken language, which has nothing to do with a camera spotting a cracked cap. Another is about digging structured facts out of a pile of documents, which would apply if the factory were searching maintenance manuals, not inspecting physical bottles in real time. A third is about back-and-forth chat with a person, which requires a conversation, and nothing here is talking to anyone. The giveaway is always the type of data going into the system. Cameras and images point to vision-based inspection every time, regardless of how the question is dressed up with factory details.
Full Explanation
The correct answer is A. The system analyzes images captured by cameras to detect physical defects like cracked caps and label errors, which is the core task of computer vision, specifically object detection and image classification applied to a production line. Option B is incorrect because natural language processing works with text or speech, and nothing in this scenario involves reading or generating language. Option C is incorrect because knowledge mining extracts structured information from large collections of documents or content repositories, not from a live video feed of physical objects. Option D is incorrect because conversational AI powers chatbots and voice assistants that carry on a dialogue with a person, and this system never interacts with a human through conversation; it inspects bottles and raises an alert. The distinguishing detail in the stem is that the input is visual (images from cameras) and the task is identifying visible physical flaws, which maps directly to computer vision's ability to locate and classify objects or defects within an image. Recognizing that keyword pairing, visual input plus defect or object identification, is the fastest way to sort this workload correctly on the exam.