Objective 6.1
PCNEConfiguring Google Cloud Armor policies
Objective 6.1 sits in Configuring, implementing and managing a cloud network security solution, which carries 13% of the Cloud Network Engineer exam. The questions below are original, written from the official objective title above, and each explanation cites the Google Cloud page it rests on.
Objective title verbatim from the official objectives. Google Cloud exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
A team writes an allow rule and a deny rule that match the same requests, and only one of them ever takes effect. How are the two reconciled?
Correct.
Concept
Where evaluation stops at the first match, a policy is a decision list rather than a set of accumulating filters, and ordering carries the whole meaning.
Why B
Cloud Armor performs the action of the highest priority rule that matches a request, and rules of lower priority than that match are not evaluated even when their match conditions are identical.
Source
Cloud Armor custom rules language, checked August 2026Cloud Armor performs the action of the highest priority rule that matches a request. Rules with a lower priority than the highest priority matching rule are not evaluated, even if they have the same match conditions.
Now you: objective 6.1 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
An engineer wants one rule to test client region, request path, a header value, the ASN and the TLS fingerprint together. How many subexpressions may one expression hold?
Sample question 2 of 3
A team writes rules against the originating client address behind an upstream proxy but never configures the header option in the policy. Which address do those rules evaluate?
Sample question 3 of 3
An engineer writes an expression against request.headers['X-Api-Key'] and it never matches, although the header is definitely present. What is wrong with the key?
Full Cloud Network Engineer question bank coming
We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.
Read the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.