Fundamentals
Single Point of Failure
Any component whose failure alone stops the system.
Why interviewers ask about it
The non-obvious ones cause real outages: DNS, TLS certificates, config services, the deploy pipeline. Also, three instances in one availability zone is one failure domain, not three.
Related terms
This term is part of the free System Design interview preparation module - browse the full glossary for every definition.