Courseiva

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

What is 'Azure AI Vision's image moderation' and what content categories does it detect?

⚠ Common exam trap

Many exam-takers confuse Azure AI Vision's image moderation with broader content moderation services (like Azure Content Moderator) or assume it performs automatic actions like blurring, when in fact it only returns classification scores for adult and racy content.

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

Detecting sexually explicit (adult) and suggestive (racy) content in images with confidence scores

Azure AI Vision's image moderation is specifically designed to detect sexually explicit (adult) and suggestive (racy) content in images, returning confidence scores for each category. This is a core feature of the computer vision service that helps platforms comply with content policies by classifying inappropriate visual content rather than modifying images or checking for copyright violations.

Answer analysis

Option-by-option breakdown

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

  • Moderating the resolution and quality of user-uploaded images for platform standards

    Why it's wrong here

    Assessing resolution, file size, or encoding quality is a technical validation task, not a content-safety classification, and Azure AI Vision does not expose a 'quality score' for images. The moderation API analyzes semantic content categories such as adult and racy rather than how sharp or well-formatted an upload is. Platform image-standard checks would be handled upstream by upload processing logic, not by the vision moderation model.

  • Detecting sexually explicit (adult) and suggestive (racy) content in images with confidence scores

    Why this is correct

    This is the core function of the content moderation feature in Azure AI Vision: each analyzed image returns adult_score and racy_score values between 0 and 1, along with booleans indicating whether the image is considered adult or racy. Those scores let an application enforce a platform's tolerance threshold and automatically filter out sexually explicit or suggestive visuals. This matches the service's actual detection of mature content, making it the correct answer.

  • Modifying images to blur or remove inappropriate elements automatically

    Why it's wrong here

    Image moderation is a detection-only API; it produces scores and category labels but never modifies the input image. The actual blurring or removal of inappropriate elements would require a downstream action, such as a separate image-masking or redaction workflow. Therefore, 'modifying images' is not a capability of the moderation service but a possible follow-up step in an application pipeline.

  • Detecting copyright violations in user-uploaded images by comparing to known copyrighted works

    Why it's wrong here

    Azure AI Vision's image moderation does not perform reference-based matching against a database of protected works, so copyright detection is not one of its returned categories. Detecting copyright violations requires a separate fingerprinting or perceptual-hash system and a repository of known copyrighted images. This option confuses content-safety moderation with intellectual-property enforcement, which is out of scope for the service.

About these practice questions

This AI-900 question is part of Courseiva's 985-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.