PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #247
Your organization is launching a new video game that will be available to all users globally through Cloud CDN. During the earl y release phase, you discovered that the wrong binary version was…
The correct answer is C. Upload the updated game binary to Cloud Storage. Invalidate the wrong game binary from the. Upload the updated binary: Replace the wrong game binary in Cloud Storage with the correct version. This ensures that the backend serving the content has the updated version. Invalidate the cached binary in Cloud CDN: Invalidating the cache for the URL forces Cloud CDN to fetch…
Question
Options
- ACreate a security policy to block all Cloud CON requests, review the logs, and filter which users
- BCreate a new URL path for the updated game binary. Allow the cache to expire automatically
- CUpload the updated game binary to Cloud Storage. Invalidate the wrong game binary from the
- DDisable Cloud CDN. Reconfigure the load balancer with the updated game binary. Enable Cloud
How the community answered
(37 responses)- A11% (4)
- B5% (2)
- C81% (30)
- D3% (1)
Explanation
Upload the updated binary: Replace the wrong game binary in Cloud Storage with the correct version. This ensures that the backend serving the content has the updated version. Invalidate the cached binary in Cloud CDN: Invalidating the cache for the URL forces Cloud CDN to fetch the updated version from the backend when users access the URL. This is the most efficient way to correct the issue without waiting for the cache to expire naturally, which could take significant time depending on the TTL settings.
Topics
Community Discussion
No community discussion yet for this question.