Courseiva

Certified Next-Generation Firewall Engineer (NGFW-Engineer) (NGFW-Engineer) — Questions 151190

190 questions total · 3pages · All types, answers revealed

Page 2

Page 3 of 3

151
Multi-Selectmedium

Which TWO features require a valid subscription license?

Select 2 answers
A.Static Routing
B.URL Filtering
C.Threat Prevention
D.Interface creation
E.NAT
AnswersB, C

Requires a license for the database.

Why this answer

Advanced threat features like URL filtering and Threat Prevention (Antivirus/Vulnerability) require active subscriptions.

152
Multi-Selectmedium

Which TWO methods can be used to update the security policy on a Palo Alto Networks NGFW programmatically?

Select 2 answers
A.FTP configuration upload.
B.REST API.
C.XML API.
D.SNMP SET commands.
E.Serial console access.
AnswersB, C

Modern method for configuration and monitoring.

Why this answer

The XML API and the REST API (on newer versions) are the primary programmatic methods.

153
MCQhard

When using the Panorama API to push a configuration, what is the 'xpath' parameter used for?

A.To define the XML path of the object to modify.
B.To set the commit message.
C.To authenticate the API session.
D.To specify the target firewall IP.
AnswerA

xpath navigates the configuration tree.

Why this answer

The 'xpath' specifies the exact location in the configuration hierarchy where the change is being applied.

154
MCQmedium

In an HA active/passive configuration, which mechanism ensures the passive firewall is ready to take over traffic?

A.BGP peer failover
B.Heartbeat link synchronization
C.ARP cache clearing
D.GlobalProtect gateway synchronization
AnswerB

Heartbeat links monitor health and sync session tables.

Why this answer

The heartbeat interfaces and HA control links synchronize configuration and session state, ensuring the passive unit is ready for a seamless transition.

155
MCQmedium

Which setting in a Security Policy rule determines whether traffic is permitted or denied?

A.Service
B.Source
C.Action
D.Application
AnswerC

Action defines the rule's outcome.

Why this answer

The 'Action' column in the security policy rule dictates whether traffic matching the rule is allowed, dropped, or reset.

156
MCQmedium

You are configuring an External Dynamic List (EDL) on the firewall. What is the required format for the list file?

A.JSON
B.XML
C.CSV
D.Plain text
AnswerD

EDLs must be provided as plain text files.

Why this answer

EDLs must be text files containing entries separated by newlines, with specific formatting depending on the type (IP, Domain, or URL).

157
Multi-Selectmedium

Which THREE things must be configured to allow HA between two firewalls?

Select 3 answers
A.HA data link
B.HA control link
C.Enabled HA in Device settings
D.Same virtual router configuration
E.Different management IP addresses
AnswersA, B, C

Required for session sync.

Why this answer

HA requires configuration of HA links (control/data), enabling HA in the device settings, and ensuring identical hardware/version.

158
Multi-Selecteasy

Which TWO items must be configured to allow external management access?

Select 2 answers
A.Tunnel interface
B.Security Zone
C.Management Profile
D.Virtual Router
E.Management IP address
AnswersC, E

Required to permit services.

Why this answer

External management requires an IP on the MGT interface and a Management Profile that permits access (like HTTPS/SSH).

159
Multi-Selectmedium

Which TWO protocols are commonly used for log forwarding to SIEMs?

Select 2 answers
A.DNS
B.HTTPS
C.ICMP
D.Telnet
E.Syslog
AnswersB, E

Increasingly used for secure, REST-based log delivery.

Why this answer

Syslog and HTTPS are the standard transports for logs.

160
MCQmedium

An administrator wants to permit traffic between two sub-interfaces on the same physical port. What is required?

A.Enable DHCP relay on both interfaces
B.Security policy allowing traffic between the zones
C.A VPN tunnel between the sub-interfaces
D.A static route pointing to the physical port
AnswerB

Security policies are required for inter-zone traffic.

Why this answer

If the sub-interfaces are in different zones, a security policy is required; if they are in the same zone, no policy is needed if intra-zone traffic is enabled.

161
MCQmedium

When configuring NAT, which option allows the firewall to preserve the original source IP of the traffic?

A.No NAT / Policy-based Routing
B.Dynamic IP and Port (DIPP)
C.None (No translation)
D.Static NAT
AnswerC

Selecting 'None' in the translation type effectively disables NAT for that rule.

Why this answer

NAT is designed to change IP addresses. If you need to preserve the source, you should not configure NAT, or use source NAT with 'None' as the translation type if applicable.

162
MCQeasy

Which protocol is typically used for integrating Palo Alto Networks firewalls with authentication servers like LDAP or RADIUS?

A.LDAP
B.FTP
C.SMTP
D.HTTPS
AnswerA

LDAP is a primary protocol for authentication integration.

Why this answer

LDAP and RADIUS are standard protocols for user authentication and group mapping in NGFW deployments.

163
MCQmedium

You need to automate the retrieval of URL filtering logs from the firewall. Which API endpoint type is used to execute a 'show' command?

A.type=op
B.type=show
C.type=log
D.type=config
AnswerA

Op is for operational commands.

Why this answer

The 'op' type is used to execute operational commands, including 'show' commands to retrieve logs or status.

164
MCQhard

Which command confirms that an OSPF neighbor relationship is in the 'Full' state?

A.show routing fib
B.show interface status
C.show system log
D.show routing protocol ospf neighbor
AnswerD

This shows OSPF neighbors and their state.

Why this answer

The 'show routing protocol ospf neighbor' command displays the neighbor state, which should be 'Full' for a successfully established OSPF relationship.

165
MCQhard

You need to perform a packet capture on a specific firewall interface. Which tool is used?

A.Monitor > Packet Capture
B.Policies > Security
C.Device > Setup > Logging
D.Network > Interfaces
AnswerA

This is the dedicated GUI tool for PCAPs.

Why this answer

The Packet Capture tool under Monitor > Packet Capture allows for selecting interfaces and defining filters.

166
MCQhard

If a Python script interacting with the XML API experiences '503 Service Unavailable', what is the most likely reason?

A.The Management Plane is overloaded.
B.The endpoint is incorrect.
C.The API Key is invalid.
D.SSL handshake failed.
AnswerA

High CPU or processing load causes the API to return 503.

Why this answer

A 503 error often indicates that the management plane is overloaded, or the XML API service is busy processing a previous command.

167
MCQhard

An administrator needs to identify the cause of intermittent connectivity drops for a specific application. What feature provides the most granular visibility?

A.System Logs
B.URL Filtering Logs
C.Threat Logs
D.Packet Capture (PCAP)
AnswerD

PCAP allows for the inspection of the full packet flow to determine why sessions are dropping.

Why this answer

Packet capture and session flow logging are the most granular tools available in PAN-OS.

168
Multi-Selectmedium

Which TWO actions must be performed to successfully configure a zone protection profile on a zone?

Select 2 answers
A.Create a security policy rule.
B.Apply the profile to the zone under Network > Zones.
C.Assign the zone to a virtual router.
D.Create a Zone Protection Profile under Network > Network Profiles > Zone Protection.
E.Enable the 'Strict' mode on the interface.
AnswersB, D

The profile is applied in the zone configuration menu.

Why this answer

Zone protection profiles require the profile to be defined and then explicitly applied to the security zone.

169
Multi-Selectmedium

Which TWO features are part of the 'Integration and Automation' domain?

Select 2 answers
A.Hardware bypass.
B.XML API.
C.External Dynamic Lists.
D.GlobalProtect gateway.
E.App-ID definition.
AnswersB, C

Core automation tool.

Why this answer

External Dynamic Lists and XML API are core automation tools.

170
MCQhard

What is the effect of changing the HA heartbeat interval?

A.Changes the detection time for peer failures
B.Disables session preemption
C.Changes the synchronization time for configuration
D.Changes the speed of the control link
AnswerA

Interval defines how often the peer is polled.

Why this answer

Changing the heartbeat interval affects how quickly the firewall detects a peer failure; shorter intervals increase sensitivity but also increase the risk of false failovers.

171
MCQhard

What happens to established sessions during an HA failover?

A.Only TCP sessions are maintained
B.The firewall forces a TCP reset
C.Sessions are maintained if sync is enabled
D.All sessions are terminated
AnswerC

Session sync allows stateful failover.

Why this answer

If 'Session Synchronization' is enabled, the session table is synchronized, allowing established sessions to persist through the failover without being dropped.

172
MCQeasy

You are managing a firewall and need to ensure that dynamic updates are downloaded automatically. Where do you configure the schedule for these updates?

A.Objects > Dynamic Updates
B.Policies > Security > Dynamic Updates
C.Device > Dynamic Updates
D.Network > Interfaces > Dynamic Updates
AnswerC

Device > Dynamic Updates is the correct location to configure update schedules for Applications, Threats, and WildFire.

Why this answer

Dynamic update scheduling is configured under the Device tab in the PAN-OS web interface.

173
MCQmedium

What is the recommended method to update the firewall's threat signatures?

A.Manual firmware upgrade
B.App-ID update
C.Policy import
D.Dynamic Updates
AnswerD

This is the correct path for threat signatures.

Why this answer

Dynamic Updates under Device > Dynamic Updates allows for downloading and installing the latest signature packages.

174
MCQeasy

What is the function of a 'Tap' mode interface?

A.Route traffic between subnets
B.Monitor traffic without being inline
C.Provide high availability
D.Encrypt VPN tunnels
AnswerB

Tap is for passive monitoring.

Why this answer

Tap mode interfaces allow the firewall to monitor traffic by receiving a copy of the traffic (via a SPAN port), without being inline.

175
MCQhard

In a cloud-init deployment, which directory must the bootstrap package be placed for the VM-Series firewall to automatically detect and process it during the first boot?

A./var/bootstrap/
B./config/bootstrap/
C./etc/bootstrap/
D./opt/paloalto/
AnswerB

The firewall looks here for the bootstrap directory tree.

Why this answer

The VM-Series looks for a specific directory structure on the attached storage device, starting with '/config/bootstrap/'.

176
Multi-Selecteasy

Which TWO protocols can be used to manage the firewall?

Select 2 answers
A.DHCP
B.FTP
C.HTTPS
D.SSH
E.SMTP
AnswersC, D

Standard web GUI protocol.

Why this answer

SSH and HTTPS are standard protocols used for remote management of the PAN-OS web/CLI interfaces.

177
MCQmedium

In HA, what is the difference between 'Active/Passive' and 'Active/Active' modes?

A.Active/Active is only for Layer 2 deployments
B.Active/Active uses both firewalls for session processing
C.Active/Passive uses both firewalls for session processing
D.Active/Passive requires dedicated HA links
AnswerB

Both nodes actively process traffic in A/A.

Why this answer

Active/Active mode allows both firewalls to process traffic simultaneously and requires link aggregation or specific load balancing, whereas Active/Passive only uses one firewall for traffic.

178
MCQhard

You are deploying a dynamic address group (DAG) that is populated by an external cloud platform. Which feature must be enabled on the NGFW to allow the firewall to receive these updates automatically?

A.VM Information Source
B.Service Route Configuration
C.Log Forwarding Profile
D.Auto-Tagging
AnswerA

The VM Information Source feature allows the firewall to query cloud providers for tags to populate DAGs.

Why this answer

VM Monitoring or the use of the XML API to push IP-to-Tag mappings is required. For dynamic cloud environments, the 'VM Information Source' feature or 'User-ID agent' integration with cloud tags is typically used.

179
MCQmedium

You are configuring a new Palo Alto Networks firewall and need to ensure that the management interface is only accessible from a specific subnet. Which configuration component is used to achieve this?

A.Access Control List (ACL)
B.Interface Management Profile
C.Security Policy
D.Service Routes
AnswerB

An Interface Management Profile allows you to define specific services (HTTPS, SSH, Ping) and permitted IP addresses for management access.

Why this answer

Management Interface Settings under Device > Setup > Interfaces allow the restriction of management access via Service Routes and Interface Management Profiles.

180
MCQmedium

When configuring HA, what is 'Preemption'?

A.Automatically switches active role to the preferred device
B.Resets the sessions during failover
C.Forces the passive node to sync faster
D.Blocks traffic during failover
AnswerA

Preemption restores the primary node to active status.

Why this answer

Preemption allows the preferred (usually higher-priority) device to automatically take over as the active firewall when it recovers from a failure.

181
MCQeasy

Which tab is used to configure physical interface settings like speed and duplex?

A.Device > Setup
B.Network > Interfaces
C.Policies > Security
D.Network > Virtual Routers
AnswerB

This is where physical attributes are set.

Why this answer

The Network > Interfaces > Ethernet tab allows you to configure physical settings such as speed and duplex mode.

182
MCQeasy

Which feature is used to ensure the firewall clock is accurate?

A.DHCP
B.DNS
C.SNMP
D.NTP
AnswerD

NTP is the standard for time synchronization.

Why this answer

NTP (Network Time Protocol) settings under Device > Setup > Services are used to synchronize time.

183
Multi-Selecthard

Which THREE configuration items are required in the 'init-cfg.txt' file for a VM-Series firewall to join a Panorama server?

Select 3 answers
A.proxy-server
B.panorama-server
C.tplname
D.dgname
E.dhcp-client
AnswersB, C, D

Required to point to the Panorama IP.

Why this answer

The Panorama IP, the serial number (or auth code), and the device group are standard parameters.

184
Multi-Selectmedium

Which THREE items can be used as a 'Source' in a security policy?

Select 3 answers
A.User
B.Virtual Router name
C.Address group
D.Address object
E.Interface speed
AnswersA, C, D

Identity-based source.

Why this answer

Policies can use addresses, address groups, or users as the source of traffic.

185
Multi-Selecthard

Which THREE settings can be modified in a custom Antivirus Profile?

Select 3 answers
A.GlobalProtect version
B.Protocol settings
C.File type exceptions
D.Action for detected malware
E.System hostname
AnswersB, C, D

Define which traffic to scan.

Why this answer

Antivirus profiles allow you to select which protocols to scan, the action for each file type, and file blocking options.

186
MCQeasy

Which CLI command displays the API key if already generated for an admin?

A.show admin api-key
B.show config running
C.debug management-plane show-keys
D.The API key cannot be retrieved via CLI.
AnswerD

For security, the API key is not stored in plain text that can be retrieved.

Why this answer

Actually, the API key is never displayed via CLI once created. The admin must regenerate it if forgotten.

187
MCQeasy

What is the primary benefit of using Panorama templates for automation?

A.They replace the need for API access.
B.They automatically update firewall firmware.
C.They provide a single point to manage shared network configuration.
D.They automate the hardware installation process.
AnswerC

Templates centralize network-related settings.

Why this answer

Templates allow for centralized network configuration management, ensuring consistency across firewalls.

188
MCQmedium

When configuring a Static Route, what does the 'Metric' field do?

A.Defines the interface bandwidth
B.Sets the tunnel timeout
C.Determines route preference
D.Defines the next hop IP
AnswerC

Lower metric = higher preference.

Why this answer

The metric is used to choose between multiple routes to the same destination; a lower metric is preferred over a higher one.

189
MCQmedium

What is the purpose of the 'Pan-OS-Python' library's 'refresh_from_candidate' method?

A.To delete the configuration object.
B.To sync the Python object with the firewall's config.
C.To save the running config.
D.To commit the changes to the device.
AnswerB

It fetches the latest state from the device.

Why this answer

This method updates the local Python object state to match the firewall's current candidate configuration.

190
MCQeasy

Which tab in the web interface is used to create and manage security policies?

A.Policies
B.Device
C.Objects
D.Network
AnswerA

Policies manages Security, NAT, and other rule types.

Why this answer

The 'Policies' tab is where all firewall rule sets are managed.

Page 2

Page 3 of 3

All pages