Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Professional Cloud Network Engineer All Questions

View all questions & answers for the Professional Cloud Network Engineer exam

Exam Professional Cloud Network Engineer topic 1 question 6 discussion

Actual exam question from Google's Professional Cloud Network Engineer
Question #: 6
Topic #: 1
[All Professional Cloud Network Engineer Questions]

You are using a third-party next-generation firewall to inspect traffic. You created a custom route of 0.0.0.0/0 to route egress traffic to the firewall. You want to allow your VPC instances without public IP addresses to access the BigQuery and Cloud Pub/Sub APIs, without sending the traffic through the firewall.
Which two actions should you take? (Choose two.)

  • A. Turn on Private Google Access at the subnet level.
  • B. Turn on Private Google Access at the VPC level.
  • C. Turn on Private Services Access at the VPC level.
  • D. Create a set of custom static routes to send traffic to the external IP addresses of Google APIs and services via the default internet gateway.
  • E. Create a set of custom static routes to send traffic to the internal IP addresses of Google APIs and services via the default internet gateway.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ganshank
Highly Voted 4 years, 6 months ago
A, D Requires Private Google Access - https://cloud.google.com/vpc/docs/private-access-options#pga
upvoted 29 times
buldas
3 years, 7 months ago
Nope, as in https://cloud.google.com/vpc/docs/configure-private-google-access: By default, when a Compute Engine VM lacks an external IP address assigned to its network interface, it can only send packets to other internal IP address destinations. You can allow these VMs to connect to the set of EXTERNAL IP addresses used by Google APIs and services by enabling Private Google Access on the subnet used by the VM's network interface. This traffic will meet the firewal. Should be C, as in https://cloud.google.com/vpc/docs/configure-private-services-access: Private services access is a private connection between your VPC network and a network owned by Google or a third party. Google or the third party, entities who are offering services, are also known as service producers. The private connection enables VM instances in your VPC network and the services that you access to communicate exclusively by using internal IP addresses.
upvoted 3 times
catalinv
3 years, 5 months ago
Hi buldas, it can't be private service access, as this doesn't include Google services, but only 3rd party services, like Netapp.
upvoted 9 times
...
...
...
EJJ
Highly Voted 3 years, 7 months ago
ANS is A,D. Ref.: https://cloud.google.com/vpc/docs/configure-private-google-access https://cloud.google.com/vpc/docs/private-access-options "By default, when a Compute Engine VM lacks an external IP address assigned to its network interface, it can only send packets to other internal IP address destinations. You can allow these VMs to connect to the set of external IP addresses used by Google APIs and services by enabling Private Google Access on the subnet used by the VM's network interface."
upvoted 14 times
AzureDP900
1 year, 12 months ago
Thank you for sharing the links. A, D perfectly make sense.
upvoted 1 times
...
...
JesusMariaJose
Most Recent 1 month, 4 weeks ago
Selected Answer: AD
A and D due to By default, when a Compute Engine VM lacks an external IP address assigned to its network interface, it can only send packets to other internal IP address destinations. You can allow these VMs to connect to the set of external IP addresses used by Google APIs and services by enabling Private Google Access on the subnet used by the VM's network interface. https://cloud.google.com/vpc/docs/configure-private-google-access
upvoted 1 times
...
dishum
7 months, 3 weeks ago
Answer is 'A' and 'D' . Option 'A' satisfies the requirement of connecting bigquery and pub/sub APIs Option 'D' satisfies the requirement without sending traffic through the firewall.
upvoted 1 times
...
xhilmi
11 months, 2 weeks ago
Selected Answer: AD
Choose A & D A. Turn on Private Google Access at the subnet level. Private Google Access allows instances without external IP addresses to reach Google services. D. Create a set of custom static routes to send traffic to the external IP addresses of Google APIs and services via the default internet gateway. By creating custom static routes to the external IP addresses of Google APIs and services, you direct traffic to these services through the default internet gateway, bypassing the third-party firewall.
upvoted 1 times
...
dar10
1 year, 3 months ago
The correct answers are A,D and the explanation of Mo7y is spot on. See also how Private Google Access work at page 113 in the "GCP Professional Cloud Network Engineer Certification Companion" new book https://a.co/d/aqd8JZk
upvoted 1 times
...
Mo7y
1 year, 5 months ago
A&D A is obvious, Private Google Access is the correct product to access Google API's without going through the internet D not E, because Google APIs don't have internal IP address, they're are always addressable via the external public IP addresses, OR the restricted/private IP's which are also public IP addresses but just not routable via the internet, only routable internally (so still NOT internal IP's)
upvoted 4 times
...
ivan1656056
1 year, 10 months ago
Selected Answer: AD
Private Google Access is required. To bypass the 0.0.0.0/0 route, a more specific route towards the public IPs of the Google APIs is necessary, that uses the internet gateway.
upvoted 1 times
...
addy007
1 year, 11 months ago
A&D are the correct options. Refer https://cloud.google.com/vpc/docs/configure-private-services-access
upvoted 1 times
...
spoxman
2 years ago
Selected Answer: AD
https://cloud.google.com/vpc/docs/private-google-access
upvoted 1 times
...
GCP72
2 years, 3 months ago
Selected Answer: AD
A & D is correct answer
upvoted 1 times
...
Syed77
2 years, 9 months ago
A & D -- Private google access Connect to the standard external IP addresses or Private Google Access domains and VIPs for Google APIs and services through the VPC network’s default internet gateway.
upvoted 1 times
...
kumarp6
2 years, 10 months ago
Answer is A & D
upvoted 2 times
...
desertlotus1211
2 years, 11 months ago
The Answers are B & C: https://cloud.google.com/vpc/docs/private-access-options Read the options carefully...
upvoted 1 times
desertlotus1211
2 years, 11 months ago
Upon reviewing the question - the correct answers are A&E: https://cloud.google.com/vpc/docs/configure-private-google-access#config Under network configuration [which need to be satisfied for Google Private Access to work],under route options: 'Routing options Your VPC network must have appropriate routes [default or custom] whose next hops are the default internet gateway.' further down for configurations it shows you need to add a subnet... not VPC. sorry about previous answer...
upvoted 2 times
...
...
andrew_9025
3 years ago
I think only A is correct in this case, It says choose 2 but no one of the others is a correct answer 

A - turning on private google access allows the instances without a public ip to access a set of reserved internal ip addresses for managed services and establish the routes to reach those its automatically, and must be enabled on subnet level, so that would be enough to reach big query and pubsub 

B - private google access is not enabled on VPC level, wrong answer

 C - private services access is for used to establish peering toward google network services in their private network like the management plane of a Kubernetes cluster, and in general is used to reach services that comes in forms of a GCE instance like cloud SQL, and this is not the case 

D,E - not would establish routes through the default internet gateway, but the question clearly states “without sending the traffic through the firewall”, so both are are wrong
upvoted 2 times
...
Arad
3 years ago
A & D are correct.
upvoted 1 times
...
retep007
3 years, 2 months ago
A, D C - Private service access doesn't support Pubsub and Bigquery
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...