Google Cloud Professional Cloud Network Engineer — Question 229

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because uploading the updated binary to Cloud Storage and invalidating the cached version in Cloud CDN ensures that users will receive the latest version without changing the URL. Options A and D involve unnecessary disruptions, while B would not guarantee that users receive the updated version immediately since it relies on cache expiration.