- A
A: Fine-tune the model with brand-specific data and enable content filtering.
Correct: Fine-tuning teaches brand voice; content filtering blocks harmful language.
- B
B: Use few-shot learning with examples and disable content filtering for creativity.
Why wrong: Few-shot can guide style but disabling content filtering risks offensive output.
- C
C: Increase the temperature parameter and use the logprobs parameter.
Why wrong: Temperature controls randomness, not brand voice; logprobs shows token probabilities.
- D
D: Use the top_p parameter and set max_tokens to a low value.
Why wrong: top_p adjusts vocabulary diversity; max_tokens limits length, neither ensures brand voice.
Quick Answer
The answer is to fine-tune the model with brand-specific data and enable content filtering. Fine-tuning adjusts the model’s weights using a curated dataset of formal, concise product descriptions, teaching it to replicate that specific brand voice rather than relying on generic prompts. Enabling content filtering then acts as a safety guardrail, blocking harmful or offensive language through Azure’s built-in content moderation or custom filters. On the AI-900 exam, this scenario tests your understanding of how to combine customization with responsible AI—a common trap is choosing prompt engineering alone, which cannot reliably enforce a consistent tone or block unsafe outputs. Remember the pairing: fine-tuning for style, filtering for safety. A useful mnemonic is “Tune the tone, filter the foul.”
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. A key principle to apply: fine-tuning customizes a pre-trained model with specific data.. 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 marketing team uses Azure OpenAI Service to generate product descriptions. They want the descriptions to follow a specific brand voice (formal, concise) and avoid generating any harmful or offensive language. Which combination of features should the team use?
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: Fine-tune the model with brand-specific data and enable content filtering.
Fine-tuning the model with brand-specific data allows the model to learn the desired brand voice (formal, concise) by adjusting its weights based on a curated dataset. Enabling content filtering ensures that any harmful or offensive language is blocked, either by Azure's built-in content moderation or by custom filters, meeting the safety requirement. This combination directly addresses both the style and safety needs.
Key principle: Fine-tuning customizes a pre-trained model with specific data.
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: Fine-tune the model with brand-specific data and enable content filtering.
Why this is correct
Correct: Fine-tuning teaches brand voice; content filtering blocks harmful language.
Related concept
Fine-tuning customizes a pre-trained model with specific data.
- ✗
B: Use few-shot learning with examples and disable content filtering for creativity.
Why it's wrong here
Few-shot can guide style but disabling content filtering risks offensive output.
- ✗
C: Increase the temperature parameter and use the logprobs parameter.
Why it's wrong here
Temperature controls randomness, not brand voice; logprobs shows token probabilities.
- ✗
D: Use the top_p parameter and set max_tokens to a low value.
Why it's wrong here
top_p adjusts vocabulary diversity; max_tokens limits length, neither ensures brand voice.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may think few-shot learning (Option B) is sufficient for style control, but it lacks the consistency of fine-tuning, and disabling content filtering is a critical safety oversight that Azure explicitly tests as a non-negotiable requirement.
Trap categories for this question
Command / output trap
Few-shot can guide style but disabling content filtering risks offensive output.
Detailed technical explanation
How to think about this question
Fine-tuning in Azure OpenAI Service uses supervised learning on a labeled dataset to adjust the model's parameters, making it more likely to generate text that matches the training examples' style and tone. Content filtering in Azure OpenAI operates at the API level, using both static and dynamic classifiers to detect and block categories like hate, violence, or self-harm, with configurable severity thresholds. In practice, a marketing team might fine-tune on 50-100 examples of formal product descriptions and enable the 'content filter' parameter in the API call to ensure compliance.
KKey Concepts to Remember
- Fine-tuning customizes a pre-trained model with specific data.
- Content filtering in Azure OpenAI detects and blocks harmful content.
- Fine-tuning is ideal for establishing a consistent brand voice.
- Content filtering is enabled by default and should remain active for safety.
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
Fine-tuning customizes a pre-trained model with specific data.
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. Fine-tuning customizes a pre-trained model with specific data. 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 fine-tuning customizes a pre-trained model with specific data., then practise related AI-900 questions on the same topic to reinforce the concept.
- →
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 — Fine-tuning customizes a pre-trained model with specific data..
What is the correct answer to this question?
The correct answer is: A: Fine-tune the model with brand-specific data and enable content filtering. — Fine-tuning the model with brand-specific data allows the model to learn the desired brand voice (formal, concise) by adjusting its weights based on a curated dataset. Enabling content filtering ensures that any harmful or offensive language is blocked, either by Azure's built-in content moderation or by custom filters, meeting the safety requirement. This combination directly addresses both the style and safety needs.
What should I do if I get this AI-900 question wrong?
Review fine-tuning customizes a pre-trained model with specific data., then practise related AI-900 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Fine-tuning customizes a pre-trained model with specific data.
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 →
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.