Vpc Firewall Rules MCQ Questions and Answers

Mastering Vpc Firewall Rules is crucial for cloud certification success. This dedicated practice set features 112 Vpc Firewall Rules MCQ questions and answers designed to mirror real exam scenarios across various GCP certifications.

📝 112 Questions⏱️ 90 min🎯 Pass: 70%

About Vpc Firewall Rules Practice Questions

This detailed quiz focuses on Vpc Firewall Rules, covering key concepts and scenarios often found in GCP exams.

  • Comprehensive coverage of Vpc Firewall Rules features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 112 Vpc Firewall Rules Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Vpc Firewall Rules.

1

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
2

How do Google Cloud VPC Firewalls work?

They act as a virtual firewall for your VM instances to control inbound (ingress) and outbound (egress) traffic
They are a physical wall in the data center
They are only for public subnets
They automatically delete inactive VMs
View Explanation
✓ Correct Answer: They act as a virtual firewall for your VM instances to control inbound (ingress) and outbound (egress) trafficExplanation:Firewall rules are applied at the instance level but managed centrally as part of the VPC network.
3

Are Google Cloud VPC Firewall rules 'Stateful' or 'Stateless'?

Stateful (if an inbound request is allowed, the response is automatically allowed)
Stateless (you must explicitly allow both ways)
Stateless for ICMP traffic only
Neither
View Explanation
✓ Correct Answer: Stateful (if an inbound request is allowed, the response is automatically allowed)Explanation:GCP firewall rules are stateful, making them easier to manage than stateless rules.
4

What is the 'Priority' of a firewall rule used for?

To determine the order of evaluation (lower numbers have higher priority)
To determine how much the rule costs
To identify which developer created the rule
It is just a unique ID
View Explanation
✓ Correct Answer: To determine the order of evaluation (lower numbers have higher priority)Explanation:When multiple rules match a request, the one with the highest priority (lowest number) wins.
5

By default, what is the 'Implied Deny' rule for ingress traffic in a new VPC?

All incoming traffic from outside the VPC is blocked
All incoming traffic is allowed
Only port 80 is allowed
Only Google employees are allowed
View Explanation
✓ Correct Answer: All incoming traffic from outside the VPC is blockedExplanation:This is a fundamental security feature; you must explicitly create rules to allow traffic in.
6

What is a 'Network Tag' in the context of Google Cloud VPC Firewall rules?

A way to apply a firewall rule to a specific group of VM instances without using IP addresses
A label on a physical server
A billing category
A type of network cable
View Explanation
✓ Correct Answer: A way to apply a firewall rule to a specific group of VM instances without using IP addressesExplanation:Network tags (and Service Accounts) allow for flexible and dynamic security policies.
7

Which GCP feature allows you to manage firewall rules for your entire organization or for specific folders?

Hierarchical Firewall Policies
VPC Service Controls
Identity-Aware Proxy
Cloud Armor
View Explanation
✓ Correct Answer: Hierarchical Firewall PoliciesExplanation:Hierarchical policies enable centralized security governance across multiple projects.
8

Can a VPC Firewall rule allow traffic from a specific Service Account instead of an IP range?

Yes, this is the recommended way to group resources by their function
No, rules only support IP addresses
Only for egress rules
Only for Premium tier customers
View Explanation
✓ Correct Answer: Yes, this is the recommended way to group resources by their functionExplanation:Using service accounts for firewall rules leads to much cleaner and more maintainable security policies.
9

How do you view which firewall rules were triggered by a specific network request?

By enabling Firewall Insights and logging
By sshing into the router
By waiting for a monthly report
You cannot view this information
View Explanation
✓ Correct Answer: By enabling Firewall Insights and loggingExplanation:Firewall Insights provides visibility into usage and helps optimize rules.
10

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
11

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
12

How does Google Cloud process firewall rules regarding 'Priority'?

The rule with the lowest number (highest priority) is matched first
The rule with the highest number is matched first
Rules are processed alphabetically
The most restrictive rule is always matched first
View Explanation
✓ Correct Answer: The rule with the lowest number (highest priority) is matched firstExplanation:In GCP, priority ranges from 0 to 65535, with 0 being the highest.
13

Which attribute of a firewall rule would you use to apply it only to a specific set of VMs in a VPC (e.g., all VMs with the label 'web-server')?

Network Tags
VPC ID
Resource Group
Project Name
View Explanation
✓ Correct Answer: Network TagsExplanation:Target tags allow for flexible, decoupled security management compared to explicit IP addresses.
14

What is the implied default behavior for INGRESS traffic in a newly created VPC?

Deny all ingress (Priority 65535)
Allow all ingress
Allow SSH only
Allow traffic within the VPC only
View Explanation
✓ Correct Answer: Deny all ingress (Priority 65535)Explanation:By default, all incoming traffic is blocked unless an explicit 'Allow' rule exists.
15

What is the implied default behavior for EGRESS traffic in a Google Cloud VPC?

Allow all egress (Priority 65535)
Deny all egress
Allow traffic to Google APIs only
Allow DNS only
View Explanation
✓ Correct Answer: Allow all egress (Priority 65535)Explanation:By default, all outbound traffic from VMs is permitted.
16

An administrator wants to block all traffic from a specific malicious IP address to their web servers. Which firewall configuration should they use?

An 'Ingress' rule with 'Deny' action, specifying the malicious IP as the Source
An 'Egress' rule with 'Deny' action
Modify the instance-level software firewall
Use Cloud Router
View Explanation
✓ Correct Answer: An 'Ingress' rule with 'Deny' action, specifying the malicious IP as the SourceExplanation:Explicit deny rules take precedence over lower priority allow rules or the default allow behavior.
17

What is a 'Stateful' firewall rule?

Google Cloud VPC firewalls are stateful; if an ingress/egress connection is allowed, return traffic is automatically allowed
A rule that only works for databases
A rule that requires a manual response
Only L7 firewalls are stateful
View Explanation
✓ Correct Answer: Google Cloud VPC firewalls are stateful; if an ingress/egress connection is allowed, return traffic is automatically allowedExplanation:Statefulness simplifies rule management by not requiring symmetric rules for every flow.
18

Can you use Service Accounts as targets or sources in firewall rules?

Yes, this is the recommended approach for identity-based security within a VPC
No, only Tags and IP ranges are supported
Only for Cloud SQL
Only for non-production environments
View Explanation
✓ Correct Answer: Yes, this is the recommended approach for identity-based security within a VPCExplanation:Using service accounts for firewall targets (rather than tags) provides a stronger security boundary.
19

What is 'Firewall Insights' used for?

To identify shadowed rules (rules that will never be matched) and rules that haven't been hits in a long time
To write new rules using AI
To calculate the cost of the firewall
To monitor VM CPU usage
View Explanation
✓ Correct Answer: To identify shadowed rules (rules that will never be matched) and rules that haven't been hits in a long timeExplanation:Insights help clean up and optimize the firewall policy for better security and management.
20

Which attribute determines the 'Direction' of a firewall rule?

Ingress (incoming traffic) or Egress (outgoing traffic)
Internal or External
Global or Regional
North or South
View Explanation
✓ Correct Answer: Ingress (incoming traffic) or Egress (outgoing traffic)Explanation:Direction defines if the rule applies to traffic flowing into or out of the VPC resource.
21

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
22

Scenario: You are designing a multi-tier web application. You need a way to ensure that the database tier can only be accessed by the application tier, and the application tier can only be accessed by the load balancer. How would you do this in GCP?

VPC Firewall rules using Target/Source 'Network Tags' or 'Service Accounts'
VPC Service Controls
IAM roles at the project level
Cloud VPN tunnels
View Explanation
✓ Correct Answer: VPC Firewall rules using Target/Source 'Network Tags' or 'Service Accounts'Explanation:Network tags and service account identities are the standard way to create dynamic, scalable firewall rules in GCP instead of relying on individual IP addresses.
23

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
24

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
25

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
26

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
27

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
28

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
29

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
30

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
31

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
32

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
33

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
34

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
35

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
36

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
37

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
38

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
39

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
40

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
41

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
42

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
43

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
44

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
45

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
46

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
47

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
48

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
49

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
50

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Google Cloud Armor
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
51

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
52

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
53

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
54

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
55

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
56

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
57

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
58

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
59

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
60

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
61

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
62

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
63

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
64

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
65

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
66

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
67

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
68

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
69

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
70

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
71

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
72

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
73

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
74

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
75

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Google Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
76

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
77

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
78

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
79

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Cloud Armor
Google Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
80

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
81

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
82

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
83

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
84

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
85

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
86

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
87

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
88

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
89

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
90

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
91

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
92

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
93

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
94

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Google Cloud Armor
Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
95

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
96

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
97

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
98

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
99

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
100

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
101

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
102

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
103

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Cloud Armor
VPC Firewall Rules
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
104

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
VPC Firewall Rules
Cloud Armor
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
105

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
106

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
107

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
108

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
109

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
110

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Virtual Private Cloud (VPC) Route Tables
Google Cloud Armor
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
111

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

VPC Firewall Rules
Cloud Armor
Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.
112

You need stateful firewall rules at the Google Compute Engine instance level. What should you configure?

Google Cloud Armor
Virtual Private Cloud (VPC) Route Tables
Cloud Armor
VPC Firewall Rules
View Explanation
✓ Correct Answer: VPC Firewall RulesExplanation:VPC Firewall Rules act as stateful firewalls for virtual instances, meaning they automatically permit return traffic.