Messaging
Dead-Letter Queue
A queue receiving messages that failed repeatedly, so they stop blocking the main flow.
Why interviewers ask about it
Always configure one, always alert on non-zero depth, and always build a replay path - otherwise it is a silent data-loss channel.
This term is part of the free System Design interview preparation module - browse the full glossary for every definition.