Tooling
mypy / pyright
Static type checkers that verify annotations without running the code.
Why interviewers ask about it
Python type hints are not enforced at runtime - that is the whole point of a separate checker. Adopting gradually with per-module strictness is the realistic answer.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.