C or D? The question says "minimizing changes to data schema and application code" and I’m wondering if they allow for some rewrites or strict minimal change. If extensive rewrites are allowed, then Bigtable might work, otherwise AlloyDB fits better.
Free PROFESSIONAL-CLOUD-NETWORK-ENGINEER Practice Test Questions and Answers (2026) | Cert Empire Practice Questions
Free preview: 20 questions.
PROFESSIONAL-CLOUD-NETWORK-ENGINEER.pdf
Just to clarify, is minimizing operational overhead more important than preserving the current directory structure? If keeping the structure unchanged is a hard requirement, that could change which option makes sense.
C/D? I get why people are picking D since it matches the current structure, but GCP URL maps don't support wildcards in the middle, so you can't use /*/video. On the other hand, C uses regex which isn't supported either. So neither seems quite right without changing the directories. Maybe A is technically best, but still not 100% sure since the question talks about minimizing operational overhead. Am I missing something small in how path rules work?
Yeah, D and E work for Dedicated Interconnect. Google sends the LOA-CFA both to the NOC email (D) you list during setup, and also directly to the provider (E). Downloading from console is only for Partner Interconnect, not Dedicated. Pretty sure that's how it's been on my last project, but open to corrections if something's changed.
Seen this setup before, you'd use D. Multi-exit Discriminator (MED) helps your on-prem router know which Cloud Router should be primary for inbound BGP traffic. It's not about Local Preference since that's more for outbound path selection. Pretty sure it's D, but if someone disagrees let me know.
Actually, Multi-exit Discriminator (D) is the standard way to influence inbound traffic from the on-prem router to GCP. MED lets you signal your preferred path when there are multiple entry points, so setting a lower MED on the active router makes it primary. I think that's what Google Cloud expects here. Open for debate if someone disagrees.
It's actually D in this scenario because MED tells your on-prem router which Cloud Router path to prefer for inbound routes. If you set a lower MED on the active Cloud Router, that one gets picked for incoming traffic. Local Preference (C) would influence outbound from your own side, not which Google peer is active. I think that's how most exam guides explain it, but if anyone's got a real-world case where C worked, let me know!
A isn’t it, D is more likely. Remember seeing a similar scenario in practice tests, where the Via header caused the web server to skip compression. But just to confirm, does the question specify if all load-balanced web servers are running identical configs? That could switch things between D and C.
-zone-file-format when importing a BIND zone file, nothing in the question says to replace NS records or wipe out anything first. Only extra flags if the scenario calls for them. Someone shout if I'm missing a detail here.Why not B? Shared VPC can’t go across organizations, right?
A and C make sense here. VPC peering (A) works even if the VPCs are in different orgs and have no CIDR overlap. Cloud VPN (C) is also valid for secure cross-org communication. Shared VPC can't span organizations, so that's out. Let me know if I'm missing something!
Not D here-enabling Flow Logs is good for traffic analysis, but C directly checks network paths for misconfigurations in real-time. Connectivity Tests flag routing/firewall issues fast. Think C is the move, unless I'm missing something subtle.
Option D is the way to go. Had something like this in a mock and Google recommends using DNS Server Policies for hybrid environments, not just private zones or forwarding. The 35.199.192.0/19 range is used by Cloud DNS forwarding proxies, so the firewall rule has to allow that, not just your instance subnet. Pretty sure this lines up with real-world GCP setups but let me know if you disagree.
Choosing A lets you centralize DNS resolution using the hub’s forwarding and peering zones, so spokes don’t need their own VPNs. That lines up with Google’s best practices for keeping things simple and scalable. The others add extra complexity that isn't called for here, I think. Anyone see a reason it couldn’t just be A?
Seen similar on practice exams. Pretty sure A fits Google best practices since it centralizes DNS forwarding in the hub and avoids building more VPNs than needed. The private peering zone lets the spokes use the hub for resolution. Could be missing a detail but I think A covers both DNS and network simplicity.
B and C are needed. You have to set up firewall rules for the health checks so Google can probe your VMs, and you need a static internal IP reserved before actually creating the LB resource. The region/subnet stuff is picked during setup, not before. Pretty sure about this but open to corrections if I missed something.
Likely B. Private Service Connect lets you route just Cloud Storage over your Interconnect, leaving everything else on public internet, exactly as the scenario says. D would lock down all Google APIs, which isn't asked here. Pretty sure about B unless I missed some edge case-let me know if you see it differently.
Probably B here, but does "must be able to send traffic" mean it's a hard compliance requirement for Cloud Storage only? If they needed private access for all Google APIs, that would point elsewhere.