Question 260 of 1,020

Quick Answer

The correct answer is configuring the content filtering (responsible AI filters) within Azure OpenAI Service. These built-in filters automatically scan both user prompts and model outputs for offensive language, harmful stereotypes, and violent themes, blocking any content that violates predefined safety policies. This allows the company to enforce brand guidelines without needing custom model modifications or manual oversight. On the AI-900 exam, this question tests your understanding of Azure OpenAI’s responsible AI safeguards, often appearing in scenario-based questions about content safety. A common trap is confusing content filtering with content moderation APIs or custom fine-tuning—remember that filtering is a configuration toggle, not a model retraining task. Memory tip: think of “filter first, fine-tune later”—the filters are the first line of defense for brand-safe outputs.

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

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. A key principle to apply: azure OpenAI content filters screen inputs and outputs.. 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.

A company uses Azure OpenAI Service to generate marketing copy for social media posts. They want to prevent the model from producing content that contains offensive language, harmful stereotypes, or violent themes that go against their brand guidelines. Which feature should the company configure within Azure OpenAI Service?

Question 1hardmultiple choice
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

Configuring the content filtering (responsible AI filters)

B is correct because Azure OpenAI Service includes built-in content filtering (responsible AI filters) that automatically detects and blocks offensive language, harmful stereotypes, and violent themes in both input prompts and generated outputs. This feature enforces brand guidelines without requiring custom model modifications or manual oversight.

Key principle: Azure OpenAI content filters screen inputs and outputs.

Answer analysis

Option-by-option breakdown

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

  • Fine-tuning the model with a custom dataset

    Why it's wrong here

    Fine-tuning trains the model on specific data to improve performance on a task. However, it does not inherently filter out objectionable content; the model might still generate harmful text if the fine-tuning data contains such patterns.

  • Configuring the content filtering (responsible AI filters)

    Why this is correct

    Azure OpenAI’s content filtering system is a built-in safeguard that automatically screens inputs and outputs for categories like hate, violence, sexual content, and self-harm. Companies can configure severity levels to prevent undesirable content from being generated.

    Related concept

    Azure OpenAI content filters screen inputs and outputs.

  • Increasing the token limit per response

    Why it's wrong here

    Token limits control the maximum length of the text generated (e.g., 200 tokens). They do not prevent the model from producing harmful content; they only limit how long the output can be.

  • Using prompt engineering techniques

    Why it's wrong here

    Prompt engineering (e.g., adding instructions like 'do not use bad language') can help guide the model, but it is not a guaranteed safety mechanism. The model may still generate inappropriate content if the instruction is not perfectly followed. Content filtering is the official safeguard.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse fine-tuning or prompt engineering as content safety mechanisms, when in fact Azure OpenAI's content filtering is the only built-in feature designed specifically to block offensive or harmful content at inference time.

Trap categories for this question

  • Command / output trap

    Token limits control the maximum length of the text generated (e.g., 200 tokens). They do not prevent the model from producing harmful content; they only limit how long the output can be.

Detailed technical explanation

How to think about this question

Azure OpenAI's content filtering operates at multiple severity levels (low, medium, high) across categories such as hate, sexual, violence, and self-harm, using classifiers that analyze both prompt and completion. The filters are applied in real-time and cannot be disabled for safety reasons, ensuring compliance with Microsoft's Responsible AI principles. In practice, even if a prompt is benign, the filter can block a generated response that violates thresholds, providing a defense-in-depth layer beyond prompt engineering.

KKey Concepts to Remember

  • Azure OpenAI content filters screen inputs and outputs.
  • Filters detect categories like hate, violence, sexual, and self-harm.
  • Companies can configure severity levels for content filtering.
  • Content filtering is a built-in responsible AI safeguard.

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

Azure OpenAI content filters screen inputs and outputs.

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. Azure OpenAI content filters screen inputs and outputs. 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.

Review azure OpenAI content filters screen inputs and outputs., then practise related AI-900 questions on the same topic to reinforce the concept.

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 — Azure OpenAI content filters screen inputs and outputs..

What is the correct answer to this question?

The correct answer is: Configuring the content filtering (responsible AI filters) — B is correct because Azure OpenAI Service includes built-in content filtering (responsible AI filters) that automatically detects and blocks offensive language, harmful stereotypes, and violent themes in both input prompts and generated outputs. This feature enforces brand guidelines without requiring custom model modifications or manual oversight.

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

Review azure OpenAI content filters screen inputs and outputs., then practise related AI-900 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Azure OpenAI content filters screen inputs and outputs.

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. A company uses Azure OpenAI Service to generate marketing copy. They want to ensure that the generated text does not contain offensive language or harmful stereotypes, even if the prompt inadvertently leads the model in that direction. Which Azure OpenAI feature should they configure to help prevent such outputs?

medium
  • A.Content filtering
  • B.Prompt engineering
  • C.Fine-tuning
  • D.Few-shot learning

Why A: Content filtering in Azure OpenAI Service uses a set of pre-built, configurable filters to detect and block harmful content categories such as hate, violence, sexual, and self-harm. This feature operates at the service level, intercepting both prompts and completions to prevent offensive language or harmful stereotypes from being generated, regardless of how the prompt is phrased.

Variation 2. A company uses Azure OpenAI to generate marketing copy. They want to ensure that the generated text does not contain inappropriate or harmful content before it is published. Which Azure OpenAI feature is specifically designed for this purpose?

medium
  • A.Temperature
  • B.Top-p (nucleus sampling)
  • C.System message
  • D.Content filters

Why D: Content filters are the Azure OpenAI feature specifically designed to detect and block inappropriate or harmful content in generated text. They apply configurable severity levels across categories like hate, violence, self-harm, and sexual content, ensuring outputs meet safety policies before publication.

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.