- A
Fine-tuning repairs errors in a model's base training data
Why wrong: Base training data fixes are a pre-training concern — fine-tuning adapts a trained model for new tasks using additional training data.
- B
Further training a model on domain-specific data to change its behaviour permanently for a task
Fine-tuning updates model weights on task-specific data — creating a customised model rather than relying on prompts alone.
- C
Adjusting the model's temperature setting to produce more consistent outputs
Why wrong: Temperature is an inference parameter — fine-tuning is a training process that modifies the model's weights.
- D
Selecting which pre-trained model from the Azure model catalogue best suits your task
Why wrong: Model selection is a design decision — fine-tuning is the process of adapting a chosen model with additional task-specific training.
Quick Answer
The answer is further training a model on domain-specific data to change its behaviour permanently for a task. Fine-tuning takes a pre-trained language model and continues its training on a specialized dataset, adjusting the model’s weights so it becomes permanently adapted to a particular domain or function, unlike prompt engineering which only guides the model’s output temporarily through input instructions. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of when to retrain a model versus relying on prompts—a common trap is assuming prompt engineering can handle all specialized tasks, but fine-tuning is required for consistent, high-stakes outputs like classifying medical records or generating legal documents. A helpful memory tip: think of fine-tuning as giving the model a permanent new skill, while prompt engineering is like giving it a temporary reminder.
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. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 'fine-tuning' a language model and when should you use it instead of prompt engineering?
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
Further training a model on domain-specific data to change its behaviour permanently for a task
Fine-tuning is the process of taking a pre-trained language model and further training it on a domain-specific dataset to adapt its behavior permanently for a particular task. This is used instead of prompt engineering when the task requires consistent, specialized outputs that cannot be reliably achieved through prompt instructions alone, such as classifying medical records or generating legal documents.
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.
- ✗
Fine-tuning repairs errors in a model's base training data
Why it's wrong here
Base training data fixes are a pre-training concern — fine-tuning adapts a trained model for new tasks using additional training data.
- ✓
Further training a model on domain-specific data to change its behaviour permanently for a task
Why this is correct
Fine-tuning updates model weights on task-specific data — creating a customised model rather than relying on prompts alone.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Adjusting the model's temperature setting to produce more consistent outputs
Why it's wrong here
Temperature is an inference parameter — fine-tuning is a training process that modifies the model's weights.
- ✗
Selecting which pre-trained model from the Azure model catalogue best suits your task
Why it's wrong here
Model selection is a design decision — fine-tuning is the process of adapting a chosen model with additional task-specific training.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse fine-tuning with other model customization techniques like prompt engineering or hyperparameter tuning, but the key distinction is that fine-tuning permanently alters the model's weights through additional training, whereas prompt engineering only changes the input instructions.
Detailed technical explanation
How to think about this question
Fine-tuning updates the model's weights via backpropagation on a labeled dataset, typically using a lower learning rate than initial training to preserve general knowledge while specializing. In Azure AI, this is often done using the Azure Machine Learning service or the Azure OpenAI Service with a custom training job, where the model's parameters are adjusted over multiple epochs on domain-specific text. A real-world scenario is fine-tuning GPT-4 on a corpus of customer support tickets to generate accurate, brand-consistent responses, which prompt engineering alone cannot guarantee due to the complexity and variability of the domain.
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: Further training a model on domain-specific data to change its behaviour permanently for a task — Fine-tuning is the process of taking a pre-trained language model and further training it on a domain-specific dataset to adapt its behavior permanently for a particular task. This is used instead of prompt engineering when the task requires consistent, specialized outputs that cannot be reliably achieved through prompt instructions alone, such as classifying medical records or generating legal documents.
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 →
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. A marketing team wants to use a generative AI model to produce social media posts that match their brand's specific tone and style. They have a small set of example posts written by their copywriters. Which approach should they use to customize the model's outputs without retraining the entire model?
medium- A.Prompt engineering with carefully designed instructions
- ✓ B.Fine-tuning the model on the example posts
- C.Grounding the model with a knowledge base of brand guidelines
- D.Implementing a content filter to enforce brand rules
Why B: Fine-tuning adapts a pre-trained model to a specific task or style by training it further on a smaller, targeted dataset. In this scenario, the team has a few example posts; fine-tuning a base model (like GPT-4) on these examples will teach the model the desired tone and style. Prompt engineering (A) involves crafting input prompts but does not update the model weights and may be less effective for deep style changes. Grounding (C) provides additional context during inference but does not change the model's core behavior. Content filtering (D) is a safety measure that blocks or edits harmful outputs, not a customization method.
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.