Google Cloud Professional Cloud Architect — Question 237

You are using Cloud CDN to deliver static HTTP(S) website content hosted on a Compute Engine instance group. You want to improve the cache hit ratio.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because customizing the cache keys to omit the protocol allows for a better cache hit ratio by treating requests for the same content as identical, regardless of the protocol used. Option B would likely decrease cache utilization, while option C does not directly affect cache hit ratios but rather targets regional content delivery. Option D would introduce additional complexity without necessarily improving the cache hit ratio.