- A
A small business whose customers are all located within 10 kilometers of the company's single data center
Why wrong: When users are geographically clustered near the origin server, CDN provides minimal latency benefit. The geographic distribution gap that CDN solves doesn't exist in this scenario.
- B
An e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates
This is the ideal CDN scenario: geographically distributed users, highly cacheable content (product images and videos), and a business metric (conversion rate) that is demonstrably sensitive to latency. CDN edges serve cached content locally, dramatically reducing page load times for international visitors.
- C
A real-time financial trading application that requires unique, uncacheable price data delivered to a single city's traders
Why wrong: CDNs provide no benefit for uncacheable, real-time data. Financial trading data is unique per request and cannot be served from cache. A CDN would add complexity without value here.
- D
An internal HR system used exclusively by employees in the company's headquarters
Why wrong: Internal systems with a geographically concentrated user base near the origin don't benefit from CDN. CDN is optimized for external-facing, geographically distributed traffic.
When to Use a Content Delivery Network (CDN) for E-commerce
This GCDL practice question tests your understanding of gcdl exam topics. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company is evaluating whether to use a content delivery network (CDN) for its e-commerce website. Which scenario would most benefit from CDN implementation?
Quick Answer
The correct choice is an e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates. This scenario benefits most from a CDN because it caches static content like images and videos at edge servers located geographically closer to users, drastically reducing latency and accelerating page load times. On the Google Cloud Digital Leader exam, this question tests your understanding of how CDNs solve performance bottlenecks for latency-sensitive, globally distributed traffic—a key concept in Cloud CDN and Google Cloud’s global infrastructure. A common trap is choosing a scenario with only local users or dynamic content, which gains less from caching; remember that CDNs shine for static assets served to a wide geographic audience. Memory tip: think “global images = CDN’s prime mission.”
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
An e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates
Option B is correct because a CDN caches static content like high-resolution images and videos at edge servers geographically closer to users, reducing latency and improving page load speed. For an e-commerce site with global customers, faster load times directly boost conversion rates, making CDN implementation highly beneficial.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A small business whose customers are all located within 10 kilometers of the company's single data center
Why it's wrong here
When users are geographically clustered near the origin server, CDN provides minimal latency benefit. The geographic distribution gap that CDN solves doesn't exist in this scenario.
- ✓
An e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates
Why this is correct
This is the ideal CDN scenario: geographically distributed users, highly cacheable content (product images and videos), and a business metric (conversion rate) that is demonstrably sensitive to latency. CDN edges serve cached content locally, dramatically reducing page load times for international visitors.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
A real-time financial trading application that requires unique, uncacheable price data delivered to a single city's traders
Why it's wrong here
CDNs provide no benefit for uncacheable, real-time data. Financial trading data is unique per request and cannot be served from cache. A CDN would add complexity without value here.
- ✗
An internal HR system used exclusively by employees in the company's headquarters
Why it's wrong here
Internal systems with a geographically concentrated user base near the origin don't benefit from CDN. CDN is optimized for external-facing, geographically distributed traffic.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The GCDL exam often tests the misconception that CDNs are a universal performance solution, but the trap here is that CDNs only benefit cacheable, static, or geographically distributed content, not real-time or localized traffic.
Trap categories for this question
Scenario analysis trap
When users are geographically clustered near the origin server, CDN provides minimal latency benefit. The geographic distribution gap that CDN solves doesn't exist in this scenario.
Detailed technical explanation
How to think about this question
CDNs rely on HTTP caching headers like Cache-Control and Expires to determine content freshness; for e-commerce, cache invalidation strategies (e.g., purging by URL or tag) ensure product images update quickly after changes. Under the hood, CDNs use anycast routing to direct users to the nearest edge node, reducing round-trip time (RTT) by up to 80% for distant users. In real-world scenarios, a 100ms delay in page load can reduce conversion rates by 7%, making CDN performance critical for global e-commerce.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Related practice questions
Related GCDL practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Why Cloud Technology Can Transform Business practice questions
Practise GCDL questions linked to Why Cloud Technology Can Transform Business.
Fundamental Cloud Concepts practice questions
Practise GCDL questions linked to Fundamental Cloud Concepts.
Google Cloud Security practice questions
Practise GCDL questions linked to Google Cloud Security.
How Google Cloud Resources Are Managed practice questions
Practise GCDL questions linked to How Google Cloud Resources Are Managed.
Google Cloud Products and Services practice questions
Practise GCDL questions linked to Google Cloud Products and Services.
Why cloud technology is transforming business practice questions
Practise GCDL questions linked to Why cloud technology is transforming business.
Google Cloud products, services, and solutions practice questions
Practise GCDL questions linked to Google Cloud products, services, and solutions.
Scaling with Google Cloud operations practice questions
Practise GCDL questions linked to Scaling with Google Cloud operations.
Trust and security with Google Cloud practice questions
Practise GCDL questions linked to Trust and security with Google Cloud.
GCDL fundamentals practice questions
Practise GCDL questions linked to GCDL fundamentals.
GCDL scenario practice questions
Practise GCDL questions linked to GCDL scenario.
GCDL troubleshooting practice questions
Practise GCDL questions linked to GCDL troubleshooting.
Practice this exam
Start a free GCDL practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this GCDL question test?
Read the scenario before looking for a memorised answer.
What is the correct answer to this question?
The correct answer is: An e-commerce site with global customers that serves high-resolution product images and videos, where page load speed directly affects conversion rates — Option B is correct because a CDN caches static content like high-resolution images and videos at edge servers geographically closer to users, reducing latency and improving page load speed. For an e-commerce site with global customers, faster load times directly boost conversion rates, making CDN implementation highly beneficial.
What should I do if I get this GCDL question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More GCDL practice questions
- A DevOps team wants to adopt GitOps practices for managing their Google Cloud infrastructure. Which combination of tools…
- A startup is building an application that sends daily promotional push notifications to millions of mobile users on both…
- An organization's leadership wants to foster a 'fail fast' culture to accelerate innovation. A cloud environment directl…
- A company's on-premises applications occasionally need more compute capacity than their own infrastructure can provide (…
- A digital media company hosts video content globally. They want to reduce origin server load and deliver content faster…
- A security audit finds that a company's application service accounts have been granted broad IAM roles (e.g., Storage Ad…
Last reviewed: Jun 11, 2026
This GCDL practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the GCDL exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.