Question: Which product included in Google Cloud networking serves content to end users with high availability and high performance?
- Cloud DNS
- Virtual Private Cloud
- Cloud CDN
- Cloud Interconnect
Explanation
Cloud CDN is designed to deliver content with low latency by caching content close to users at Google’s globally distributed edge locations. It improves performance by serving cached responses from the edge instead of repeatedly retrieving them from the origin. This also supports high availability because user requests can be served through Google’s global infrastructure. In Google Cloud networking terminology, this makes Cloud CDN the content delivery service for fast and reliable user-facing access.
Why the other options are incorrect
Cloud DNS provides domain name resolution, not content caching or delivery.
Virtual Private Cloud provides private networking resources, not edge-based content delivery.
Cloud Interconnect connects external networks to Google Cloud, not end users to cached content.
Source for verification
https://docs.cloud.google.com/cdn/docs
https://docs.cloud.google.com/cdn/docs/caching
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.