PROFESSIONAL-CLOUD-NETWORK-ENGINEER · Question #255
You are designing the architecture for your organization so that clients can connect to certain Google APIs. Your plan must include a way to connect to Cloud Storage and BigQuery. You also need to…
The correct answer is B. Configure Private Google Access on the subnet resource. Create a default route to the internet. Enabling Private Google Access on the subnet lets VMs without public IPs reach Google APIs (including Cloud Storage and BigQuery) over Google’s private network, no internet egress needed. This is a one-step, cloud-native configuration per subnet, without touching routing or…
Question
Options
- AConfigure Private Google Access on the VPC resource. Create a default route to the internet.
- BConfigure Private Google Access on the subnet resource. Create a default route to the internet.
- CConfigure Cloud NAT, and remove the default route to the internet.
- DConfigure a global Secure Web Proxy, and remove the default route to the internet.
How the community answered
(58 responses)- A12% (7)
- B81% (47)
- C2% (1)
- D5% (3)
Explanation
Enabling Private Google Access on the subnet lets VMs without public IPs reach Google APIs (including Cloud Storage and BigQuery) over Google’s private network, no internet egress needed. This is a one-step, cloud-native configuration per subnet, without touching routing or proxy components.
Topics
Community Discussion
No community discussion yet for this question.