Question 180 of 524
Managing ObjectsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the admin most likely forgot to add the new address object 'web-04' to the static address group 'web-servers'. In Palo Alto Networks firewalls, a security policy references an address group as a single container, not the individual objects within it; therefore, even though the object exists in the configuration, traffic to 10.0.0.4 will not match the policy unless the object is explicitly added as a member of that group. This scenario is a classic trap on the PCNSA exam, testing your understanding that creating an address object is a separate step from associating it with a group, and that static groups require manual membership updates. A helpful memory tip is to think of the address group as a guest list: creating a person’s name on a separate sheet does not let them into the party—you must add their name to the actual list for the bouncer (the security policy) to let them through.

PCNSA Managing Objects Practice Question

This PCNSA practice question tests your understanding of managing objects. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

Exhibit

> show address-group "web-servers"
Address group name: web-servers
Type: static
Members:
  web-01
  web-02
  web-03

Refer to the exhibit. An admin adds a new address object 'web-04' with IP 10.0.0.4 and applies it to a security policy that references the address group 'web-servers'. However, traffic to 10.0.0.4 is not allowed. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →

Exhibit

> show address-group "web-servers"
Address group name: web-servers
Type: static
Members:
  web-01
  web-02
  web-03

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 admin forgot to add 'web-04' to the address group

The address object 'web-04' was created but not added to the address group 'web-servers'. In Palo Alto Networks firewalls, security policies reference address groups, not individual objects. Even if the object exists, the policy will not match traffic destined to 10.0.0.4 unless the object is a member of the referenced group. This is the most common cause of such a failure.

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 admin forgot to add 'web-04' to the address group

    Why this is correct

    Static groups require explicit member addition.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The address object 'web-04' has the wrong IP

    Why it's wrong here

    The IP is correct as specified; the issue is lack of group membership.

  • The address group is dynamic and did not update

    Why it's wrong here

    The group is static, not dynamic.

  • The security policy is set to deny

    Why it's wrong here

    There is no indication the policy denies traffic.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Palo Alto Networks often tests the distinction between creating an object and applying it to a group; the trap here is that candidates assume creating the object and referencing the group in the policy is sufficient, forgetting that the object must be a member of the group for the policy to match.

Detailed technical explanation

How to think about this question

Address groups in PAN-OS can be static (explicit member list) or dynamic (based on tags). When a security policy uses a static address group, the firewall performs a lookup against the group's member list at the time of policy evaluation. If the object is not in the group, the policy does not match, and the traffic falls through to the next rule or default deny. This is distinct from directly using an address object in the policy, which would match immediately. In real-world scenarios, admins often create objects but forget to add them to the group, leading to silent traffic drops.

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 security administrator must allow nursing staff to reach a patient records server while blocking access from the guest Wi-Fi VLAN. After applying an extended ACL, traffic is still blocked from nursing workstations. The ACL was applied outbound instead of inbound on the wrong interface. Questions like this test ACL direction and placement rules.

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?

Managing Objects — This question tests Managing Objects — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The admin forgot to add 'web-04' to the address group — The address object 'web-04' was created but not added to the address group 'web-servers'. In Palo Alto Networks firewalls, security policies reference address groups, not individual objects. Even if the object exists, the policy will not match traffic destined to 10.0.0.4 unless the object is a member of the referenced group. This is the most common cause of such a failure.

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.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

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

2 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. Which TWO of the following are valid methods to add an IP address to a pre-existing address group in PAN-OS? (Select two.)

hard
  • A.Use the 'Show Group Membership' feature and click 'Add New Address' to input the IP.
  • B.Execute 'set address-group <name> add ip <ip>' in CLI.
  • C.Navigate to Objects > Address Groups, select the group, and click 'Add' to enter the IP address directly.
  • D.Use the Panorama template to 'push' the IP address directly into the group on managed firewalls.
  • E.Create a tag, assign it to the IP address, and add the tag to the group.

Why A: Option A is correct because the 'Show Group Membership' feature in the PAN-OS web interface allows you to view all members of an address group and directly add a new address object by clicking 'Add New Address'. This creates a new address object and adds it to the group in one step. Option C is correct because navigating to Objects > Address Groups, selecting the group, and clicking 'Add' lets you add an existing address object to the group, though you cannot type an IP directly—you must select an existing address object from the list.

Variation 2. How many address objects are members of the 'web-servers' address group?

easy
  • A.3
  • B.1
  • C.4
  • D.2

Why D: The 'web-servers' address group contains exactly two address objects: one for the web server's IP address (e.g., 10.0.0.10) and one for the web server's subnet (e.g., 10.0.0.0/24). In Palo Alto Networks firewalls, address groups aggregate static or dynamic address objects, and the count is determined by the number of member objects explicitly added, not by the number of IPs within a subnet. Option D is correct because the group has two members.

Last reviewed: Jun 30, 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.