Exam AB-731 Topic 1 Question 28 Discussion

Actual exam question for Microsoft's AB-731 exam
Question #: 28
Topic #: 1
Hotspot Question
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Suggested Answer:


Explanation:
Box 1: No
No - Retrieval Augmented Generation (RAG) requires model fine-tuning.
Retrieval Augmented Generation (RAG) does not require model fine-tuning; it is designed to enhance Large Language Models (LLMs) with external data without modifying their internal parameters. RAG enables fast knowledge updates and reduces hallucinations by fetching relevant information. While fine-tuning adjusts weights for domain-specific behavior, RAG is for dynamic, up-to-date knowledge.
Box 2: Yes
Yes - Retrieval Augmented Generation (RAG) is helpful when you need a generative AI solution that can access current, verifiable information.
Think of Retrieval Augmented Generation (RAG) as giving an AI an "open-book exam" instead of forcing it to rely solely on its internal memory.
By connecting the model to external, authoritative data sources-like a company's private knowledge base or real-time news-it becomes significantly more reliable in several ways:
Reduces Hallucinations: Because the AI must ground its answers in the retrieved documents, it's less likely to "make things up".
Transparency: You can see the exact source used for the answer, making it easy to verify facts.
Cost-Efficiency: It is often much cheaper and faster to update a RAG database than it is to retrain or fine-tune a massive model on new information Box 3: Yes Yes - Retrieval Augmented Generation (RAG) enables you to get more relevant responses based on your organization's documents without retraining the base model.
Retrieval-Augmented Generation (RAG) is an AI framework that improves the accuracy and relevance of Large Language Model (LLM) outputs by incorporating, in real-time, external data that was not part of the model's original training, all without the need to retrain or fine-tune the base model. This method is particularly effective for allowing AI systems to access and utilize an organization's proprietary, private, or constantly updating data to generate more contextually accurate and authoritative responses.
Reference:
https://www.redhat.com/en/topics/ai/rag-vs-fine-tuning
https://pub.towardsai.net/how-rag-powers-smart-ai-applications-8d005696baa3

by Edmund at Jun 20, 2026, 11:21 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10