LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Associate Cloud Engineer

Google Associate Cloud Engineer

Get started today

Ultimate access to all questions.


To ensure service discovery within your VPC by associating each Compute Engine instance with an internal DNS record in a custom zone, adhering to Google's recommended practices, what is the best approach?

Real Exam



Explanation:

The correct approach involves creating a Cloud DNS zone with private visibility and associating it with your VPC to register internal DNS records for each instance. This method aligns with Google's recommendations by leveraging Cloud DNS for internal service discovery without the need for external DNS servers or unnecessary VPC configurations. Custom hostnames do not fulfill the requirement for a custom DNS zone. Deploying a BIND DNS server, while possible, is not recommended as Cloud DNS provides the necessary functionality. Creating a new VPC and configuring two DNS zones is overly complex and does not facilitate communication between VPCs without peering.

Powered ByGPT-5