Palo Alto Networks · Free Practice Questions · Last reviewed May 2026
30real exam-style questions organised by domain, each with the correct answer highlighted and a plain-English explanation of why it's right — and why the others are wrong.
An endpoint running Cortex XDR Agent has experienced repeated kernel panics after a content update. The administrator needs to boot the endpoint into safe mode or disable the prevention modules remotely using the command line tool. Which utility should the administrator invoke locally via script or recovery environment?
cortex_cli.sh
cytool
cytool is the native command-line tool for managing Cortex XDR agent services, dumping logs, and toggling protection modules.
traps_control.exe
xdr_agent_mgr.exe
An administrator wants to check the operational status and resource utilization of a Cortex XDR Broker VM. Where can the administrator monitor this directly within the Cortex XDR management console?
Go to Settings > Configurations > Broker VM.
The Broker VM settings page displays status, connected collectors, IP addresses, and resource utilization.
Go to XQL Search using dataset = broker_vm_logs.
Go to Dashboards > Broker VM Performance.
Go to Endpoint Management > Broker VM.
An administrator is troubleshooting a scenario where Cortex XDR Agent data is not appearing in the management console. Firewall rules restrict outbound traffic. Which destination port and protocol must be opened outbound from the endpoints to the Cortex XDR management console for agent telemetry?
TCP port 389 and 636
TCP port 22 and 8080
TCP port 443
Cortex XDR agents use HTTPS over TCP port 443 for all communications and telemetry reporting to the cloud tenant.
UDP port 514
An administrator needs to verify whether Cortex XDR Agents are successfully receiving policy updates from the Cortex XDR management console. Where should the administrator check in the management console?
Go to Incident Response > Investigations.
Go to Endpoints > All Endpoints and check the Last Connected and Content Version columns.
Checking Endpoints > All Endpoints allows administrators to view real-time sync status, agent version, and policy application.
Go to Dashboards > Agent Health widget.
Go to Settings > Configurations > Agent Management.
An endpoint user reports that a legitimate internal application is being blocked by Cortex XDR Exploit Protection. The administrator wants to create an exception without completely disabling the module. Which mechanism should the administrator use in the Cortex XDR console?
Add a profile exception under Settings > Configurations > Agent Configurations specifying the exploit module and application path.
Agent configuration profiles allow adding granular exceptions for specific exploit protection checks and file paths.
Disable behavioral threat protection globally.
Create a correlation rule to suppress alerts from that path.
Modify the Broker VM ingestion filter.
An administrator notices that a newly installed Cortex XDR Agent on a Windows endpoint is not communicating with the Cortex XDR management console. Which log file should the administrator review first on the local endpoint to troubleshoot agent installation and service startup issues?
CortexDebug.etl
TrapsConfig.xml
AgentService.dmp
CyveraInstall.log
CyveraInstall.log contains the installation and initial deployment logs for the Cortex XDR agent.
Want more Maintenance And Troubleshooting practice?
Practice this domainAn administrator deployed a new Cortex XDR agent profile, but a specific subset of endpoints in the finance department is failing to receive the policy updates. What is the most likely troubleshooting step on the endpoint?
Verify the status and logs of the Cyvera.Service.exe service on the endpoint.
The Cyvera.Service process is responsible for agent communication and policy enforcement on Windows.
Reboot the Panorama management server to push the updated profile.
Run the migration tool to upgrade the agent installer package.
Restart the Palo Alto Networks Cortex Data Lake collector service.
When installing the Cortex XDR agent on a macOS endpoint, which additional operating system configuration must be completed to ensure full visibility and prevention capabilities?
Disable SIP (System Integrity Protection).
Configure a custom kernel panic handler in the boot-args.
Approve Full Disk Access and System Extensions.
macOS security controls require explicit user or MDM approval for Full Disk Access and System Extensions.
Install a local proxy certificate in the Keychain Access utility.
An administrator needs to exclude a specific internal software development folder from all Cortex XDR agent scans and behavioral monitoring. Where should this exclusion be added?
Response > Live Terminal > Policies
Settings > Access Control > Exceptions
Data Collection > Rules > Exclusions
Endpoints > Policy Rules > Malware Protection
Malware Protection profiles contain the settings for defining file, folder, and hash exclusions.
Which command-line utility can an administrator use on a Windows endpoint to check the status, connection state, and version of an installed Cortex XDR agent?
xdr-cli
traps-cli
cytool
cytool is the native command-line tool for managing and diagnosing the Cortex XDR agent.
pan-agent-ctl
An administrator wants to ensure that Cortex XDR agent logs are automatically uploaded to the Cortex XDR server for troubleshooting without manual intervention. Which profile governs log collection and forwarding behaviors?
Exploit Protection profile
Data Collection profile
Data Collection profiles define the scope of data gathering and telemetry sent to the server.
Agent Settings profile
Biometric Threat Prevention profile
An endpoint running the Cortex XDR agent has been isolated due to a confirmed security incident. The incident responder needs to allow a specific remote management IP address to communicate with the isolated endpoint for remediation. How can this be achieved?
Add the IP address to the Data Collection profile under restricted hosts.
Create a firewall policy on the next-generation firewall to bypass XDR isolation.
Configure an isolation exception rule specifying the permitted IP address.
Network isolation exceptions allow administrators to whitelist necessary management traffic while keeping the endpoint isolated.
Disable the agent service via Live Terminal using the 'net stop' command.
Want more Cortex XDR Agent Configuration practice?
Practice this domainAn analyst notices that a custom BIOC rule is generating too many false positives during normal software deployments. What is the most appropriate next step in detection engineering for this rule?
Change the agent operating mode to Bypass.
Tune the BIOC rule logic by adding specific process path exclusions or qualifying criteria.
Refining rule logic reduces false positives while maintaining visibility into real attacks.
Disable the entire Analytics engine on all endpoints.
Delete the BIOC rule and rely solely on default cloud-delivered IOCs.
An analyst wants to create a customized dashboard widget in Cortex XDR that displays the top 10 endpoints generating the highest volume of alerts over the last 7 days. Where should the analyst configure this widget?
Agent Settings -> Profiles -> Analytics
Threat Intelligence -> Feed Management
Incident Response -> Playbooks
Dashboards menu using a widget based on an XQL query
Dashboards allow the creation of custom widgets powered by XQL to visualize specific organizational metrics.
An administrator needs to schedule a weekly PDF report of all critical endpoint incidents to email to the security operations team. Which Cortex XDR feature should be used to accomplish this?
Incident Export via Syslog
Data Export Service
BIOC Alert Notifications
Scheduled Reports in the Reporting menu
Scheduled Reports let you generate PDF or CSV reports and deliver them via email automatically.
A security engineer is building a Port Scanning BIOC detection rule. The rule needs to evaluate multiple sequential network connection failures from the same source IP within a rolling 60-second window. Which rule configuration type must the engineer select?
Agent Malware Prevention profile exception
Local firewall rule configuration
Sequence or threshold-based BIOC rule
Threshold and sequence rules track event frequencies and patterns over time windows.
Static IOC file hash block rule
An analyst writes an XQL query to aggregate alert counts by severity and action, but the query returns a parsing syntax error.
dataset = xdr_data | filter causality_actor_process_image_name != null | comp count() by causality_actor_process_image_name
What is the correct XQL syntax correction needed to successfully execute this aggregation?
Remove the causality filter entirely because null checks are unsupported in XQL.
Change 'xdr_data' to 'panw_alerts' and use 'aggregate' instead of 'comp'.
Replace 'filter' with 'where' and remove the dataset declaration.
Replace 'comp count()' with 'stats count()'
The 'stats' command is the correct XQL keyword used for aggregations and group-by operations.
A security engineer is investigating a potential lateral movement technique using WMI. The engineer wants to query the XDR backend using XQL (XDR Query Language) to search for process executions spawned by wmic.exe across all endpoints. Which XQL dataset should the query target?
dataset = panw_analytics_alerts | filter alert_name = 'WMI Execution'
dataset = network_story | filter protocol = 'WMI'
dataset = endpoints_inventory | filter status = 'Active'
dataset = xdr_data | filter event_type = 'PROCESS_START' and actor_process_image_path contains 'wmic.exe'
This query correctly accesses the xdr_data dataset and filters for process start events involving wmic.exe.
Want more Detection And Reporting practice?
Practice this domainAn administrator is deploying a Broker VM in a DMZ to ingest logs via API from an external cloud provider. The Broker VM fails to authenticate with the external API endpoint due to self-signed certificate validation errors. What is the correct procedure to resolve this on the Broker VM?
Upload the custom CA certificate bundle into the Broker VM trust store via the Broker VM management page
Trusting custom or self-signed certificates on a Broker VM requires uploading the CA certificate to the Broker VM trust store.
Add the target API IP address to the Broker VM local hosts file
Modify the Broker VM system kernel parameters to ignore cipher mismatches
Disable SSL/TLS verification globally for all Cortex XDR broker app modules
A security analyst needs to ingest custom JSON-formatted security logs from an in-house application into Cortex XDR. Where should the administrator define the custom log mapping to ensure fields are parsed correctly under the generic log profile schema?
In the Cortex XDR console under Settings > Configurations > Data Integration > Custom Log Mapping
Custom log mapping configurations are managed centrally in the Cortex XDR web console under Data Integration.
In the Cortex XaaS cloud storage bucket configuration properties
Directly inside the broker VM configuration file using a local JSON editor
In the Cortex XDR agent installation script via command-line switches
An administrator is building a playbook in Cortex XDR incident response automation. The playbook needs to isolate an endpoint only if a specific malicious process hash is confirmed by a secondary sandbox analysis task. Which element should be used in the playbook workflow to enforce this conditional logic?
A Data Collection task pointing to the endpoint agent
A Post-Processing script executed directly on the Broker VM
A Condition (or Decision) block that evaluates the sandbox verdict output
A Condition block allows the workflow to branch based on the results or outputs of previous tasks like a sandbox verdict.
A Manual Approval step without automated logic branching
Which menu path in the Cortex XDR management console should an administrator navigate to view the overall health, status, and log forwarding statistics of deployed Broker VMs?
Incidents > Response > Broker Status
Settings > Configurations > Data Integration > Broker VM
Broker VM deployment status and configurations are located under Settings > Configurations > Data Integration > Broker VM.
Marketplace > Integrations > Instances
Endpoints > Management > Agent Status
When configuring an integration instance in Cortex XSOAR (or Cortex XDR Automation) for a third-party threat intelligence feed, what is the primary purpose of the instance name?
To determine the operating system kernel executing the automation script
To define the encryption key used for secure payload transit
To uniquely identify a specific configuration and credential set for an integration
Each integration instance represents a unique configuration, set of credentials, and parameter mapping.
To specify the physical network interface the integration binds to
An administrator is troubleshooting a Cortex XDR syslog integration where logs from a high-throughput network device are being dropped or delayed. The Broker VM resource utilization for CPU and memory is normal. Which underlying collector configuration setting should be adjusted to handle the high burst rate?
Switch the syslog transport from TCP to ICMP tunneling
Enable verbose kernel debugging on the Cortex XDR agent
Decrease the agent keep-alive interval to force faster handshakes
Increase the syslog collector worker threads and queue size parameters in the Broker VM configuration
Adjusting worker threads and queue size parameters on the Broker VM helps manage burst ingestion rates.
Want more Ingestion And Automation practice?
Practice this domainAn administrator is installing the Cortex XDR agent on a fleet of macOS endpoints running macOS Big Sur and later. The administrator notices that agent extensions are not automatically approved. Which deployment step must be completed to ensure full functionality without manual user intervention?
Deploy a Mobile Device Management (MDM) configuration profile containing the required system extension and network filter payloads
Apple requires an MDM configuration profile to silently approve kernel/system extensions and network filters.
Disable SIP (System Integrity Protection) on all endpoints via Recovery Mode
Modify the /etc/pam.d/authorization file prior to running the PKG installer
Run the installer using sudo privileges with the --force flag
During the planning phase of a Cortex XDR deployment, an organization decides to deploy Cortex XDR agents in a disconnected environment without direct internet access to the Cortex XDR cloud. Which architecture component must be installed to facilitate agent communication and updates?
Prisma Access Remote Networks Connector
Cortex XDR Broker VM
The Broker VM acts as a proxy for agent communications, threat intelligence updates, and local file analysis in isolated networks.
Traps Management Service
Panorama Management Server
An administrator is configuring a Broker VM instance in the Cortex XDR console. After deploying the OVA template in the hypervisor, what is the mandatory next step required to link the Broker VM to the Cortex XDR cloud tenant?
Upload a valid SSL wildcard certificate signed by a public Certificate Authority directly to the hypervisor
Run the setup wizard using the default admin credentials and map an NFS datastore
Configure a static IP address via the CLI and enter the Broker VM registration key generated in the Cortex XDR console
The Broker VM requires network configuration and registration via a unique key generated in the Cortex XDR console to establish trust and connectivity.
Configure a Syslog forwarding rule in Panorama to push the registration payload
An administrator needs to install the Cortex XDR agent on a Linux server running Red Hat Enterprise Linux (RHEL) 8. Which package manager command or installation script is natively supported for deploying the agent package?
yum install ./cxdr-agent.rpm
yum (or dnf) handles repository dependencies and correctly installs the RPM-based Cortex XDR agent package on RHEL 8.
apt-get install ./cortex-xdr.deb
brew install paloalto-cortex-xdr
rpm -i ctrex-agent.rpm
An administrator is planning firewall rules for endpoints with Cortex XDR agents installed in an environment with strict outbound filtering. Which destination port and protocol must be allowed outbound to the Cortex XDR management tenant for agent telemetry and command-and-control?
TCP ports 22, 80, and 443
TCP port 443
Cortex XDR agents communicate exclusively over outbound TCP port 443 using TLS.
UDP port 514 and TCP port 6514
TCP port 80 and 443
An administrator is preparing to deploy the Cortex XDR agent across 5,000 Windows endpoints using an Active Directory Group Policy Object (GPO). Which installation package format should the administrator export from the Cortex XDR management console?
MSI
MSI is the standard package format supported by Windows Installer for Active Directory GPO deployments.
TGZ
PKG
EXE
Want more Planning And Installation practice?
Practice this domainThe XDR-Engineer exam has 200 questions and must be completed in 90 minutes. The passing score is 700/1000.
Scenario-based questions covering exam objectives with detailed answer explanations.
The exam covers 5 domains: Maintenance And Troubleshooting, Cortex XDR Agent Configuration, Detection And Reporting, Ingestion And Automation, Planning And Installation. Questions are weighted by domain — higher-weight domains appear more on your actual exam.
No. These are original exam-style practice questions written against the official Palo Alto Networks XDR-Engineer exam objectives. They are not copied from the real exam. Courseiva focuses on genuine understanding, not memorisation of braindumps.
Courseiva tracks your accuracy per domain and routes you toward weak areas automatically. Free, no account required.