Cloud Interview Question

What is a CDN?

Updated 2026-07-10 · Beginner friendly
Quick answer

A CDN, or content delivery network, is a group of servers spread around the world that cache copies of your content close to users. When someone loads your site, images and files come from a nearby server instead of a distant one, which makes the site much faster and reduces load on your main server.

How it helps

Say your server is in the US and a user is in India. Without a CDN, every image travels across the world. With a CDN, a cached copy sits on a server in India, so it loads quickly.

In the interview

Mention that CDNs are mainly for static content like images, CSS, and videos. Noting that dynamic, personalised data usually is not cached shows you understand what a CDN is good for.

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