Google Cloud Professional Cloud Network Engineer — Question 219

Your organization's current architecture has one Shared VPC host project (SH_HOST_PRJ) that contains a single VPC (SH_VPC) and two Shared VPC service projects (SP_ONE_PRJ and SP_TWO_PRJ) that do not contain any VPCs. Each Shared VPC service project belongs to a different team: TEAM_ONE manages SP_ONE_PRJ and TEAM_TWO manages SP_TWO_PRJ.

You must design a solution that allows each team to create their own DNS private zones and DNS records only in their respective Shared VPC service projects. Workloads in SP_ONE_PRJ must be able to resolve all the DNS private zones defined in SP_TWO_PRJ and conversely. Your design must have the least amount of set up effort. What should you do?

Answer options

Correct answer: B

Explanation

Option B is correct because it allows TEAM_ONE and TEAM_TWO to create their DNS private zones and records directly in their respective projects while binding them to the same VPC. This ensures that both teams can resolve each other's DNS records efficiently. The other options involve unnecessary complexity, such as creating new VPCs or using different binding methods, which do not meet the requirement for minimal setup effort.