Skip to content
Preptima

Inference, Cost & Latency interview questions

Token economics, streaming and time-to-first-token, batching and KV cache, quantisation trade-offs, and routing between models.

3 questions in Generative AI & Large Language Models.

medium1

hard2

hardDesignScenario

Do you use one large model, or a smaller model with retrieval? How do you decide?

Decide from the task. For grounded work over your own corpus, quality is set by what reaches the context, so retrieval dominates model size and a smaller model usually suffices. Keep the larger model for long multi-step reasoning, and treat routing as a second system to evaluate and monitor.

4 minmid, senior, staff