- A
Content Filtering
Built-in content filtering in Azure OpenAI Service allows developers to configure filters for categories such as hate, violence, sexual, and self-harm. This prevents the model from generating prohibited content.
- B
Prompt Engineering
Why wrong: Prompt engineering is a technique for crafting prompts to guide model behavior, but it is not a built-in feature of Azure OpenAI Service. It cannot guarantee the absence of offensive content.
- C
Fine-tuning
Why wrong: Fine-tuning customizes the model on a specific dataset but does not include built-in filtering. It also requires additional effort and does not automatically block offensive content.
- D
Token Limit
Why wrong: Token limit controls the maximum number of tokens (words/subwords) in the generated output. It does not filter content for offensiveness.
Quick Answer
The correct answer is Content Filtering, because this built-in feature in Azure OpenAI Service automatically screens both input prompts and output completions for harmful content like hate, violence, sexual material, and self-harm, ensuring product descriptions remain safe without custom code. For the AI-900 exam, this tests your understanding of Azure OpenAI’s responsible AI safeguards—a common trap is confusing Content Filtering with custom moderation or Azure AI Content Safety, but remember that Content Filtering is the native, zero-configuration option. A simple memory tip: think of it as a “four-layer shield” blocking hate, violence, sexual, and self-harm categories at both ends of the conversation.
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. 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.
A company uses Azure OpenAI Service to generate product descriptions for an e-commerce site. They want to ensure that the generated descriptions never contain offensive, violent, or hateful content. Which built-in feature should the developer enable in the Azure OpenAI Service?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"never"Why it matters: Absolute qualifier. True only if the statement has zero exceptions — be cautious of options that seem obvious but break down in edge cases.
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
Content Filtering
Content Filtering is a built-in safety feature in Azure OpenAI Service that automatically detects and blocks harmful content categories such as hate, violence, sexual, and self-harm. It operates at the input prompt and output completion level, ensuring generated product descriptions remain compliant with content policies without requiring custom development.
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.
- ✓
Content Filtering
Why this is correct
Built-in content filtering in Azure OpenAI Service allows developers to configure filters for categories such as hate, violence, sexual, and self-harm. This prevents the model from generating prohibited content.
Clue confirmation
The clue word "never" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Prompt Engineering
Why it's wrong here
Prompt engineering is a technique for crafting prompts to guide model behavior, but it is not a built-in feature of Azure OpenAI Service. It cannot guarantee the absence of offensive content.
- ✗
Fine-tuning
Why it's wrong here
Fine-tuning customizes the model on a specific dataset but does not include built-in filtering. It also requires additional effort and does not automatically block offensive content.
- ✗
Token Limit
Why it's wrong here
Token limit controls the maximum number of tokens (words/subwords) in the generated output. It does not filter content for offensiveness.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse Prompt Engineering (a design practice) with a built-in safety feature, assuming that carefully worded prompts alone can guarantee safe outputs, whereas Azure OpenAI Service requires explicit Content Filtering configuration to enforce content policies.
Trap categories for this question
Command / output trap
Token limit controls the maximum number of tokens (words/subwords) in the generated output. It does not filter content for offensiveness.
Detailed technical explanation
How to think about this question
Content Filtering in Azure OpenAI Service uses multi-class classification models trained on labeled datasets to assign severity levels (safe, low, medium, high) across four harm categories. The filtering is applied in real-time via the API, and developers can configure severity thresholds (e.g., block medium and above) using the 'content_filter' parameter in the deployment. This ensures that even if a prompt is benign, the output is scanned before being returned to the user.
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.
- →
Describe features of generative AI workloads on Azure — study guide chapter
Learn the concepts, then practise the questions
- →
Describe features of generative AI workloads on Azure practice questions
Targeted practice on this topic area only
- →
All AI-900 questions
1,020 questions across all exam domains
- →
Microsoft Azure AI Fundamentals AI-900 study guide
Full concept coverage aligned to exam objectives
- →
AI-900 practice test guide
How to use practice tests most effectively before exam day
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.
Describe Artificial Intelligence workloads and considerations practice questions
Practise AI-900 questions linked to Describe Artificial Intelligence workloads and considerations.
Describe fundamental principles of machine learning on Azure practice questions
Practise AI-900 questions linked to Describe fundamental principles of machine learning on Azure.
Describe features of computer vision workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of computer vision workloads on Azure.
Describe features of Natural Language Processing workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of Natural Language Processing workloads on Azure.
Describe features of generative AI workloads on Azure practice questions
Practise AI-900 questions linked to Describe features of generative AI workloads on Azure.
AI-900 fundamentals practice questions
Practise AI-900 questions linked to AI-900 fundamentals.
AI-900 scenario practice questions
Practise AI-900 questions linked to AI-900 scenario.
AI-900 troubleshooting practice questions
Practise AI-900 questions linked to AI-900 troubleshooting.
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: Content Filtering — Content Filtering is a built-in safety feature in Azure OpenAI Service that automatically detects and blocks harmful content categories such as hate, violence, sexual, and self-harm. It operates at the input prompt and output completion level, ensuring generated product descriptions remain compliant with content policies without requiring custom development.
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.
Are there clue words in this question I should notice?
Yes — watch for: "never". Absolute qualifier. True only if the statement has zero exceptions — be cautious of options that seem obvious but break down in edge cases.
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 →
Same concept, more angles
1 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 'Azure OpenAI's content filter' configurability and why does it matter?
medium- A.Configuring which users can access Azure OpenAI based on their location
- ✓ B.Adjustable severity thresholds per harm category for legitimate domain-specific use cases
- C.Setting the maximum token count before content is filtered for length
- D.Configuring which Azure OpenAI models are available to different teams within an organisation
Why B: Azure OpenAI's content filter configurability allows administrators to adjust severity thresholds for each harm category (e.g., hate, violence, self-harm) to accommodate legitimate domain-specific use cases, such as medical or legal content that may require higher tolerance. This matters because it balances safety with utility, enabling organizations to fine-tune filtering based on their unique content policies and compliance needs without blocking valid applications.
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.