Foundations and Identity — Four Questions Every Interview Opens With
coreintermediateThe first four questions test whether you understand the failure boundary and the identity model. Region versus Availability Zone is really a question about what multi-AZ does and does not protect against. The three identity questions test whether you know that a role has no password, that an explicit deny always wins, and that a credential which expires cannot be leaked permanently.
Think of it as
Answer in two moves: the one-line definition, then the consequence. "A Region is a geographic area containing multiple Availability Zones" is a definition anyone can recite. "So multi-AZ survives a data centre and does not survive a bad deployment" is the sentence that shows you have operated something.
What we're doing: Answer "what does multi-AZ protect against?" the way an operator answers it.
- 1
- Lead with the definition, but keep it to one sentence — the interviewer already knows it, and the definition is not what is being tested.
- 6
- Naming the mechanism (load balancer, Auto Scaling group, RDS promotion) is what shows the answer comes from having watched it happen.
- 13
- This half of the answer is the one that separates candidates, and volunteering it without being prompted is what the follow-up was going to ask for anyway.
Why this works: The question looks like a vocabulary check and is a blast-radius check. Anyone can recite that a Region contains zones; the useful signal is whether you can name the failures that cross the boundary, because every one of those has bitten a team that believed multi-AZ made them safe.
Answering the definition and stopping there
Wrong
Better
What you see: The interview moves to a follow-up you have not thought about, and the answer arrives hesitantly instead of as something you already knew.
Why: Every definition question in this list is a setup for the consequence question behind it. Giving the consequence unprompted costs one extra sentence and changes what the rest of the interview assumes about you — the interviewer stops testing whether you have read about AWS and starts asking what you have run.
- Three nested boxes showing the containment levels, with two failure types outside them.
- Outermost: the Region, a geographic area such as eu-west-1, containing multiple Availability Zones.
- Inside it: two Availability Zones, each one or more discrete data centres with independent power, cooling and networking.
- Inside each zone: subnets and the resources placed in them.
- Multi-AZ deployment spans both zones, so losing one zone leaves the workload running in the other.
- Two failures cross every boundary: a bad deployment, which ships to both zones at once, and data corruption or deletion, which replicates to both.
- The control for those two is a tested rollback and a tested restore, not more zones.
The four questions, the answer in one breath, and the follow-up that separates people
Together
Remember: Multi-AZ contains a zone failure and nothing else — not a bad deploy, not a corrupted row, not a deleted bucket. A role is permissions plus a trust policy and has no credentials until assumed. Explicit deny always wins, an allow is always required, and an unexplained AccessDenied on an encrypted object is usually the KMS key policy.
See also: region az edge · policy types and trust · least privilege and evaluation · role assumption and temporary credentials · networking and traffic questions

