LLMs
PagedAttention
Storing the KV cache in fixed-size blocks with a page table, as in OS virtual memory.
Why interviewers ask about it
Cuts KV fragmentation from 60–80% to under 4%, and enables prefix sharing so one long system prompt is stored once for thousands of concurrent users.
Related terms
This term is part of the free AI/ML Engineer interview preparation module - browse the full glossary for every definition.