Palo Alto Networks PCNSE Exam Practice Questions (P. 3)
- Full Access (619 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
What are two benefits of nested device groups in Panorama? (Choose two.)
- AReuse of the existing Security policy rules and objectsMost Voted
- BRequires configuring both function and location for every device
- CAll device groups inherit settings from the Shared groupMost Voted
- DOverwrites local firewall configuration
Correct Answer:
AC
AC

The benefits of nested device groups in Panorama, specifically points A and C, involve significant efficiency in security management. Utilizing nested device group structures allows for the reusing of security policy rules and objects across multiple firewalls, significantly reducing administrative overhead and enhancing consistency. Additionally, all device groups inheriting settings from the shared group streamline processes and ensure uniform policy enforcement, making management scalable and less error-prone. This structure supports a centralized yet customizable control over policies and objects, crucial in larger or more complex network environments.
send
light_mode
delete
Question #22
Which Captive Portal mode must be configured to support MFA authentication?
- ANTLM
- BRedirectMost Voted
- CSingle Sign-On
- DTransparent
Correct Answer:
B
Reference:
https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/authentication/configure-multi-factor-authentication
B
Reference:
https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/authentication/configure-multi-factor-authentication
send
light_mode
delete
Question #23
An administrator needs to implement an NGFW between their DMZ and Core network. EIGRP Routing between the two environments is required.
Which interface type would support this business requirement?
Which interface type would support this business requirement?
- AVirtual Wire interfaces to permit EIGRP routing to remain between the Core and DMZMost Voted
- BLayer 3 or Aggregate Ethernet interfaces, but configuring EIGRP on subinterfaces only
- CTunnel interfaces to terminate EIGRP routing on an IPsec tunnel (with the GlobalProtect License to support LSVPN and EIGRP protocols)
- DLayer 3 interfaces, but configuring EIGRP on the attached virtual router
Correct Answer:
A
A

The correct choice, A, using Virtual Wire interfaces, adequately addresses the requirement due to the limitations in protocol support by Palo Alto Networks devices. Virtual Wire interfaces function in a transparent manner, allowing existing configurations like EIGRP—which is Cisco proprietary and not natively supported on Palo Alto Networks—to continue operating without hindrance. This setup ensures that EIGRP routes between the Core and DMZ are maintained without requiring direct integration of the routing protocol into the Palo Alto Networks environment.
send
light_mode
delete
Question #24
A speed/duplex negotiation mismatch is between the Palo Alto Networks management port and the switch port to which it connects.
How would an administrator configure the interface to 1Gbps?
How would an administrator configure the interface to 1Gbps?
- Aset deviceconfig interface speed-duplex 1Gbps-full-duplex
- Bset deviceconfig system speed-duplex 1Gbps-duplex
- Cset deviceconfig system speed-duplex 1Gbps-full-duplexMost Voted
- Dset deviceconfig Interface speed-duplex 1Gbps-half-duplex
Correct Answer:
C
Reference:
https://live.paloaltonetworks.com/t5/Configuration-Articles/How-to-Change-the-Speed-and-Duplex-of-the-Management-Port/ta-p/59034
C
Reference:
https://live.paloaltonetworks.com/t5/Configuration-Articles/How-to-Change-the-Speed-and-Duplex-of-the-Management-Port/ta-p/59034
send
light_mode
delete
Question #25
A web server is hosted in the DMZ, and the server is configured to listen for incoming connections only on TCP port 8080. A Security policy rule allowing access from the Trust zone to the DMZ zone need to be configured to enable we browsing access to the server.
Which application and service need to be configured to allow only cleartext web-browsing traffic to thins server on tcp/8080?
Which application and service need to be configured to allow only cleartext web-browsing traffic to thins server on tcp/8080?
- Aapplication: web-browsing; service: application-default
- Bapplication: web-browsing; service: service-https
- Capplication: ssl; service: any
- Dapplication: web-browsing; service: (custom with destination TCP port 8080)Most Voted
Correct Answer:
D
D

The selection of "web-browsing" as the application and a custom service with TCP port 8080 is correct for enabling cleartext (HTTP) web browsing traffic to a server set on this non-standard port. This setup directly addresses the requirement of targeting HTTP traffic specifically on port 8080, where typical configurations, such as application-default for web-browsing, would not suffice since it covers only the well-known HTTP port 80. By creating a custom service to specify the exact port, we ensure that the policy properly aligns with the server’s listening configuration and the security needs.
send
light_mode
delete
Question #26
If the firewall has the following link monitoring configuration, what will cause a failover?


- Aethernet1/3 and ethernet1/6 going downMost Voted
- Bethernet1/3 going down
- Cethernet1/3 or ethernet1/6 going down
- Dethernet1/6 going down
Correct Answer:
A
A
send
light_mode
delete
Question #27
In the image, what caused the commit warning?


- AThe CA certificate for FWDtrust has not been imported into the firewall.Most Voted
- BThe FWDtrust certificate has not been flagged as Trusted Root CA.
- CSSL Forward Proxy requires a public certificate to be imported into the firewall.
- DThe FWDtrust certificate does not have a certificate chain.
Correct Answer:
A
Reference:
https://docs.paloaltonetworks.com/pan-os/10-0/pan-os-admin/decryption/troubleshoot-and-monitor-decryption/decryption-logs/repair-incomplete- certificate-chains
A
Reference:
https://docs.paloaltonetworks.com/pan-os/10-0/pan-os-admin/decryption/troubleshoot-and-monitor-decryption/decryption-logs/repair-incomplete- certificate-chains
send
light_mode
delete
Question #28
Which method does an administrator use to integrate all non-native MFA platforms in PAN-OSֲ® software?
- AOkta
- BDUO
- CRADIUSMost Voted
- DPingID
Correct Answer:
C
C

RADIUS is the method to utilize when integrating any MFA platforms that are not natively supported by PAN-OS. It acts as a universal solution to link with various third-party MFA providers, which is not possible through direct integrations like Okta, DUO, or PingID that only support specific platforms. This capability of RADIUS to offer extensive compatibility makes it essential for a flexible and inclusive network security environment.
send
light_mode
delete
Question #29
How would an administrator monitor/capture traffic on the management interface of the Palo Alto Networks NGFW?
- AUse the debug dataplane packet-diag set capture stage firewall file command.
- BEnable all four stages of traffic capture (TX, RX, DROP, Firewall).
- CUse the debug dataplane packet-diag set capture stage management file command.
- DUse the tcpdump command.Most Voted
Correct Answer:
D
Reference:
https://live.paloaltonetworks.com/t5/Learning-Articles/How-to-Run-a-Packet-Capture/ta-p/62390
D
Reference:
https://live.paloaltonetworks.com/t5/Learning-Articles/How-to-Run-a-Packet-Capture/ta-p/62390
send
light_mode
delete
Question #30
An administrator needs to optimize traffic to prefer business-critical applications over non-critical applications.
QoS natively integrates with which feature to provide service quality?
QoS natively integrates with which feature to provide service quality?
- APort Inspection
- BCertificate revocation
- CContent-ID
- DApp-IDMost Voted
Correct Answer:
D
Reference:
https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/quality-of-service/qos-concepts/qos-for-applications-and-users#idaed4e749-80b4-
4641-a37c-c741aba562e9
D
Reference:
https://www.paloaltonetworks.com/documentation/80/pan-os/pan-os/quality-of-service/qos-concepts/qos-for-applications-and-users#idaed4e749-80b4-
4641-a37c-c741aba562e9
send
light_mode
delete
All Pages