Cloud Platforms & Architecture
48 questionsDONEUNLOCKEDLOCKED
AWS & Cloud Architecture Interview Questions
IAM least privilege, VPC design, security groups versus NACLs, why peering is not transitive, Transit Gateway routing, multi-account landing zones and multi-region failover across AWS, Azure and GCP.
Grounded in researched DevOps, SRE and platform engineering interview loops, written to a senior-engineer editorial bar, and never padded to hit a word count.
You have 10 free answers unlocked here.Sign in free for 10 more · 28 are premium.
01–20Foundationsthe words and mechanisms every loop takes as given0/20 done
21–37Core loopsthe questions every loop actually asks0/17 done
38–48Field scenariosthe half-specified problems a real estate throws at you0/11 done
The concepts behind Cloud Platforms & Architecture
The ideas from the curriculum that these questions take as given. The foundations are open to everyone; the ones that decide a senior round sit behind Premium.
Foundational
Failure domains: what a region, a zone and a cell actually buy youCloud availability is sold as a set of boundaries, and the whole discipline is understanding what each boundary contains. A zone separates physical infrastructure; a region adds geographic separation. Neither stops a bad deploy propagated to every replica.Foundational
The cloud control plane is a dependency you forgot to design aroundEvery recovery plan that involves launching instances, updating DNS or changing a load balancer depends on an API that may be impaired during the outage. Static stability means a system holds its current state without needing that API, which is what separates a plan that works during a bad day from one that only works during a rehearsal.