mediumMultiple SelectObjective-mapped
Moderate Adult Content with Azure Content Moderator
You are developing a content moderation solution that uses Azure Content Moderator to review images uploaded by users. The solution must flag images for potential adult content. Which TWO actions should you take to achieve this goal?
Quick Answer
The correct actions are to call the Evaluate operation on the image endpoint and to use the Review tool for human-in-the-loop moderation. The Evaluate operation directly analyzes uploaded images using pre-trained machine learning models to detect adult and racy content, returning a confidence score between 0 and 1 that flags potentially inappropriate material. However, because automated scores can be borderline or context-dependent, the Review tool provides a human review interface where moderators can confirm or override the classification, ensuring compliance with content policies. On the AI-102 exam, this question tests your understanding of how Azure Content Moderator combines automated analysis with human oversight—a common trap is assuming the Evaluate operation alone is sufficient for final decisions. Remember the memory tip: “Evaluate for speed, Review for certainty”—the API scores the content, but humans make the final call.
⚠ Common exam trap
Watch out — candidates often confuse the Evaluate operation with the OCR operation, or assume that custom training (Option A) is required when Azure Content Moderator already provides pre-trained adult content detection models.
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
✓
Configure a human review loop using the Review tool
Azure Content Moderator's Review tool enables human-in-the-loop review, which is essential for accurately flagging adult content when automated confidence scores are borderline. This allows human moderators to confirm or override the automated classification, ensuring compliance with content policies. Option D is correct because the Evaluate operation on the image endpoint directly analyzes images for adult and racy content using pre-trained models, returning a confidence score that can trigger further action.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Train a custom image classifier using Content Moderator's training API
Why it's wrong here
Content Moderator does not support custom model training for images; it uses built-in models.
- ✗
Use the List Management API to add images to a blocklist
Why it's wrong here
List Management is for custom blocklists of specific images, not for adult classification.
- ✓
Configure a human review loop using the Review tool
Why this is correct
Human reviews can provide accurate final decisions and improve the moderation system.
- ✓
Call the Evaluate operation on the image endpoint
Why this is correct
The Evaluate operation directly classifies images for adult and racy content.
- ✗
Use the OCR operation to extract text from images
Why it's wrong here
OCR extracts text; it does not detect adult content.
Go deeper
Related to this question
About these practice questions
One of 945 original AI-102 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 →
Same concept, more angles
1 more way this is tested on AI-102
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. A company uses Azure Content Moderator to review user-generated images in a social media app. Recently, the team noticed that images containing subtle adult content are not being flagged. What should they do to improve detection without increasing false positives?
medium- A.Increase the moderation thresholds for adult content.
- B.Disable the adult classification tier to allow all images to pass through.
- ✓ C.Configure a human review team using the Review tool to manually inspect flagged content.
- D.Retrain the Content Moderator model with additional labeled images of adult content.
Why C: Azure Content Moderator is designed to work with human review teams via the Review tool to handle edge cases where automated detection fails. By configuring a human review team, flagged images can be manually inspected to catch subtle adult content that the machine learning model misses, without lowering thresholds that would increase false positives. This approach leverages human judgment to improve detection accuracy while maintaining the existing automated moderation settings.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-102 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-102 exam.