hardMultiple ChoiceObjective-mapped
Cloud Digital Leader Practice Question: Reduce latency for IoT devices located in remote…
A company wants to reduce latency for IoT devices located in remote areas with poor connectivity. They need to preprocess data locally before sending it to the cloud. Which architecture should they use?
⚠ Common exam trap
Test-takers frequently confuse edge computing with CDN caching, thinking both reduce latency similarly, but CDN caches responses for repeated requests while edge computing processes data locally to reduce transmission volume.
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
✓
Use edge computing devices that run Cloud IoT Edge and preprocess data.
Edge computing devices running Cloud IoT Edge allow local preprocessing of data, reducing the volume of data transmitted over poor connectivity links. This architecture minimizes latency by processing data closer to the source, which is critical for IoT devices in remote areas. Cloud IoT Edge extends Google Cloud's data processing capabilities to the edge, enabling real-time insights without constant cloud connectivity.
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 Cloud CDN to cache responses.
Why it's wrong here
Cloud CDN caches static web content (e.g., images, CSS, JS) at edge POPs, but IoT device telemetry is dynamic, time-sensitive streaming data. Responses cannot be meaningfully cached because each reading is unique and must reflect real-time state; a cached response would serve stale sensor values, which is unacceptable for monitoring or control. Therefore, CDN addresses repeated requests for static assets, not the bidirectional low-latency data path required for IoT devices.
- ✓
Use edge computing devices that run Cloud IoT Edge and preprocess data.
Why this is correct
Cloud IoT Edge runs on local gateway devices (e.g., industrial gateways, Raspberry Pi) and performs data preprocessing, filtering, aggregation, and even local ML inference before sending only essential data to the cloud. This reduces the volume and frequency of data transmitted over possibly poor or high-latency connectivity, which directly lowers end-to-end latency for decisions made at the edge. It also enables real-time responses even if the cloud is temporarily unreachable, making it the correct approach for latency-sensitive IoT deployments.
- ✗
Use Cloud IoT Core with MQTT and process data on the server side.
Why it's wrong here
Cloud IoT Core with MQTT establishes a persistent, lightweight connection, but all raw device data is still transmitted to the cloud and processed server-side. The latency includes network transit from the device to the cloud region and back, which can be significant over unreliable or congested networks. Server-side processing does not reduce that transit latency; it merely performs computation after the data arrives, so it cannot satisfy a strict latency reduction goal for devices in remote or distributed locations.
- ✗
Use a VPN to connect devices directly to the cloud.
Why it's wrong here
A VPN creates an encrypted tunnel to the cloud, but it adds network encapsulation overhead and still requires all data to travel the full round trip from device to cloud and back. It does not place any computation or data handling near the device, does not preprocess or filter data locally, and can even increase latency due to encryption processing and additional protocol headers. VPNs solve security and private connectivity concerns, not geographic or proximity-based latency problems.
Go deeper
Related to this question
Learn chapter
Cloud Digital Transformation
Key term
Data
Data is raw, unprocessed information, like numbers, words, or measurements, that can be stored, processed, and analyzed by computers.
Key term
Google Cloud
Google Cloud is a suite of cloud computing services offered by Google that provides infrastructure, platform, and software solutions over the internet.
About these practice questions
One of 829 original GCDL practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
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.