Cloud Interview Question

What is scalability in the cloud?

Updated 2026-07-10 · Beginner friendly
Quick answer

Scalability is the ability of a system to handle more load by adding resources. In the cloud this is easy because you can add capacity on demand. There are two kinds: vertical scaling means making one machine bigger, and horizontal scaling means adding more machines. Horizontal scaling is usually preferred for large systems.

Two ways to scale

Vertical scaling is easy but you can only make a single machine so big. Horizontal scaling spreads work across many machines, which is how large systems handle millions of users, though it needs a load balancer.

In the interview

Interviewers like the terms scale up for vertical and scale out for horizontal. Saying you prefer to scale out for large systems because a single machine has limits shows solid understanding.

Want the full Cloud guide?

Read every Cloud concept with notes, diagrams, and code in one place. Track your progress as you go.

Open the Cloud guide All Cloud questions