nerdexam
Google

PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #183

You need to audit the network segmentation for your Google Cloud footprint. You currently operate Production and Non-Production infrastructure-as-a-service (IaaS) environments. All your VM instances…

The correct answer is D. A VPC firewall rule is allowing traffic between source/targets based on the same service account. The key clue is that all VM instances were deployed without any service account customization, meaning they all use the same default Compute Engine service account. If a VPC firewall rule exists that allows traffic between instances sharing the same service account identity…

Submitted by jaden.t· Apr 18, 2026Configuring network security

Question

You need to audit the network segmentation for your Google Cloud footprint. You currently operate Production and Non-Production infrastructure-as-a-service (IaaS) environments. All your VM instances are deployed without any service account customization. After observing the traffic in your custom network, you notice that all instances can communicate freely " despite tag-based VPC firewall rules in place to segment traffic properly " with a priority of 1000. What are the most likely reasons for this behavior?

Options

  • AAll VM instances are missing the respective network tags.
  • BAll VM instances are residing in the same network subnet.
  • CAll VM instances are configured with the same network route.
  • DA VPC firewall rule is allowing traffic between source/targets based on the same service account
  • EA VPC firewall rule is allowing traffic between source/targets based on the same service account

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    4% (1)
  • D
    62% (16)
  • E
    23% (6)

Explanation

The key clue is that all VM instances were deployed without any service account customization, meaning they all use the same default Compute Engine service account. If a VPC firewall rule exists that allows traffic between instances sharing the same service account identity (rather than using network tags), all those VMs can communicate freely - the tag-based rules at priority 1000 are irrelevant because the service-account-based allow rule matches first or operates alongside them. This is a common misconfiguration: a broad allow rule based on service account identity overrides the intended tag-based segmentation. The fix is to remove or tighten the service-account-based firewall rule and ensure tag-based rules are applied correctly.

Topics

#VPC Firewall Rules#Network Segmentation#Service Accounts#Firewall Rule Priority

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-SECURITY-ENGINEER Practice