Google Cloud Professional Cloud DevOps Engineer — Question 108

Your company is using HTTPS requests to trigger a public Cloud Run-hosted service accessible at the https://booking-engine-abcdef.a.run.app URL. You need to give developers the ability to test the latest revisions of the service before the service is exposed to customers. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it allows you to deploy the service without directing traffic to it, enabling developers to test the new version before it goes live. Option B incorrectly updates traffic to the latest revision, which is not suitable for pre-release testing. Option C suggests using an authorization token for private testing, but it does not specifically address testing the latest revisions. Option D involves granting roles for private access, which does not serve the need for pre-customer testing of new revisions.