Question 141 of 524
Policy Evaluation and ManagementhardMultiple SelectObjective-mapped

Quick Answer

The answer is that the administrator should move Rule2 above Rule1 to block the traffic. This is correct because Palo Alto firewalls use a first-match policy evaluation order, meaning the firewall processes security rules from top to bottom and applies the action of the first rule that matches the traffic’s source zone, destination zone, and other attributes. Since Rule1 (allow) appears before Rule2 (deny) for the same Engineering-to-Servers path, the traffic matches Rule1 first and is permitted, ignoring the later deny rule. On the PCNSA exam, this concept tests your understanding of rule ordering and the critical impact of placement; a common trap is assuming a deny rule later in the list will override an earlier allow. Remember the memory tip: “First match wins, so order your denies before allows for the same traffic.”

PCNSA Policy Evaluation and Management Practice Question

This PCNSA practice question tests your understanding of policy evaluation and management. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A firewall administrator is troubleshooting a situation where traffic from the 'Engineering' zone (source zone) to the 'Servers' zone (destination zone) is being allowed, but the desired behavior is to block it. The administrator runs 'show running security-policy' and sees the following rules in order: Rule1: from Engineering to Servers allow; Rule2: from Engineering to Servers deny; Rule3: from any to Servers allow. Which TWO statements are true regarding policy evaluation?

Question 1hardmulti select
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The traffic will be allowed because Rule1 matches before Rule2.

Option A is correct because Palo Alto Networks firewalls use first-match policy evaluation: the first rule that matches the traffic's source zone, destination zone, source/destination IP, application, and user determines the action. Since Rule1 (allow) appears before Rule2 (deny), traffic from Engineering to Servers matches Rule1 first and is allowed, regardless of later deny rules.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The traffic will be allowed because Rule1 matches before Rule2.

    Why this is correct

    First-match logic: Rule1 matches first, so the action is allow; Rule2 is not evaluated.

    Related concept

    Read the scenario before looking for a memorised answer.

  • To block the traffic, you can set the source zone in Rule2 to 'Negate' Engineering.

    Why it's wrong here

    There is no 'Negate' option for zones; you must reorder rules or use different criteria.

  • Moving Rule2 to the end of the rulebase will ensure it blocks the traffic.

    Why it's wrong here

    Moving Rule2 after Rule3 would still not match if Rule1 allows first; the order among the first two is critical.

  • The administrator should move Rule2 above Rule1 to block the traffic.

    Why this is correct

    Placing the deny rule before the allow rule ensures the deny matches first.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The firewall evaluates all rules and applies the most restrictive action (deny).

    Why it's wrong here

    Palo Alto firewalls use first-match, not most restrictive; they stop at the first matching rule.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume firewalls use a 'most restrictive wins' model (like some ACL implementations) rather than the first-match model used by Palo Alto Networks, leading them to incorrectly select Option E.

Detailed technical explanation

How to think about this question

Palo Alto Networks security policy evaluation follows a top-down, first-match model where the firewall stops processing rules as soon as a match is found. This is explicitly documented in the PAN-OS® Administrator’s Guide under 'Policy Evaluation and Ordering'. In a real-world scenario, if an administrator mistakenly places a broad allow rule above a specific deny rule, traffic that should be blocked will be permitted, requiring careful rule ordering or the use of deny rules with higher specificity (e.g., including source/destination IPs) to ensure they match before broader allow rules.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PCNSA practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PCNSA practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PCNSA question test?

Policy Evaluation and Management — This question tests Policy Evaluation and Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The traffic will be allowed because Rule1 matches before Rule2. — Option A is correct because Palo Alto Networks firewalls use first-match policy evaluation: the first rule that matches the traffic's source zone, destination zone, source/destination IP, application, and user determines the action. Since Rule1 (allow) appears before Rule2 (deny), traffic from Engineering to Servers matches Rule1 first and is allowed, regardless of later deny rules.

What should I do if I get this PCNSA question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on PCNSA

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A network administrator notices that traffic from a specific subnet is being denied even though there is a permit rule that matches the source and destination. The rulebase has over 500 rules. What is the most likely cause?

medium
  • A.The destination NAT is causing asymmetric routing.
  • B.The rule is too far down in the rulebase and a previous implicit deny is blocking.
  • C.A previous rule with a broader match is denying the traffic before reaching the permit rule.
  • D.The application override is misconfigured.

Why C: Option B is correct because rule order matters; a previous rule with a broader match and deny action will block traffic before reaching the permit rule. Option A is wrong because the implicit deny is at the end, but rules above can deny. Option C is irrelevant; application override does not cause denial. Option D is about NAT, not denial.

Variation 2. Which TWO factors affect the order in which security rules are evaluated?

hard
  • A.Application used in the rule.
  • B.Rule hit count.
  • C.Whether the rule is intra-zone or inter-zone.
  • D.Rule position in the rulebase (top-down).
  • E.Rule action (allow or deny).

Why C: A and B are correct. Rule priority is determined by its position (top-down). Intra-zone vs inter-zone rules are evaluated separately in their respective sections. C is wrong because hit count does not affect order. D is wrong because rule type (allow/deny) does not determine evaluation order. E is wrong because application does not change evaluation order.

Variation 3. A company has a Palo Alto Networks firewall in production. They recently configured a new security policy rule to allow outbound HTTPS traffic from the internal network (10.0.0.0/8) to the internet. The rule is placed after a block rule that denies all traffic from 10.0.0.0/8 to any external destination. After committing, users report that HTTPS access is still blocked. The administrator checks the firewall logs and sees that the traffic is being denied by the block rule. The administrator verifies the rule order: the new allow rule is at position 5, and the block rule is at position 3. The administrator also checks that the source zone (Trust) and destination zone (Untrust) are correct. What is the most likely cause of the issue?

hard
  • A.There is a NAT policy that is interfering with the allow rule.
  • B.The allow rule has an incorrect application (e.g., ssl instead of web-browsing).
  • C.The allow rule has the wrong source address (e.g., 10.0.0.0/8 is correct).
  • D.The allow rule is placed below the block rule, so the block rule is evaluated first.

Why D: The Palo Alto Networks firewall evaluates security policy rules in sequential order from top to bottom. Since the block rule at position 3 is evaluated before the allow rule at position 5, traffic matching the block rule is denied immediately, and the allow rule is never reached. This is the most likely cause of the issue, as the rule order directly determines which rule is applied first.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PCNSA practice question is part of Courseiva's free Palo Alto Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PCNSA exam.