cloud
DevOps interview questions tagged cloud, across every topic.
5 questions · 4 unlocked for you
Concepts behind "cloud"
The concept pages behind what these questions are testing.
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.☁️ Cloud Architecture
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.☁️ Cloud Architecture