Courseiva
Scaling with Google Cloud operationshardMultiple ChoiceObjective-mapped

Cloud Digital Leader Scaling with Google Cloud operations Practice Question

A digital media company hosts video content globally. They want to reduce origin server load and deliver content faster to viewers worldwide. Their current architecture routes all viewer requests directly to the origin servers in `us-central1`, causing high latency for viewers in Asia and Europe. Which Google Cloud networking capability addresses this?

⚠ Common exam trap

The GCDL exam often tests the misconception that 'more bandwidth' or 'replicating servers' is the primary solution for global latency, when in fact edge caching (Cloud CDN) is the correct, cost-effective approach for static and dynamic content delivery.

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

Enable Cloud CDN to cache video content at Google's global edge PoPs, serving viewers from the nearest location.

Cloud CDN uses Google's global edge Points of Presence (PoPs) to cache video content closer to viewers, reducing latency and offloading origin servers. When a viewer requests content, Cloud CDN serves it from the nearest edge cache if available, avoiding a direct trip to the origin in us-central1. This directly addresses the high latency for viewers in Asia and Europe without requiring server replication or bandwidth increases.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Deploy identical origin servers in every Google Cloud region globally.

    Why it's wrong here

    Deploying identical origin servers in every Google Cloud region would mean maintaining full application state, storage, and compute redundancy in dozens of locations, with complex cross-region synchronization and data consistency challenges. This approach is not only operationally expensive but also unnecessary, since a CDN already caches the actual video bytes at edge locations—which are more numerous and closer to viewers than regional origins. For dynamic or personalized content, you would still need a centralized origin or a different strategy; for static video, the CDN gives the same latency benefit without the cost of global server replication.

  • Enable Cloud CDN to cache video content at Google's global edge PoPs, serving viewers from the nearest location.

    Why this is correct

    Cloud CDN leverages Google's global edge points of presence (PoPs) to cache and serve video content from the location geographically nearest to each viewer. When an Asian viewer requests a video, the request is routed to a nearby edge cache rather than traversing the long-haul network path to us-central1, which dramatically reduces round-trip time and jitter. Additionally, because edge caches absorb the bulk of repeated requests, the origin servers see far fewer direct hits, which reduces origin load and allows the infrastructure to scale cost-effectively for global audiences.

  • Use Cloud VPN to route viewer traffic through a direct tunnel to the origin servers.

    Why it's wrong here

    Cloud VPN establishes an encrypted IPsec tunnel between your VPC and an on-premises or other cloud network; it simply provides secure connectivity between fixed networks. Routing viewer traffic over a VPN to origin servers in us-central1 does not shorten the physical distance between Asian viewers and the origin, so latency remains high. In fact, IPsec encryption and encapsulation add CPU overhead and packet overhead, making streaming performance worse than a direct public internet path, and it provides no caching or edge delivery capability whatsoever.

  • Increase the origin servers' network bandwidth to handle more simultaneous viewer connections.

    Why it's wrong here

    Increasing the network bandwidth or egress capacity of the origin servers allows them to handle more simultaneous connections and throughput, but it does nothing to reduce the physical propagation delay between the origin's location (us-central1) and viewers in Asia. Distance-based latency—on the order of hundreds of milliseconds across continents—is a fundamental property of the speed of light in fiber, and additional bandwidth cannot overcome it. The correct solution is to move content closer to viewers via edge caching, not to make a single distant server faster.

About these practice questions

This GCDL question is part of Courseiva's 829-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

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.