Retrieval augmented generation: Which deployment technique | AIGP
7-day money-back guarantee — full refund within 7 days of purchase if you've completed under 20% of the questions. See pricing →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing For Teams About

Language

✓ EnglishDeutschEspañolFrançaisPortuguês
Check readiness — free →

Retrieval augmented generation: Which deployment technique augments a model's responses with information

AIGP Understanding How to Govern AI Deployment and Use Easy

RAG grounds responses in externally retrieved documents at inference time without modifying model weights.

The question

Which deployment technique augments a model's responses with information retrieved from an external knowledge source at inference time, without changing the model's weights?

Preparing for AIGP? Take the free 5-min readiness quiz →

  1. Retrieval augmented generation (RAG), which supplements the model's prompt with relevant documents fetched from an external knowledge base at inference time.
    Correct because RAG retrieves external content at query time to ground responses without retraining the model.
  2. Fine-tuning, which updates the model's internal weights by training it further on a curated, task-specific labeled dataset before it is deployed.
    Plausible but wrong because fine-tuning changes the model's weights rather than retrieving external data at inference time.
  3. An agentic architecture, which lets the model plan and autonomously call external tools in sequence to complete multi-step tasks on a user's behalf.
    Plausible but wrong because agentic tool-use is about action and orchestration, not grounding answers in retrieved documents.
  4. Edge deployment, which runs the model locally on a device to reduce latency and keep data on-premises rather than in the cloud.
    Wrong because edge deployment concerns where the model runs, not augmenting responses with retrieved knowledge.
The trap
Confusing retrieval augmented generation with fine-tuning, which changes the model rather than adding retrieval.

How to remember it

RAG grounds responses in externally retrieved documents at inference time without modifying model weights.

How many of these would you get right?

One of 1581 AIGP questions on Certsqill. Take a free five-minute check and see your score per domain — not one number, but which section to open tonight.

Test your AIGP readiness — free

More Understanding How to Govern AI Deployment and Use questions

Part of the Certsqill AIGP question bank · Understanding How to Govern AI Deployment and Use · Every answer, right and wrong, comes with its own explanation.