Google Cloud Professional Cloud Network Engineer — Question 168

Your organization, TerramEarth, is launching a global application to manage credit card payments. There are some client VMs inside the same VPC as the application that need to access this application privately. Due to compliance requirements, the internal clients cannot use the global external IP address of the application. Currently, Cloud DNS only resolves myglobalapp.terramearth.com to the public IP address with a public zone. The clients will need to reach myglobalapp.example.com, without using its external IP address. You need to configure Cloud DNS to follow this requirement while following Google-recommended practices. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a private zone allows internal clients to resolve the DNS name to the internal IP address without exposing it externally. Option A does not directly fulfill the requirement of using the existing domain name structure. Option B is not a best practice and could complicate DNS management. Option D involves unnecessary changes to client configurations and does not align with DNS best practices.