Google Cloud Professional Cloud Network Engineer — Question 175

Recently, your networking team enabled Cloud CDN for one of the external-facing services that is exposed through an external Application Load Balancer. The application team has already defined which content should be cached within the responses. Upon testing the load balancer, you did not observe any change in performance after the Cloud CDN enablement. You need to resolve the issue. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because the USE_ORIGIN_HEADERS mode enables caching based on the backend responses, respecting the caching directives set by the application team. The other options either do not utilize the backend response directives effectively or attempt to cache inappropriate content, which may not yield the desired performance improvements.