AI-900 Practice Question: Describe features of generative AI workloads on Azure
What is 'grounding' in the context of Azure OpenAI and Retrieval-Augmented Generation?
⚠ Common exam trap
Many exam-takers confuse 'grounding' with unrelated technical terms like 'ground truth' or 'baseline metrics', or they may misinterpret the word literally as electrical grounding, leading them to choose option A.
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
✓
Anchoring model responses to specific, retrieved source documents to improve factual accuracy
Grounding in Azure OpenAI and Retrieval-Augmented Generation (RAG) refers to the practice of anchoring the model's responses to specific, retrieved source documents. This ensures that the generated output is factually accurate and verifiable, reducing the risk of hallucination by constraining the model to use only the provided context.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Connecting the model to electrical ground to prevent static during training
Why it's wrong here
This option is a pun on the word 'grounding.' In electrical engineering, grounding connects a circuit to earth to prevent static buildup, but in generative AI, grounding refers to anchoring model responses to factual, retrieved knowledge sources. There is no literal electrical connection involved in model training or inference; instead, grounded models are constrained by evidence inserted into the prompt. Treating the term literally reflects a fundamental misunderstanding of AI terminology.
- ✓
Anchoring model responses to specific, retrieved source documents to improve factual accuracy
Why this is correct
Grounding anchors a model's output by injecting retrieved, authoritative source passages into the prompt context, forcing the model to generate responses that are consistent with verified evidence. This directly reduces hallucination and improves factual accuracy, because the model can cite and reason over the supplied documents rather than relying solely on parametric memory. It is the core mechanism behind retrieval-augmented generation (RAG) systems.
- ✗
The process of converting floating-point weights to integer values for deployment
Why it's wrong here
Converting floating-point weights to integer values is quantization, a model optimization technique that reduces memory footprint and speeds up inference by representing weights as lower-precision integers such as INT8. Quantization is entirely separate from grounding: it changes how the model is stored and executed, not how its outputs are anchored to external knowledge sources. While quantization can make deployment cheaper, it does nothing to improve factual grounding or source attribution.
- ✗
Setting the baseline performance metrics before model fine-tuning begins
Why it's wrong here
Setting baseline performance metrics before fine-tuning is an evaluation practice, not a grounding mechanism. A baseline—such as accuracy, F1, or BLEU score—provides a reference point to measure whether fine-tuning improved the model, but it does not connect the model to a knowledge base or source documents. Grounding, by contrast, is a runtime prompting and retrieval technique that controls the source of information the model uses when generating an answer.
Go deeper
Related to this question
Learn chapter
Azure Machine Learning Studio
Key term
Model
In IT and AI, a model is a trained mathematical representation that learns patterns from data to make predictions or decisions.
Key term
RAG
Retrieval-Augmented Generation (RAG) is a technique that combines information retrieval with text generation to produce more accurate and contextually relevant answers from large language models.
About these practice questions
One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.