Skip to content
Preptima

Fine-tuning & Adaptation interview questions

When to fine-tune rather than prompt or retrieve, LoRA and parameter-efficient methods, dataset curation, and evaluating whether it helped.

3 questions in Generative AI & Large Language Models.

medium1

mediumConceptDesign

How do you decide between prompting, retrieval and fine-tuning?

Ask what is missing. If the answer changes when your documents change, you need retrieval; if the model knows enough but will not behave, format or specialise the way you need, you fine-tune. Prompting comes first either way because it costs an afternoon and tells you which of the other two you actually need.

5 minmid, senior, staff

hard2

hardScenarioDesign

You have fine-tuned a model for a task. How do you prove it helped?

Compare it against a genuinely strong prompted baseline on a held-out set drawn from real traffic, using the task metric your product cares about, and run a broad regression set alongside to catch capability lost elsewhere. Falling training loss is evidence that training worked, not that the product improved.

5 minmid, senior, staff