Cloud Interview Question

What is auto scaling in the cloud?

Updated 2026-07-10 · Beginner friendly
Quick answer

Auto scaling automatically adds or removes servers based on current demand. When traffic rises, the cloud starts more servers, and when it falls, it shuts some down. This keeps the app responsive during busy times and saves money during quiet times, because you only pay for what you actually use.

How it works

You set rules, such as add a server when CPU usage stays above 70 percent, and remove one when it drops below 30 percent. The cloud watches these metrics and adjusts the number of servers for you, with no manual work.

In the interview

Point out that auto scaling and load balancing go hand in hand. New servers are useless unless a load balancer routes traffic to them, so mentioning both shows you see the full picture.

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