- A
Detecting the boundaries of objects using rectangular boxes
Why wrong: Rectangular bounding boxes describe object detection — semantic segmentation classifies each pixel individually.
- B
Classifying each pixel in an image into a semantic category
Semantic segmentation assigns a class label to every pixel, providing detailed scene understanding at pixel level.
- C
Generating natural language descriptions of images
Why wrong: Generating image descriptions is image captioning — semantic segmentation is pixel-level classification.
- D
Extracting text from images using OCR
Why wrong: Text extraction is OCR — semantic segmentation classifies all pixels into visual categories.
Quick Answer
The answer is classifying each pixel in an image into a semantic category. This means semantic segmentation assigns a class label—like “road,” “car,” or “pedestrian”—to every single pixel, creating a dense, pixel-level map of the scene. This is fundamentally different from object detection, which only draws bounding boxes around objects and does not classify the background or individual pixels. On the Microsoft Azure AI Fundamentals AI-900 exam, this distinction is a common trap: you might be shown a scenario where a model outlines objects with boxes (object detection) versus one that colors every part of the image (semantic segmentation). The exam tests your ability to match the task to the correct Azure Cognitive Service, such as Computer Vision for segmentation. A useful memory tip: think of semantic segmentation as “painting by numbers” for every pixel, while object detection is just “drawing a box around the cat.”
AI-900 Practice Question: Describe features of computer vision workloads on Azure
This AI-900 practice question tests your understanding of describe features of computer vision workloads on azure. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
What is semantic segmentation in computer vision?
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
Classifying each pixel in an image into a semantic category
Semantic segmentation is a computer vision task that assigns a class label to every single pixel in an image, effectively partitioning the image into regions that correspond to different semantic categories (e.g., road, car, pedestrian). This is distinct from object detection, which only provides bounding boxes around objects, and from image captioning or OCR, which operate at a higher or different level of abstraction.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Detecting the boundaries of objects using rectangular boxes
Why it's wrong here
Rectangular bounding boxes describe object detection — semantic segmentation classifies each pixel individually.
- ✓
Classifying each pixel in an image into a semantic category
Why this is correct
Semantic segmentation assigns a class label to every pixel, providing detailed scene understanding at pixel level.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Generating natural language descriptions of images
Why it's wrong here
Generating image descriptions is image captioning — semantic segmentation is pixel-level classification.
- ✗
Extracting text from images using OCR
Why it's wrong here
Text extraction is OCR — semantic segmentation classifies all pixels into visual categories.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse semantic segmentation with object detection (Option A) because both involve identifying objects, but segmentation requires pixel-level precision rather than bounding boxes.
Detailed technical explanation
How to think about this question
Under the hood, semantic segmentation models like Fully Convolutional Networks (FCNs) or U-Net use encoder-decoder architectures to preserve spatial resolution while learning pixel-level features. A subtle behavior is that these models must handle class imbalance (e.g., background pixels vastly outnumbering object pixels) and often use loss functions like Dice loss or weighted cross-entropy. In a real-world scenario, autonomous vehicles rely on semantic segmentation to distinguish drivable surfaces from obstacles, where a single misclassified pixel could lead to incorrect navigation decisions.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Describe features of computer vision workloads on Azure — study guide chapter
Learn the concepts, then practise the questions
- →
Describe features of computer vision workloads on Azure practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AI-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
Practice this exam
Start a free AI-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AI-900 question test?
Describe features of computer vision workloads on Azure — This question tests Describe features of computer vision workloads on Azure — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Classifying each pixel in an image into a semantic category — Semantic segmentation is a computer vision task that assigns a class label to every single pixel in an image, effectively partitioning the image into regions that correspond to different semantic categories (e.g., road, car, pedestrian). This is distinct from object detection, which only provides bounding boxes around objects, and from image captioning or OCR, which operate at a higher or different level of abstraction.
What should I do if I get this AI-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
2 more ways this is tested on AI-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. What is 'image segmentation' and how does it differ from object detection?
medium- A.Dividing an image file into smaller files for distributed storage
- ✓ B.Classifying every pixel in an image to identify precise boundaries — more detailed than bounding-box object detection
- C.Removing the background from an image by detecting edges
- D.Dividing the training dataset into segments for cross-validation
Why B: Image segmentation classifies every pixel in an image into a category, producing pixel-level masks that outline objects with precise boundaries. This differs from object detection, which only draws bounding boxes around objects and does not distinguish object edges or overlapping instances. Option B correctly captures this higher granularity and accuracy.
Variation 2. A robotic arm in a factory needs to pick parts from a bin. The system must identify each part and its exact outline to ensure precise grasping. Which Computer Vision capability should be used?
hard- A.Object detection
- B.Image classification
- ✓ C.Semantic segmentation
- D.Optical Character Recognition
Why C: Semantic segmentation is the correct capability because it classifies each pixel in an image, providing a precise outline of each part. This pixel-level classification is essential for a robotic arm to determine the exact shape and boundaries of parts for accurate grasping, unlike object detection which only provides bounding boxes.
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.