Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Google Cloud Certified Associate Cloud Engineer Exam with this comprehensive quiz. Ace your test with multiple choice questions, detailed hints, and thorough explanations. Boost your confidence for success!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Why might a firewall rule not block incoming traffic to a Google Cloud Compute Engine instance?

  1. Incorrect specification of allowed source IP ranges in the rule.

  2. Firewall rules are only effective for egress traffic.

  3. Disabled firewall service for the project containing the instance.

  4. Insufficient memory allocated to the Compute Engine instance.

The correct answer is: Incorrect specification of allowed source IP ranges in the rule.

Firewall rules are responsible for governing both incoming and outgoing traffic, so option B is incorrect. Options C and D are related to service and resource settings rather than firewall rules, so they are also incorrect. If the source IP ranges are incorrectly specified in the rule, then it will not effectively block incoming traffic.