Django
MVT
Model-View-Template. Django's View is what other frameworks call a controller; the framework handles URL dispatch.
Why interviewers ask about it
Do not claim MVT is fundamentally different from MVC. The honest framing is that Django names the layers differently and owns the routing.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.