AI-102 Implement computer vision solutions Practice Question
You are developing a mobile app that allows users to take a photo of a product and get information about it. The app must identify the product from the image. Which Azure AI service should you use?
⚠ Common exam trap
Many exam-takers confuse image classification with object detection, thinking that identifying a product requires bounding boxes, when in fact classification alone suffices for determining the product type without needing its location in the image.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Azure AI Custom Vision with image classification
Azure AI Custom Vision with image classification is specifically designed to identify and categorize products or objects within an image based on trained labels. This service allows you to upload images of products, train a model to recognize them, and then use the model to classify new product photos, making it ideal for a product identification app.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure AI Vision OCR
Why it's wrong here
OCR extracts text from images, not product identification.
- ✗
Azure AI Face API
Why it's wrong here
Face API is designed for detecting and recognizing human faces.
- ✓
Azure AI Custom Vision with image classification
Why this is correct
Image classification assigns a label to the entire image, which is suitable for product identification.
- ✗
Azure AI Custom Vision with object detection
Why it's wrong here
Object detection identifies and locates objects, but the requirement is to identify the product as a whole.
Go deeper
Related to this question
About these practice questions
Courseiva writes every AI-102 question from scratch — 945 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-102 exam.