nerdexam
Google

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…

Submitted by fernanda_arg· Apr 18, 2026Configuring network services

Question

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 uploaded from Cloud Storage and cached in Cloud CDN. Thousands of users have downloaded the wrong version. Your marketing department has notified users that this was the wrong version of the game and asked all users to download the updated version using the same URL. You need to ensure users are downloading the updated version of the game. What should you do?

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)
  • A
    11% (4)
  • B
    5% (2)
  • C
    81% (30)
  • D
    3% (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

#Cloud CDN#Cache Invalidation#Content Update#Cloud Storage

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-NETWORK-ENGINEER Practice