Google Cloud Professional Cloud Developer — Question 93

You are developing an internal application that will allow employees to organize community events within your company. You deployed your application on a single Compute Engine instance. Your company uses Google Workspace (formerly G Suite), and you need to ensure that the company employees can authenticate to the application from anywhere. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because using an HTTP(S) load balancer with Identity-Aware Proxy (IAP) allows secure authentication for users from any location while integrating seamlessly with Google Workspace. Option A restricts access too much and relies on a proxy, while option C adds unnecessary complexity with a VPN, and option D lacks security by exposing the instance directly to the internet.