Question 153 of 1,020

Quick Answer

The answer is training a pre-trained model further on domain-specific data to improve task performance. Fine-tuning takes a large language model that has already learned general language patterns from vast datasets and continues its training on a smaller, specialized dataset, such as legal contracts or medical records. This process adjusts the model’s internal weights to make its outputs more accurate for a particular task, like summarizing documents or answering clinical questions, without needing to retrain the entire model from scratch. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of how to adapt pre-built AI services for custom scenarios, often appearing in questions that contrast fine-tuning with prompt engineering or retrieval-augmented generation—a common trap is confusing fine-tuning with simply writing better prompts, but remember that fine-tuning permanently changes the model’s parameters. A helpful memory tip: think of fine-tuning like a tailor adjusting a suit off the rack—the base suit is pre-trained, and fine-tuning customizes it for a perfect fit.

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. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 in the context of large language models?

Question 1mediummultiple 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

Training a pre-trained model further on domain-specific data to improve task performance

Fine-tuning takes a pre-trained large language model (LLM) and continues the training process on a smaller, domain-specific dataset. This adjusts the model's weights to specialize its outputs for particular tasks (e.g., legal document summarization or medical Q&A) without retraining from scratch. It is distinct from prompt engineering or retrieval-augmented generation because it permanently modifies the model parameters.

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.

  • Adjusting the model's response speed for production deployment

    Why it's wrong here

    Speed optimization is model inference tuning — fine-tuning is additional training on domain-specific data.

  • Training a pre-trained model further on domain-specific data to improve task performance

    Why this is correct

    Fine-tuning adapts a foundation model to specific tasks or domains through additional training on targeted data.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Manually reviewing and correcting model outputs

    Why it's wrong here

    Manual output review is human feedback/evaluation — fine-tuning is automated additional training on new data.

  • Compressing a large model into a smaller, faster version

    Why it's wrong here

    Model compression/distillation creates smaller models — fine-tuning adapts an existing model's behavior for specific tasks.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse fine-tuning with inference optimization or model compression, because all three can improve performance in production, but only fine-tuning actually modifies model weights through additional training on domain-specific data.

Trap categories for this question

  • Command / output trap

    Manual output review is human feedback/evaluation — fine-tuning is automated additional training on new data.

Detailed technical explanation

How to think about this question

Under the hood, fine-tuning uses a lower learning rate (typically 1e-5 to 5e-5) and a smaller batch size than pre-training, applying backpropagation only to the last few layers or using parameter-efficient techniques like LoRA (Low-Rank Adaptation) to update a fraction of weights. In Azure OpenAI Service, fine-tuning requires uploading a training dataset in JSONL format with prompt-completion pairs, and the process can take hours depending on dataset size. A real-world scenario is fine-tuning GPT-3.5 on customer support transcripts to generate more accurate, brand-consistent responses while reducing hallucination rates.

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.

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: Training a pre-trained model further on domain-specific data to improve task performance — Fine-tuning takes a pre-trained large language model (LLM) and continues the training process on a smaller, domain-specific dataset. This adjusts the model's weights to specialize its outputs for particular tasks (e.g., legal document summarization or medical Q&A) without retraining from scratch. It is distinct from prompt engineering or retrieval-augmented generation because it permanently modifies the model parameters.

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

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.