Service Comparison

RAG vs Fine-Tuning vs Prompt Engineering

Improve model behavior by changing instructions, grounding context, or model weights.

What They Have in Common

Each option can solve part of the scenario. The exam expects you to choose the one that satisfies the stated constraints with the right operational burden, security boundary, availability model, and cost behavior.

Key Differences

OptionPrimary modelBest useSecurityAvailabilityOperations and cost
Prompt engineeringChange instructions/contextFastest, lowest overhead; no model trainingControl prompt data, permissions, and loggingDepends on the selected model serviceLowest cost and operations; behavior changes without training
RAGRetrieve authoritative contextUse current/private documents while preserving source updatesSecure source permissions, embeddings, retrieval, and KMSRetriever and model availability must be designedIndexing/retrieval cost; operate ingestion and evaluation
Fine-tuningUpdate model behavior with training examplesHigher cost/ops; useful for style, task behavior, or specialized examplesProtect training data, artifacts, endpoints, and accessDeployment availability depends on endpoint architectureTraining and hosting cost; manage datasets, versions, and evaluation

Typical Exam Clues

Practice After Studying

Return to the certification guide that includes this comparison and launch domain training from there.

Sources and Review Metadata