Hard1 markMultiple Choice
GCP ACE · Question 40 · Domain 4.5: Managing networking resources
You have an internal application running on Compute Engine instances in a VPC. You want to expose this application to another VPC in a different GCP project owned by a different department, without using external IP addresses or VPC peering (due to overlapping IP ranges). What is the BEST solution?
You have an internal application running on Compute Engine instances in a VPC. You want to expose this application to another VPC in a different GCP project owned by a different department, without using external IP addresses or VPC peering (due to overlapping IP ranges). What is the BEST solution?
Answer options:
A.
Shared VPC
B.
Cloud VPN
C.
Private Service Connect
D.
Cloud NAT
How to approach this question
Identify the service designed for sharing services across VPCs without peering or routing conflicts.
Full Answer
C.Private Service Connect✓ Correct
Private Service Connect
Private Service Connect (PSC) allows you to consume services across different VPC networks and organizations securely. It uses endpoints (internal IPs) in the consumer VPC that map to the producer service. Because it uses NAT under the hood, it completely bypasses issues with overlapping IP ranges that prevent VPC Peering or VPNs from working.
Common mistakes
Choosing VPC Peering, ignoring the constraint that the IP ranges overlap.
Practice the full GCP Associate Cloud Engineer Practice Exam 1
50 questions · hints · full answers · grading
More questions from this exam
Q01What is the highest level of the Google Cloud resource hierarchy?EasyQ02You need to enable the Compute Engine API in a new project using the command line. Which command ...EasyQ03You are setting up a new GCP environment. You need to grant a group of developers access to view ...MediumQ04You want to receive an email notification when your GCP spending exceeds $1000 this month. What s...EasyQ05You need to analyze your GCP billing data using complex SQL queries to understand cost trends acr...Medium
Expert