SFT failure in an enterprise RAG assistant: how would you respond?
Junior scenario interview question on SFT within Fine-Tuning.
Read full explanationInterviewers want a decision framework—not a tribal preference. Learn when fine-tuning, RAG, or both wins on freshness, cost, compliance, and evaluability.
Fine-tuning versus RAG is a recurring trade-off interview because wrong choices waste months of engineering time. Interviewers present scenarios—regulated knowledge bases, style adaptation, tool-use reliability—and expect a structured decision tree covering data freshness, citation requirements, cost to update, and evaluability.
RAG wins when knowledge changes frequently, provenance matters, and you need to update answers without retraining. Fine-tuning wins when behavior, tone, or format must be deeply internalized, when retrieval adds unacceptable latency, or when proprietary workflows are stable and well-represented in training data.
Combining both is common but doubles operational burden. Discuss when adapter layers plus retrieval actually improve results versus adding complexity without measurable lift. Interviewers probe catastrophic forgetting risks, safety alignment after domain fine-tunes, and whether your eval distinguishes parametric answers from retrieved ones.
Cost analysis must include hidden lines: labeling for SFT, GPU training cycles, re-embedding pipelines, and on-call burden for index incidents. A fine-tune that eliminates retrieval cost but requires weekly retraining may be more expensive than a well-instrumented RAG stack.
Governance angles matter in enterprise settings. RAG provides auditable citations; fine-tuned models may memorize sensitive patterns harder to audit. Articulate compliance implications, data retention policies, and how you would prove a model no longer encodes revoked content after a policy change.
Deep explanations with architecture diagrams for every question below.
Junior scenario interview question on SFT within Fine-Tuning.
Read full explanationMid-Level trade-off interview question on Adapters within Fine-Tuning.
Read full explanationSenior conceptual interview question on Chat Templates within Fine-Tuning.
Read full explanationStaff trade-off interview question on Evaluation within Fine-Tuning.
Read full explanationPrincipal conceptual interview question on Cost within Fine-Tuning.
Read full explanation