Question 49 of 1,020

Azure AI Content Safety

This AI-900 practice question tests your understanding of describe features of generative ai workloads on azure. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

What is 'Azure AI Content Safety' and what types of harmful content does it detect?

Quick Answer

The correct answer is that Azure AI Content Safety is a cloud service designed to detect harmful content across four key categories: hate, violence, sexual, and self-harm, in both text and images, with configurable severity levels. This is correct because the service uses advanced AI models to analyze user-generated and AI-generated content, allowing administrators to set thresholds from safe to high severity, ensuring that only content exceeding a chosen level is flagged or blocked. On the AI-900 exam, this concept tests your understanding of responsible AI principles and how Azure implements content moderation; a common trap is confusing it with Azure Cognitive Services’ Content Moderator, which focuses on adult and offensive content but lacks the specific self-harm category and granular severity sliders. To remember the four categories, use the mnemonic “Hate, Violence, Sex, Self-harm” (HVSS), and note that severity levels let you tune sensitivity for different business needs, such as allowing mild language in a gaming forum but blocking it in a children’s app.

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

A service that detects hate, violence, sexual, and self-harm content in text and images at configurable severity levels

Azure AI Content Safety is a cloud service that detects harmful user-generated and AI-generated content in text and images. It identifies categories such as hate, violence, sexual, and self-harm content, and allows you to configure severity levels (safe, low, medium, high) to filter content appropriately. This makes option B correct because it accurately describes the service's purpose and the specific types of harmful content it detects.

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.

  • A firewall that blocks malicious network traffic from reaching Azure AI services

    Why it's wrong here

    Network firewalls are infrastructure security — Azure AI Content Safety analyses text and image content for harmful categories.

  • A service that detects hate, violence, sexual, and self-harm content in text and images at configurable severity levels

    Why this is correct

    Azure AI Content Safety classifies content across four harm categories with severity scoring — enabling configurable safety filtering.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A GDPR compliance tool that detects and redacts personal data from AI training datasets

    Why it's wrong here

    PII redaction is a data privacy tool — Content Safety focuses on harmful content categories (hate, violence, sexual, self-harm).

  • Copyright detection software that identifies AI-generated content derived from copyrighted material

    Why it's wrong here

    Copyright detection is an IP protection concern — Content Safety detects harmful content categories, not copyright provenance.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse Azure AI Content Safety with other Azure security or compliance services (like Azure Firewall, Azure Purview, or Content Moderator), leading them to pick options that describe unrelated capabilities such as network filtering, data privacy, or copyright detection.

Detailed technical explanation

How to think about this question

Under the hood, Azure AI Content Safety uses multi-modal deep learning models trained on large datasets to classify text and images into four severity levels (0-6 scale) for each harm category. The service supports real-time moderation via REST API calls with a maximum text length of 1,024 characters per request, and image analysis supports JPEG, PNG, GIF, BMP, and WEBP formats up to 4 MB. A subtle behavior is that severity levels are configurable per category, allowing you to block only high-severity violence while flagging low-severity hate speech for review, which is critical for applications like social media platforms or AI chatbots where context matters.

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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.

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-900 practice-question pages

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

Practice this exam

Start a free AI-900 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-900 question test?

Describe features of generative AI workloads on Azure — This question tests Describe features of generative AI workloads on Azure — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: A service that detects hate, violence, sexual, and self-harm content in text and images at configurable severity levels — Azure AI Content Safety is a cloud service that detects harmful user-generated and AI-generated content in text and images. It identifies categories such as hate, violence, sexual, and self-harm content, and allows you to configure severity levels (safe, low, medium, high) to filter content appropriately. This makes option B correct because it accurately describes the service's purpose and the specific types of harmful content it detects.

What should I do if I get this AI-900 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

2 more ways this is tested on AI-900

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. What is the purpose of Azure AI Content Safety in the context of generative AI deployments?

medium
  • A.To compress generated content for faster delivery
  • B.To detect and filter harmful content in AI prompts and responses
  • C.To measure the quality and accuracy of AI-generated responses
  • D.To ensure AI content is written in the correct language

Why B: Azure AI Content Safety is a service designed to detect and filter harmful content, such as hate speech, violence, self-harm, and sexually explicit material, in both user prompts and AI-generated responses. In generative AI deployments, this ensures that the model's outputs comply with safety policies and regulatory requirements, preventing the dissemination of offensive or dangerous content.

Variation 2. What is 'content moderation' in the context of Azure OpenAI?

medium
  • A.Controlling how much content a user is allowed to generate per day
  • B.Automatically filtering and classifying inputs/outputs for harmful content categories
  • C.Editing generated text to improve grammar and style
  • D.Optimising prompt length to reduce token costs

Why B: Content moderation in Azure OpenAI uses AI models to automatically scan both user prompts (inputs) and generated responses (outputs) for harmful content such as hate, violence, sexual material, and self-harm. It applies configurable severity filters (e.g., low, medium, high) to block or flag content that violates Microsoft's Responsible AI policies, ensuring safe deployment of generative AI workloads.

Keep practising

More AI-900 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-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.