AI-900 Practice Question: Describe features of computer vision workloads on Azure
What does the Azure AI Vision 'Image Analysis' capability return when analyzing an image?
⚠ Common exam trap
A common mix-up: candidates confuse basic image metadata (file size, dimensions) with the semantic analysis outputs of Azure AI Vision, leading them to choose option A, or they assume the service only returns a single label (option C) because they think of simpler classification models rather than the multi-output analysis capability.
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
✓
Descriptions, objects, tags, and other semantic information about the image content
Azure AI Vision's Image Analysis capability uses pre-trained deep learning models to extract rich semantic information from images, including human-readable descriptions, a list of detected objects with bounding boxes, and a set of relevant tags. This goes far beyond basic metadata, making option B correct because it accurately captures the breadth of semantic outputs the service provides.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Only the file size and dimensions of the image
Why it's wrong here
Image Analysis is not a metadata reader; file size and pixel dimensions are trivial attributes that any basic imaging tool can retrieve. The service performs heavy computer vision inference on the image pixels to extract meaningful semantic content — such as objects, text via OCR, colors, and captions. The output is an understanding of what is in the image, not just its file-level properties.
- ✓
Descriptions, objects, tags, and other semantic information about the image content
Why this is correct
Azure AI Vision Image Analysis generates a multi-faceted semantic understanding of an image: it produces human-readable natural language descriptions (captions), identifies individual objects with bounding boxes, assigns a broad set of relevant tags from a large vocabulary, and can detect additional attributes such as brands or landmarks. This goes far beyond a single label, providing rich contextual information about content.
- ✗
Only a single category label for the entire image
Why it's wrong here
Image Analysis does not reduce an image to a single category label. While a custom classification model (e.g., Azure Custom Vision) can be trained to output exactly one class per image, Image Analysis returns multiple types of information simultaneously — descriptions, tags, objects, and categories — each with confidence scores. This key difference separates general-purpose semantic analysis from domain-specific single-label classification.
- ✗
A 3D point cloud of the scene
Why it's wrong here
Image Analysis processes standard 2D RGB images and returns semantic information about pixels, not 3D geometry. Producing a 3D point cloud would require specialized depth-sensing hardware like LiDAR, stereo cameras, or structured-light sensors, along with separate 3D reconstruction algorithms. Azure AI Vision operates purely on 2D image content without any depth computation.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Azure AI Vision
Azure AI Vision is a cloud-based service from Microsoft that uses pre-built machine learning models to extract information from images and videos, such as objects, text, faces, and scene descriptions.
Key term
Service
A service is a software component or system that performs a specific function and is available to be used by other programs or users over a network.
About these practice questions
Courseiva writes every AI-900 question from scratch — 985 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-900 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-900 exam.