Courseiva

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

What is 'image classification' in Azure AI Custom Vision?

⚠ Common exam trap

Candidates often confuse image classification with object detection (which identifies multiple objects and their locations) or with simple image processing tasks like filtering or sorting, leading them to pick options that describe non-AI operations.

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

Assigning a category label to an entire image based on its dominant visual content

Image classification in Azure AI Custom Vision involves training a model to assign a single category label (e.g., 'dog', 'cat') to an entire image based on its dominant visual content. This is a supervised learning task where the model learns from labeled images to predict the most likely class for new, unseen images. Option B correctly describes this core functionality.

Answer analysis

Option-by-option breakdown

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

  • Organising image files into folders on Azure Blob Storage by date

    Why it's wrong here

    Organising image files into dated folders on Azure Blob Storage is a storage-lifecycle operation: it uses timestamps and prefix paths, never inspecting the actual pixels or semantic content of the images. Image classification, by contrast, is a supervised computer-vision task that analyses visual features and assigns a categorical meaning. Moving or grouping files by date is metadata-driven management, not AI inference.

  • Assigning a category label to an entire image based on its dominant visual content

    Why this is correct

    Assigning a category label to the entire image based on its dominant visual content is the textbook definition of image classification. The model consumes the full image as input and outputs a probability distribution over predefined classes — such as 'cat', 'car', or 'landslide' — without locating objects. This is exactly what Azure Custom Vision's Image Classification service and Computer Vision's 'Describe Image' feature do, producing semantic labels rather than bounding boxes.

  • Converting colour images to black and white for accessibility purposes

    Why it's wrong here

    Converting colour images to grayscale is a deterministic image-processing transformation that recalculates pixel channels; it requires no trained model and produces no understanding of what the image depicts. Accessibility operations like contrast adjustment are pixel-level modifications, whereas image classification outputs semantic labels learned from visual patterns. A grayscale photo still needs a classifier to determine whether it contains a pedestrian, a vehicle, or a building.

  • Sorting images by their file size and resolution metadata

    Why it's wrong here

    Sorting images by file size and resolution only reads technical file metadata stored in image headers, not the visual meaning of the content. These properties can be examined with ordinary file-system or blob-storage tools without any AI inference. Image classification, conversely, extracts semantic categories from pixel patterns, so this option is pure file management and unrelated to labelling image content.

About these practice questions

One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.