Question 655 of 988
Implement content moderation solutionsmediumMultiple SelectObjective-mapped

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.

AI-102 Implement content moderation solutions Practice Question

This AI-102 practice question tests your understanding of implement content moderation solutions. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

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?

Question 1mediummulti select
Full question →

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

Option C is correct because 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.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Call the Evaluate operation on the image endpoint

    Why this is correct

    The Evaluate operation directly classifies images for adult and racy content.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use the OCR operation to extract text from images

    Why it's wrong here

    OCR extracts text; it does not detect adult content.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may 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.

Detailed technical explanation

How to think about this question

The Evaluate operation returns a JSON response with 'AdultClassificationScore' and 'RacyClassificationScore' (0 to 1), where a score above 0.5 typically indicates potential adult content. The Review tool integrates with the Content Moderator API to create human review tasks, allowing moderators to tag images as 'adult' or 'racy' and optionally add metadata. In practice, combining automated evaluation with human review reduces false positives from ambiguous images like artistic nudes or medical diagrams.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AI-102 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Implement an agentic solution practice questions

Practise AI-102 questions linked to Implement an agentic solution.

Implement computer vision solutions practice questions

Practise AI-102 questions linked to Implement computer vision solutions.

Implement knowledge mining and information extraction solutions practice questions

Practise AI-102 questions linked to Implement knowledge mining and information extraction solutions.

Implement image and video processing solutions practice questions

Practise AI-102 questions linked to Implement image and video processing solutions.

Implement natural language processing solutions practice questions

Practise AI-102 questions linked to Implement natural language processing solutions.

Implement generative AI solutions practice questions

Practise AI-102 questions linked to Implement generative AI solutions.

Implement agentic AI solutions practice questions

Practise AI-102 questions linked to Implement agentic AI solutions.

Implement knowledge mining and document intelligence solutions practice questions

Practise AI-102 questions linked to Implement knowledge mining and document intelligence solutions.

Plan and manage an Azure AI solution practice questions

Practise AI-102 questions linked to Plan and manage an Azure AI solution.

Implement content moderation solutions practice questions

Practise AI-102 questions linked to Implement content moderation solutions.

AI-102 fundamentals practice questions

Practise AI-102 questions linked to AI-102 fundamentals.

AI-102 scenario practice questions

Practise AI-102 questions linked to AI-102 scenario.

Practice this exam

Start a free AI-102 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AI-102 question test?

Implement content moderation solutions — This question tests Implement content moderation solutions — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Configure a human review loop using the Review tool — Option C is correct because 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.

What should I do if I get this AI-102 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways 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: Option C is correct because 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.

Keep practising

More AI-102 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.