Courseiva

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

What is the purpose of Azure AI Vision's 'color analysis' feature?

⚠ Common exam trap

Candidates often confuse the descriptive 'color analysis' feature with corrective or diagnostic tasks (like defect detection or display calibration), when in fact it only extracts and reports existing color properties from 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

Identifying dominant colors, accent colors, and whether images are black and white

Azure AI Vision's color analysis feature is designed to extract color information from images, including the dominant foreground and background colors, accent colors, and whether the image is black-and-white. This helps in understanding the visual composition and mood of an image, which is useful for applications like branding, content moderation, and image categorization.

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 color defects in manufactured products

    Why it's wrong here

    Color analysis in Azure AI Vision only summarizes the image's color palette—dominant and accent colors—rather than inspecting for anomalies such as hue shifts or smudges. Manufacturing defect detection typically relies on custom trained vision models that classify or segment product images against a labeled dataset of defective and non-defective samples. The built-in color feature cannot compare color distributions against quality thresholds or flag subtle deviations, so it is not suited for quality control.

  • Identifying dominant colors, accent colors, and whether images are black and white

    Why this is correct

    This is precisely what the color visual feature of the Azure AI Vision Image Analysis API does: it identifies the dominant foreground and background colors, extracts an accent color based on saturation and brightness, and reports whether the image is black-and-white. The service returns these attributes in JSON, enabling applications to tag assets, generate theme colors, or filter monochrome images automatically. Because the question asks for the capability of the built-in color analysis skill, this is the correct answer.

  • Converting images to grayscale for accessibility

    Why it's wrong here

    Grayscale conversion is an image processing operation that transforms each pixel's RGB values, either by desaturating or applying luminance weights, to produce a new image. The color analysis feature is read-only: it inspects the existing image's color distribution and outputs descriptive metadata without modifying or generating any image file. It cannot convert an image or produce an accessible grayscale version, so it does not fulfill this transformation task.

  • Measuring the color accuracy of display screens

    Why it's wrong here

    Assessing display color accuracy requires measuring emitted light with a colorimeter and comparing gamut, gamma, and white point against reference standards like sRGB or DCI-P3—a hardware calibration task. Azure AI Vision's color analysis operates purely on the digital pixel values within an uploaded image, not on physical display output. It cannot detect backlight uniformity, color temperature drift, or calibration errors, so this option misrepresents the scope of the service.

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.