Google Cloud Professional Cloud Security Engineer — Question 91

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?

Answer options

Correct answer: A, D

Explanation

The correct answer is A because without the appropriate network tags, the tag-based VPC firewall rules cannot take effect, allowing unrestricted communication. Option D is also correct as a rule with a higher priority (999) could allow traffic that bypasses the intended segmentation, while options B and C do not directly relate to the configuration of VPC firewall rules affecting traffic flow.