Courseiva

AI-900 Practice Question: Describe features of computer vision workloads on Azure

What is 'object detection' in computer vision and how does it differ from image classification?

⚠ Common exam trap

A common mix-up: candidates confuse object detection with image classification because both involve labeling objects, but the key differentiator is localization—object detection provides spatial coordinates (bounding boxes), while classification does not.

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

Object detection locates each object with a bounding box and class label; classification labels the whole image

Object detection goes beyond image classification by not only identifying the class of objects present but also localizing each one with a bounding box. In contrast, image classification assigns a single label to the entire image, regardless of how many objects are present. This distinction is fundamental in computer vision workloads on Azure, where Custom Vision and Computer Vision API offer both capabilities.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Object detection and image classification produce the same output — both label the entire image

    Why it's wrong here

    This claim conflates two distinct output schemas: image classification returns a single categorical label for the whole image, while object detection returns an array of results, each containing bounding-box coordinates, a class label, and a confidence score for individual objects. Because detection localizes each instance, its output can include multiple detections with varying positions, whereas classification has no position information at all. The presence of spatial coordinates and multiple predictions makes the outputs fundamentally different.

  • Object detection locates each object with a bounding box and class label; classification labels the whole image

    Why this is correct

    Object detection outputs a set of bounding-box coordinates around each recognized object along with a class label and often a confidence score for every instance in the image. Image classification, by contrast, produces a single label or probability distribution over class labels for the entire image without any spatial localization. Detection gives both location and identity, enabling tasks like counting or tracking objects, while classification simply categorizes the image's overall content.

  • Image classification processes images faster than object detection because it is simpler

    Why it's wrong here

    While image classification models can sometimes run faster because they output a single label without bounding-box regression, speed is not the defining difference between the tasks. The primary distinction is functional: classification answers what is in this image with a global label, whereas object detection answers where are the objects and what are they by generating bounding boxes and per-object class predictions. Efficiency depends on architecture, input size, and hardware, so a blanket speed claim is not technically accurate.

  • Object detection only works on images with a single object; classification handles multiple objects

    Why it's wrong here

    Object detection is specifically designed to localize and classify multiple objects within a single image, outputting bounding boxes and class labels for each detected instance. In contrast, image classification typically assigns one label to the entire image, even when multiple object types are present. The statement reverses the actual capabilities: detection handles multiple objects with spatial localization, while classification summarizes the dominant content.

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 →

How Courseiva writes practice questions · Editorial policy

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.