nerdexam
Google

PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #133

You just finished your company's migration to Google Cloud and configured an architecture with 3 Virtual Private Cloud (VPC) networks: one for Sales, one for Finance, and one for Engineering. Every…

The correct answer is C. Create a VPC Network Peering connection between the Finance VPC and the Sales VPC. To establish private, high-performance, and secure connectivity between two separate VPC networks within Google Cloud, creating a VPC Network Peering connection is the recommended approach.

Submitted by akirajp· Apr 18, 2026Configuring network services

Question

You just finished your company's migration to Google Cloud and configured an architecture with 3 Virtual Private Cloud (VPC) networks: one for Sales, one for Finance, and one for Engineering. Every VPC contains over 100 Compute Engine instances, and now developers using instances in the Sales VPC and the Finance VPC require private connectivity between each other. You need to allow communication between Sales and Finance without compromising performance or security. What should you do?

Options

  • AConfigure an HA VPN gateway between the Finance VPC and the Sales VPC.
  • BConfigure the instances that require communication between each other with an external IP
  • CCreate a VPC Network Peering connection between the Finance VPC and the Sales VPC.
  • DConfigure Cloud NAT and a Cloud Router in the Sales and Finance VPCs.

How the community answered

(41 responses)
  • A
    7% (3)
  • B
    15% (6)
  • C
    73% (30)
  • D
    5% (2)

Why each option

To establish private, high-performance, and secure connectivity between two separate VPC networks within Google Cloud, creating a VPC Network Peering connection is the recommended approach.

AConfigure an HA VPN gateway between the Finance VPC and the Sales VPC.

Configuring an HA VPN gateway between two VPCs within the same Google Cloud environment is overly complex, introduces additional costs, and typically results in higher latency and lower throughput compared to VPC Network Peering for intra-cloud connectivity.

BConfigure the instances that require communication between each other with an external IP

Configuring instances with external IP addresses and routing traffic over the public internet compromises security by exposing instances to the internet and introduces unpredictable performance, directly failing the requirement for private and secure communication.

CCreate a VPC Network Peering connection between the Finance VPC and the Sales VPC.Correct

Creating a VPC Network Peering connection between the Finance VPC and the Sales VPC enables private IP communication directly between instances in these two networks. This method offers high-bandwidth, low-latency connectivity, operates entirely within Google's private network infrastructure for enhanced security, and does not incur additional charges for network traffic between peered VPCs.

DConfigure Cloud NAT and a Cloud Router in the Sales and Finance VPCs.

Configuring Cloud NAT and a Cloud Router is used for outbound internet access from private instances (NAT) or establishing hybrid connectivity to on-premises networks (Cloud Router), not for direct private communication between two distinct VPCs within Google Cloud.

Concept tested: VPC Network Peering for intra-cloud connectivity

Source: https://cloud.google.com/vpc/docs/vpc-network-peering

Topics

#VPC Network Peering#Private Connectivity#Inter-VPC Communication

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-NETWORK-ENGINEER Practice