Courseiva
Back to Palo Alto Networks Certified Network Security Engineer PCNSE questions

Scenario-based practice

Refer to the Exhibit Practice Questions

Practise Palo Alto Networks Certified Network Security Engineer PCNSE practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
PCNSE
exam code
Palo Alto Networks
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the exam objective.

Related practice questions

Related PCNSE topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Full question →

Refer to the exhibit. A user at 10.1.1.10 attempts to access https://www.example.com (port 443). The firewall correctly identifies the application as 'ssl' and matches the rule 'Allow-SSL'. However, the session is still being denied. What is the most likely reason?

Exhibit

config shared
security-rulebase
 security-rules
  rule "Allow-SSL"
   from [ "Trust-L3" ]
   to [ "Untrust-L3" ]
   source [ "10.0.0.0/8" ]
   destination [ "any" ]
   application [ "ssl" ]
   service [ "application-default" ]
   action allow
   log-start no
   log-end yes
   log-setting "Profile1"
 end-rule
  rule "Block-HTTP"
   from [ "Trust-L3" ]
   to [ "Untrust-L3" ]
   source [ "10.0.0.0/8" ]
   destination [ "any" ]
   application [ "web-browsing" ]
   service [ "application-default" ]
   action deny
   log-start no
   log-end yes
 end-rule
end
config shared
 application-group "Web-Apps"
  members [ "ssl" "web-browsing" ]
 end-application-group
end
Question 2hardmulti select
Full question →

Based on the exhibit, which THREE conclusions can be drawn?

Exhibit

Refer to the exhibit.
```
admin@PA-5250> show session id 12345
Session ID: 12345
  Source IP: 10.10.1.100
  Destination IP: 203.0.113.50
  Source port: 34567
  Destination port: 443
  Ingress interface: ethernet1/2
  Egress interface: ethernet1/3
  NAT source IP: 192.0.2.100
  NAT destination IP: 203.0.113.50
  Protocol: TCP
  State: ACTIVE
  Type: FLOW
  Policy ID: 4
  Application: ssl
  Rule: allow-ssl
  User: unknown
```
Question 3hardmultiple choice
Read the full VPN explanation →

Refer to the exhibit. A site-to-site VPN is configured between two branches. The tunnel is up but traffic is not passing. What is the most likely issue?

Exhibit

Refer to the exhibit.

show vpn gateway

Name: Corp-GW
Peer IP: 203.0.113.1
Local IP: 198.51.100.1
IKE version: IKEv2
Pre-shared key: ****
IKE crypto profile: default
DPD: enabled

show vpn tunnel

Name: Corp-Tun
Tunnel interface: tunnel.1
Type: IPSec
IKE gateway: Corp-GW
IPSec crypto profile: default
Proxy IDs: local 10.0.0.0/16, remote 172.16.0.0/16

show routing route

Destination: 172.16.0.0/16
Next hop: tunnel.1
Metric: 10

show interface tunnel.1

Interface: tunnel.1
Zone: VPN-Zone
Virtual router: default
Question 4easymultiple choice
Full question →

Refer to the exhibit. A user with IP 10.1.1.100 from the internal zone is trying to access http://203.0.113.1. What will the firewall do?

Exhibit

admin@PA-3020# show running security-policy
set security-policy rule 1 from zone internal to zone external source 10.0.0.0/8 destination 0.0.0.0/0 application web-browsing service service-http action deny
set security-policy rule 2 from zone internal to zone external source 10.1.0.0/16 destination 0.0.0.0/0 application web-browsing service service-http action allow
Question 5mediummultiple choice
Full question →

Refer to the exhibit. A user in the trust zone attempts to access HTTPS to an external server. Which rule will match?

Exhibit

admin@PA-500> show running security-policy
1.  rule1  (src: trust; dst: untrust; app: web-browsing; action: allow)
2.  rule2  (src: trust; dst: untrust; user: anyone; app: ssl; action: allow)
3.  rule3  (src: trust; dst: untrust; user: user1; app: any; action: deny)
4.  rule4  (src: trust; dst: untrust; user: anyone; app: any; action: deny)
Question 6easymultiple choice
Full question →

Refer to the exhibit. What does the uptime indicate?

Exhibit

> show system info
System info:
  Hostname: FW01
  IP address: 192.168.1.1
  Netmask: 255.255.255.0
  Gateway: 192.168.1.254
  Uptime: 0 days, 3 hours, 12 minutes
Question 7mediummultiple choice
Full question →

The security policy rule shown in the exhibit has log-start and log-end both set to 'no', but a log-forwarding profile is configured. Which statement best describes the logging behavior for sessions matching this rule?

Exhibit

Refer to the exhibit.
admin@PA-500> show running security-policy
rule 1: name "Allow-Outbound" from "Internal" to "External" source "10.0.0.0/8" destination "any" application "any" service "any" action "allow" log-start "no" log-end "no" log-forward "Log-to-Panorama"
Question 8hardmultiple choice
Full question →

Refer to the exhibit. A packet from 10.0.0.5 to 8.8.8.8 on TCP port 443 (HTTPS) arrives. Source zone is trust, destination zone is untrust. The packet is dropped. What is the most likely reason?

Exhibit

admin@firewall> show running rulebase security
entry @name "Allow-Internal" {
    from "trust";
    to "untrust";
    source 10.0.0.0/24;
    destination any;
    application "web-browsing";
    service application-default;
    action allow;
    log-start yes;
}
Question 9mediummultiple choice
Review the full routing breakdown →

A global company uses a pair of PAN-220 firewalls in an active/passive HA configuration at its headquarters. The firewalls have multiple virtual routers and dozens of zones. Recently, a network upgrade changed the physical topology: a new switch was placed between the firewalls and the ISP routers. After the upgrade, the passive firewall continuously shows 'suspended' state. The HA control link (HA1) and data link (HA2) are on separate dedicated interfaces. The Active firewall logs show: 'HA monitor peer unreachable' every few seconds. The engineer has verified IP connectivity between the HA interfaces using ping from the active to the passive HA1 IP. What is the most likely cause of the HA state issue?

Question 10mediummultiple choice
Full question →

Refer to the exhibit. A firewall administrator is troubleshooting why some applications are not being correctly identified. The firewall is running App-ID version 8000-7120. What does the 'appid packet buffer: 1024 KB' indicate?

Exhibit

Refer to the exhibit.

admin@PA-220> show system info | match appid
appid version: 8000-7120
appid last update: 2024/10/01 03:00:00
appid packet buffer: 1024 KB
appid max sessions: 500000
Question 11hardmultiple choice
Full question →

Refer to the exhibit. The traffic log shows a drop event from source IP 203.0.113.10 to destination 10.1.1.200 on port 443. The rule matched is 'deny-rule'. What is the most likely reason for this drop?

Exhibit

2025/03/15 10:30:45,drop,203.0.113.10,10.1.1.200,https,443,trust,untrust,deny-rule,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any,any
Question 12mediummultiple choice
Full question →

Refer to the exhibit. Which SSL protocol version is blocked as per this decryption profile?

Exhibit

decryption profile:
  name: 'Decrypt-All'
  ssl-decryption:
    minimum-protocol-version: tls1-0
    maximum-protocol-version: tls1-2
    allow-block tls1-0
    block tls1-1
    allow tls1-2
Question 13hardmultiple choice
Read the full VPN explanation →

A site-to-site IPsec tunnel between two Palo Alto Networks firewalls is not passing traffic. The administrator runs the 'show vpn ipsec-sa' command and sees the output in the exhibit. The remote peer is configured to use IKEv2 only. Based on the configuration, what is the most likely cause of the tunnel being in 'init' state?

Exhibit

admin@PA-5000> show vpn ipsec-sa
Total IPsec SA: 3
  Gateway: VPN-GW-1, Tunnel-id: 1, State: active, SPI: 123456, Encapsulation: tunnel
  Gateway: VPN-GW-2, Tunnel-id: 2, State: init, SPI: 0, Encapsulation: tunnel
  Gateway: VPN-GW-3, Tunnel-id: 3, State: active, SPI: 789012, Encapsulation: transport

Configuration for VPN-GW-2:
set network tunnel ipsec ipsec-crypto VPN-GW-2 ike-gateway VPN-GW-2-IKE
set network tunnel ipsec ipsec-crypto VPN-GW-2 esp-authentication sha1
set network tunnel ipsec ipsec-crypto VPN-GW-2 esp-encryption aes128
set network tunnel ipsec ipsec-crypto VPN-GW-2 lifetime 3600
set network ike gateway VPN-GW-2-IKE version ikev1
set network ike gateway VPN-GW-2-IKE protocol-version ikev1
set network ike gateway VPN-GW-2-IKE peer-address 10.1.1.1
set network ike gateway VPN-GW-2-IKE pre-shared-key mykey
set network ike gateway VPN-GW-2-IKE local-address 10.1.1.2
set network ike gateway VPN-GW-2-IKE local-id 10.1.1.2
set network ike gateway VPN-GW-2-IKE peer-id 10.1.1.1
set network tunnel ipsec ipsec-crypto VPN-GW-2 proxy-id local-ip 192.168.1.0/24
set network tunnel ipsec ipsec-crypto VPN-GW-2 proxy-id remote-ip 192.168.2.0/24
Question 14hardmultiple choice
Full question →

Refer to the exhibit. A user at IP 10.10.1.11 is unable to access internal resources that require authentication. The firewall logs show 'no user mapping' for traffic from this IP. Which step should the administrator take first?

Exhibit

admin@PA-5000> show user user-id dump
User-ID Dump
IP: 10.10.1.10     User: jdoe@company.com     Source: Pre-Login mapping
IP: 10.10.1.11     User: (unknown)
IP: 10.10.1.20     User: jsmith@company.com     Source: Kerberos
Question 15hardmultiple choice
Full question →

Refer to the exhibit. A network administrator is troubleshooting why users are not being prompted for authentication when accessing HTTPS sites. The authentication rule and security policy are shown. What is the most likely cause?

Exhibit

admin@PA-5050> show authentication rule
id=1, rule=>, from z1, to z2, application ssl, user any, action authentication, profile AuthProfile, seq=1
id=2, rule=>, from z1, to z2, application ping, user any, action allow
admin@PA-5050> show running security-policy
rule 1: from z1 to z2, application ssl, action allow

These PCNSE practice questions are part of Courseiva's free Palo Alto Networks certification practice question bank. Courseiva provides original exam-style PCNSE questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.