Courseiva

CCNA Planning And Installation Questions

48 questions · Planning And Installation · All types, answers revealed

1
Multi-Selecthard

An administrator is preparing to deploy Cortex XDR agents in a hardened enterprise environment with strict endpoint security controls. Which TWO actions should the administrator perform on the endpoints to prevent interference with agent installation and operation? (Choose two)

Select 2 answers
A.Format all local hard drives with FAT32 to ensure compatibility with Cortex XDR telemetry databases
B.Disable Windows User Account Control (UAC) by modifying the hardware BIOS settings
C.Ensure the account performing the installation possesses local Administrator or root privileges
D.Uninstall or properly configure exclusions in existing legacy antivirus software to prevent conflicts
E.Disable all local Windows firewall rules and delete the TCP/IP stack registry keys
AnswersC, D

Installing system-level security software, drivers, and services requires elevated administrative privileges.

Why this answer

Deploying Cortex XDR in hardened environments requires ensuring third-party security software (like legacy AV) is uninstalled or properly excluded, and making sure necessary OS permissions are intact.

2
MCQeasy

An administrator wants to verify the version of the Cortex XDR agent running on a specific macOS endpoint. Which command should be executed in the macOS Terminal?

A./Library/Application Support/PaloAltoNetworks/Cortex/cytool.sh version
B./Library/Cortex/bin/cytool version query
C./Library/Application Support/PaloAltoNetworks/Cortex/cytool runtime query version
D./Applications/Cortex.app/Contents/MacOS/cytool query version
AnswerC

The standard command path and syntax to query runtime details on macOS is '/Library/Application Support/PaloAltoNetworks/Cortex/cytool runtime query version'.

Why this answer

The cytool utility is available across platforms, including macOS, for checking agent status and version.

3
Multi-Selecthard

An administrator is troubleshooting a failed Cortex XDR agent installation on a Windows endpoint. Which TWO locations or methods should the administrator check to diagnose the root cause of the failure? (Choose two)

Select 2 answers
A.The local BIOS/UEFI secure boot configuration summary file
B.Windows Installer verbose installation logs generated with logging parameters (/L*v)
C.The Cisco ISE policy enforcement cache database
D.Windows Event Viewer (Application and System logs)
E.The global Panorama traffic log buffer
AnswersB, D

Verbose MSI logs provide granular step-by-step details of the installation process and identify where failures occur.

Why this answer

Installation issues can be diagnosed using Windows Installer verbose logs and Event Viewer system/application logs.

4
MCQeasy

An administrator is planning the initial deployment of Cortex XDR agents across a mixed environment of Windows and macOS endpoints. Which firewall port and protocol must be opened outbound from the endpoints to ensure successful registration and telemetry reporting to the Cortex XDR management console?

A.UDP port 514 inbound
B.TCP port 443 outbound
C.TCP port 3389 inbound
D.TCP port 22 outbound
AnswerB

Cortex XDR agents communicate with the cloud tenant exclusively over outbound TCP port 443.

Why this answer

Cortex XDR agents require outbound TCP port 443 for HTTPS communication to the Cortex XDR management console and tenant endpoints.

5
MCQhard

An administrator needs to install the Cortex XDR agent on a fleet of headless Linux servers using a silent installation script. Which parameter must be included alongside the installation package to successfully bind the agent to the correct Cortex XDR tenant?

A.The domain administrator password
B.The Cortex XDR tenant installation token
C.The local root SSH private key
D.The PAN-OS API key
AnswerB

The installation token identifies the correct tenant and authorizes the agent to register.

Why this answer

When performing automated or silent installations on Linux, the installation script requires the corresponding installation token (often passed via command-line switches or an associated properties file) to authenticate against the tenant.

6
MCQhard

An organization has strict compliance requirements preventing direct internet access from any server. The administrator deploys a Broker VM to act as an agent proxy. How must the agent installation command be modified so that endpoints know to communicate through the Broker VM instead of directly reaching the cloud?

A.Modify the Windows routing table using route add to forward port 443 traffic to the Broker VM IP
B.Include the PROXY_SERVER parameter with the IP address or FQDN of the Broker VM during the MSI installation command
C.Configure a DHCP option 152 scope to distribute the Broker VM address automatically to all DHCP clients
D.Rename the agent executable file to match the Broker VM hostname before execution
AnswerB

The PROXY_SERVER (or equivalent agent installation parameter) directs agent traffic through the designated Broker VM.

Why this answer

When deploying agents in environments using a Broker VM for proxying, the installation command or transform must specify the Broker VM address parameter.

7
MCQhard

An administrator is planning network integration for Cortex XDR by forwarding syslog data from third-party security devices. Which component must be configured to receive syslog messages and forward them securely to the Cortex XDR cloud tenant?

A.Cortex XDR Broker VM with the Syslog Collector module enabled
B.Palo Alto Networks Next-Generation Firewall configured with GlobalProtect
C.Cortex XDR Agent installed on a dedicated Linux log server
D.Prisma Access Cloud Secure Web Gateway
AnswerA

The Broker VM includes a dedicated Log Collector module specifically designed to ingest syslog and HTTP log formats.

Why this answer

The Cortex XDR Broker VM supports log collector modules that ingest syslog data from third-party devices and forward it to the Cortex XDR data lake.

8
MCQeasy

An administrator is setting up agent settings profiles in Cortex XDR. What is the primary purpose of creating multiple agent settings profiles?

A.To assign different cloud tenants to individual users
B.To support different operating system architectures within the same profile
C.To apply distinct security policies, operational modes, and exclusions to different groups of endpoints
D.To manage software license renewals automatically
AnswerC

Profiles allow granular customization of security rules, prevention settings, and exclusions based on endpoint function.

Why this answer

Different endpoint groups (e.g., servers vs. workstations) require different security thresholds, scan schedules, and operational modes, necessitating multiple profiles.

9
MCQeasy

An administrator wants to ensure that all Cortex XDR agents automatically receive the latest content updates (such as exploit signatures and analytics rules) without manual intervention. What is the default behavior of the Cortex XDR agent regarding content updates?

A.Content updates must be manually downloaded from the Palo Alto Networks Customer Support Portal and pushed via GPO
B.Agents require a full software re-installation every time a content update is released
C.Agents only receive content updates when the operating system is rebooted into safe mode
D.Agents automatically download and apply content updates periodically from the cloud or Broker VM without requiring agent software upgrades
AnswerD

Content updates are pushed and applied dynamically in the background without needing agent software re-installation.

Why this answer

Cortex XDR agents automatically download content updates directly from the cloud management tenant or via a Broker VM on a regular schedule.

10
Multi-Selectmedium

An administrator is configuring a Broker VM in Cortex XDR to act as a log collector for third-party security devices. Which TWO log ingestion formats are natively supported by the Cortex XDR Broker VM Log Collector? (Choose two)

Select 2 answers
A.Apple Filing Protocol (AFP) file streaming
B.NetBIOS Datagram Service (UDP port 138)
C.Direct raw disk imaging via NFS v3
D.Syslog (UDP and TCP)
E.HTTP/HTTPS (such as JSON payloads from cloud APIs)
AnswersD, E

The Broker VM Log Collector natively receives syslog data from firewalls, proxies, and other security tools.

Why this answer

The Broker VM Log Collector module natively supports ingestion protocols such as Syslog (UDP/TCP) and HTTP/HTTPS APIs.

11
MCQhard

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?

A.TCP ports 22, 80, and 443
B.TCP port 443
C.UDP port 514 and TCP port 6514
D.TCP port 80 and 443
AnswerB

Cortex XDR agents communicate exclusively over outbound TCP port 443 using TLS.

Why this answer

Cortex XDR agents communicate with the cloud tenant via HTTPS over TCP port 443.

12
Multi-Selecteasy

When planning agent deployment strategies across different operating systems, which TWO package formats are utilized for macOS and Linux endpoints respectively? (Choose two)

Select 2 answers
A.MSI format for Linux endpoints
B.PKG format for macOS endpoints
C.EXE format for macOS endpoints
D.DMG format for headless Linux servers
E.RPM or DEB format for Linux endpoints
AnswersB, E

PKG is the standard installer package format for macOS operating systems.

Why this answer

macOS uses PKG installer packages, while Linux distributions typically use RPM or DEB packages.

13
Multi-Selecthard

An administrator is planning a Cortex XDR deployment across a segmented network architecture where endpoints reside in a zone without direct internet access, but have access to a local proxy. Which TWO configuration steps are required to route agent traffic through this proxy? (Choose two)

Select 2 answers
A.Disable TLS encryption on the proxy to allow raw packet inspection of agent heartbeats
B.Specify the proxy server address and port during the agent installation command or via agent settings
C.Change the endpoint default gateway to point directly to the Cortex XDR management console
D.Install a local Microsoft Exchange server on the proxy to handle email-based alert notifications
E.Configure the local proxy to allow outbound HTTPS (TCP 443) traffic to the Cortex XDR cloud URLs/FQN Ds
AnswersB, E

Agents must be configured with the proxy details either at installation time or through policy configuration.

Why this answer

Configuring agents to use a proxy requires specifying proxy parameters during installation or via agent settings profiles.

14
MCQmedium

An administrator needs to uninstall a protected Cortex XDR agent from a Windows endpoint for troubleshooting purposes. What is required to complete the uninstallation successfully?

A.Revoke the endpoint certificate from the local Certificate Authority (CA) store
B.Disable Windows Defender and run the standard Windows Add or Remove Programs wizard
C.Enter the designated Cortex XDR agent uninstallation password when prompted by the uninstaller
D.Boot the endpoint into Safe Mode and delete the agent installation directory manually
AnswerC

Tamper protection requires entering the organization-specific uninstallation password defined in the agent settings.

Why this answer

Cortex XDR agents are protected against unauthorized removal by an uninstallation password configured in the agent settings profile.

15
MCQeasy

During the initial setup of a Cortex XDR tenant, where does the administrator navigate in the management console to download agent installation packages for various operating systems?

A.Settings > Configurations > Agents
B.Dashboards > Incident Management > Installers
C.Endpoints > Agent Settings > Packages
D.Endpoints > Installers
AnswerD

Administrators navigate to Endpoints > Installers to generate and download installation packages for Windows, macOS, and Linux.

Why this answer

Agent installers and packages are located under the 'Installers' menu within the Cortex XDR management console.

16
Multi-Selecthard

An administrator is planning the deployment of Cortex XDR agent tamper protection. Which TWO administrative actions or scenarios are protected against when tamper protection is enabled on endpoints? (Choose two)

Select 2 answers
A.Standard user printing jobs sent to network printers
B.Normal operating system scheduled reboots initiated by the system administrator
C.Standard automatic content updates pushed by the authorized Cortex XDR cloud tenant
D.Unauthorized deletion of Cortex XDR agent files, directories, or critical registry keys
E.Unauthorized attempts by local users or malware to stop or disable the Cortex XDR agent services
AnswersD, E

Tamper protection safeguards agent files and registry entries from unauthorized modification or deletion.

Why this answer

Tamper protection prevents unauthorized users or malware from stopping agent services, deleting agent files, or modifying registry keys.

17
MCQeasy

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?

A.MSI
B.TGZ
C.PKG
D.EXE
AnswerA

MSI is the standard package format supported by Windows Installer for Active Directory GPO deployments.

Why this answer

The MSI package format is required when deploying software packages via Active Directory Group Policy Objects (GPOs) on Windows endpoints.

18
MCQmedium

An administrator is troubleshooting an agent installation failure on a Windows endpoint. Where is the primary installation log file generated by the MSI installer located for review?

A.The user or system Temp folder (e.g., %TEMP% or C:\Users\...\AppData\Local\Temp) containing msiexec verbose logs
B.C:\Windows\Logs\Cortex\install.log
C.C:\ProgramData\Palo Alto Networks\Cortex\Logs\
D.C:\System32\Drivers\PaloAlto\install_debug.txt
AnswerA

MSI installation logs are typically written to the user or system Temp directory when verbose logging parameters are invoked during installation.

Why this answer

Windows Installer generates verbose MSI logs when requested, but standard installer diagnostic logs for Cortex XDR can be found in the system temp directory or installation logs path.

19
Multi-Selecthard

An organization is deploying the Cortex XDR Broker VM on-premises to support log ingestion and agent proxying. Which THREE network and system prerequisites must be verified before deployment? (Choose three)

Select 3 answers
A.Direct root SSH access enabled by default from external public IP addresses.
B.Local installation of a full Microsoft SQL Server database instance on the VM.
C.Static IP addressing or reserved DHCP lease for the Broker VM.
D.Sufficient CPU and memory allocation based on expected log ingestion and proxy load.
E.Outbound HTTPS (port 443) connectivity from the Broker VM to the Cortex XDR tenant.
AnswersC, D, E

A stable IP address is required so agents and log forwarders can reliably communicate with the Broker VM.

Why this answer

Deploying a Broker VM requires provisioning adequate virtual hardware resources, ensuring outbound connectivity to the cloud, and configuring proper network reachability for log sources.

20
MCQhard

An administrator needs to deploy the Cortex XDR agent across a multi-tenant environment using a single management console. How should the administrator structure the deployment to isolate endpoint data between different business units?

A.Modify the Windows Registry on each endpoint to point to separate cloud regions
B.Create distinct agent installation packages with embedded registration tokens tied to specific Cortex XDR folders and assign RBAC scopes
C.Deploy multiple Broker VMs on the same subnet and assign static VLAN tags
D.Install multiple instances of the Cortex XDR agent side-by-side on each endpoint
AnswerB

Folders and registration tokens allow logical separation and targeting of endpoints for different organizational units within the same tenant.

Why this answer

Cortex XDR supports multi-tenancy through child tenants or by using endpoint groups and granular role-based access control (RBAC).

21
Multi-Selectmedium

An administrator is preparing to uninstall the Cortex XDR agent from a protected Windows endpoint for troubleshooting purposes. Which THREE methods or tools can be used to successfully remove the agent? (Choose three)

Select 3 answers
A.Deleting the Cortex XDR program files folder directly in Windows Explorer while the services are running.
B.Using the Windows 'Add or Remove Programs' interface provided the uninstallation password is supplied.
C.Executing the 'cytool uninstall' command from the endpoint command line with administrative privileges and the password.
D.Running the standard Windows Registry Editor to delete the primary endpoint MAC address key.
E.Issuing an agent uninstall action directly from the Cortex XDR management console endpoint actions menu.
AnswersB, C, E

Standard control panel removal is supported when authenticated with the correct uninstall password.

Why this answer

Cortex XDR agent uninstallation is strictly controlled. It can be performed using the Uninstallation Password via Windows Apps, via the cytool utility with the proper password, or by sending an uninstall command from the Cortex XDR management console.

22
MCQhard

An administrator is preparing to deploy Cortex XDR agents in an environment utilizing a software restriction policy and Application Whitelisting. What must the administrator verify before running the agent installation?

A.Disable Windows User Account Control (UAC) entirely across all domain controllers
B.Configure the local hosts file to resolve the management tenant to localhost
C.Convert the file system from NTFS to FAT32 to support raw driver loading
D.Ensure the Cortex XDR installer binaries, service executables, and driver certificates are trusted or whitelisted in the local security software
AnswerD

Whitelisting solutions will prevent unauthorized binaries from running unless explicitly trusted, which would block Cortex XDR drivers and services.

Why this answer

Third-party application whitelisting or restriction software can block the execution of the Cortex XDR installer or core drivers if they are not explicitly trusted or excluded.

23
Multi-Selecteasy

An administrator is planning a Cortex XDR deployment across an enterprise network. Which TWO prerequisites must be verified regarding network connectivity and name resolution for successful agent deployment and operation? (Choose two)

Select 2 answers
A.DNS resolution capable of resolving the Cortex XDR tenant domain name
B.Inbound TCP port 8080 access from the cloud tenant to every individual endpoint
C.Bidirectional UDP port 514 syslog peering across all local subnets
D.Active Directory LDAP bind access configured directly on the agent CLI
E.Outbound TCP port 443 access to the Cortex XDR tenant URL
AnswersA, E

Endpoints must be able to resolve the fully qualified domain name (FQDN) of the Cortex XDR tenant to establish connections.

Why this answer

Agents require outbound HTTPS (TCP 443) connectivity and valid DNS resolution to connect to the Cortex XDR cloud tenant.

24
MCQeasy

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?

A.yum install ./cxdr-agent.rpm
B.apt-get install ./cortex-xdr.deb
C.brew install paloalto-cortex-xdr
D.rpm -i ctrex-agent.rpm
AnswerA

yum (or dnf) handles repository dependencies and correctly installs the RPM-based Cortex XDR agent package on RHEL 8.

Why this answer

Linux agent installations on RHEL utilize standard package managers like yum or rpm with the provided agent package and prerequisites.

25
MCQhard

An 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?

A.Deploy a Mobile Device Management (MDM) configuration profile containing the required system extension and network filter payloads
B.Disable SIP (System Integrity Protection) on all endpoints via Recovery Mode
C.Modify the /etc/pam.d/authorization file prior to running the PKG installer
D.Run the installer using sudo privileges with the --force flag
AnswerA

Apple requires an MDM configuration profile to silently approve kernel/system extensions and network filters.

Why this answer

On modern macOS versions, system extensions and network filters require an MDM configuration profile to grant explicit pre-approval and avoid manual user authorization prompts.

26
MCQhard

An architect is designing a Cortex XDR deployment for an organization with strict outbound internet filtering. Agents cannot connect directly to the public cloud. Which architectural component must be installed within the DMZ or internal network to act as a proxy and forward agent traffic to the Cortex XDR cloud?

A.Panorama Management Server
B.Cortex XSOAR Engine
C.WildFire Appliance
D.Cortex XDR Broker VM
AnswerD

The Broker VM supports proxy functionality to route agent telemetry and control traffic securely to the Cortex XDR cloud.

Why this answer

The Cortex XDR Broker VM can be configured as a proxy/forwarder to proxy agent connections to the Cortex XDR cloud when direct internet access is prohibited.

27
MCQmedium

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?

A.Prisma Access Remote Networks Connector
B.Cortex XDR Broker VM
C.Traps Management Service
D.Panorama Management Server
AnswerB

The Broker VM acts as a proxy for agent communications, threat intelligence updates, and local file analysis in isolated networks.

Why this answer

In dark site or disconnected environments, the Cortex XDR Collector is used to proxy agent telemetry and updates since agents cannot directly reach the Cortex XDR cloud.

28
Multi-Selectmedium

An administrator wants to ensure high availability and load balancing for log collection and agent proxying using Broker VMs. Which TWO best practices should be considered during the planning phase? (Choose two)

Select 2 answers
A.Ensure all Broker VMs are synchronized with accurate NTP time sources
B.Assign identical MAC addresses to all Broker VM instances to simplify switch ARP tables
C.Configure all agents to connect to a single static Broker VM IP address without failover options
D.Run Broker VMs exclusively on physical bare-metal hardware without virtualization hypervisors
E.Deploy multiple Broker VMs and place them behind a Layer 4/Layer 7 load balancer for agent proxying and log collection
AnswersA, E

Accurate time synchronization (NTP) is critical for TLS validation, log timestamping, and cluster coordination.

Why this answer

Deploying multiple Broker VMs behind a load balancer and sizing them appropriately ensures high availability and scalability.

29
MCQmedium

An administrator is configuring a Cortex XDR Broker VM to collect logs from third-party syslog sources within a segregated network zone. Which prerequisite must be met on the network firewall to allow the Broker VM to successfully receive syslog data?

A.Allow outbound TCP port 443 to the Cortex XDR tenant.
B.Allow inbound TCP port 22 from the management station to the Broker VM.
C.Allow outbound DNS traffic on port 53 to local domain controllers.
D.Allow inbound UDP/TCP port 514 from the internal log forwarders to the Broker VM.
AnswerD

Log sources must be able to send syslog messages to the Broker VM IP address over the designated syslog port.

Why this answer

The Broker VM acts as a syslog collector and requires UDP or TCP port 514 (or a custom configured port) to be allowed inbound from the log sources.

30
MCQmedium

An administrator is planning the deployment of Cortex XDR agent protection on servers running critical databases. To prevent potential performance interference or locks on specific database files during agent scans, what should the administrator configure?

A.Change the agent operational mode to Quarantine Mode exclusively for database servers
B.Configure custom scanning and monitoring path exclusions within the agent settings profile
C.Disable the entire Cortex XDR agent service whenever database backup jobs run
D.Lower the agent thread priority via Windows Task Manager permanently
AnswerB

Path and process exclusions prevent the agent from scanning or interfering with high-performance database files.

Why this answer

Administrators configure scan exclusions and path exclusions in the agent settings profile to prevent interference with critical database files and directories.

31
Multi-Selectmedium

An administrator is planning an upgrade cycle for Cortex XDR agents. Which TWO best practices should be followed to ensure a smooth upgrade process across the enterprise? (Choose two)

Select 2 answers
A.Schedule agent upgrades during planned maintenance windows to minimize potential user disruption
B.Manually log into every single endpoint via SSH to compile the source code
C.Force an immediate forced reboot on all production servers during peak business hours
D.Delete all historical security logs from the cloud tenant prior to upgrading
E.Deploy new agent versions to a pilot/test group of endpoints before initiating a broad enterprise rollout
AnswersA, E

Scheduling upgrades during maintenance windows minimizes operational impact.

Why this answer

Best practices for agent upgrades include staging upgrades on test groups before mass rollout and scheduling them during maintenance windows.

32
MCQmedium

An enterprise plans to deploy Cortex XDR agents to servers that run resource-intensive, mission-critical database applications. During the installation planning phase, which configuration step should the administrator take to minimize potential performance impact?

A.Configure custom Agent Settings profiles with appropriate exclusions for database files and directories.
B.Disable all behavioral threat protection features on database servers.
C.Set the agent operating mode to disabled via the command line.
D.Install only the Traps module without the Cortex XDR agent core.
AnswerA

Excluding database transaction logs and data folders from real-time scans optimizes performance without sacrificing security.

Why this answer

Creating custom Agent Profiles with tailored scanning exclusions and profile settings ensures critical database directories and processes are not overly impacted by standard scanning behaviors.

33
MCQeasy

When planning the deployment of Cortex XDR preventive capabilities, which mode should an administrator initially use to evaluate security posture without risking business disruption?

A.Aggressive Prevention Mode
B.Telemetry and Monitoring (Detection-only) Mode
C.Disabled Mode
D.Quarantine Mode
AnswerB

Monitoring mode collects data and generates alerts without blocking execution, making it ideal for the initial deployment phase.

Why this answer

Deploying agents in a non-blocking or telemetry-only mode allows administrators to assess alerts and rule performance safely before enforcing blocks.

34
MCQhard

During a large-scale Cortex XDR agent deployment using a Software Distribution Tool, administrators notice that multiple endpoints show identical agent IDs (UUIDs) in the Cortex XDR management console, causing telemetry to overwrite. What caused this issue?

A.The endpoints were cloned from a golden image that contained a pre-installed Cortex XDR agent without proper unregistration.
B.The installation script failed to generate a unique token parameter.
C.Active Directory GPO distributed the package with a hardcoded configuration XML.
D.The Cortex XDR Broker VM assigned the same IP address to all reporting clients.
AnswerA

Cloning a machine with an active agent copies the generated Agent ID, resulting in duplicate UUIDs in the console.

Why this answer

If a golden image or virtual machine template is captured with a pre-installed Cortex XDR agent, the resulting cloned endpoints will share the same persistent registry keys/UUID, requiring the use of the cytool unregister command or specialized imaging preparation.

35
MCQmedium

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?

A.Upload a valid SSL wildcard certificate signed by a public Certificate Authority directly to the hypervisor
B.Run the setup wizard using the default admin credentials and map an NFS datastore
C.Configure a static IP address via the CLI and enter the Broker VM registration key generated in the Cortex XDR console
D.Configure a Syslog forwarding rule in Panorama to push the registration payload
AnswerC

The Broker VM requires network configuration and registration via a unique key generated in the Cortex XDR console to establish trust and connectivity.

Why this answer

To link a newly deployed Broker VM to the cloud tenant, the administrator must register it using a registration key generated in the Cortex XDR console.

36
MCQhard

An administrator is deploying the Cortex XDR agent on a virtual desktop infrastructure (VDI) non-persistent pool. Which configuration consideration is critical to ensure proper management and prevent duplicate endpoint entries in the Cortex XDR console?

A.Disable all behavioral threat prevention modules on gold master images
B.Configure the hypervisor to inject a new license key on every reboot
C.Enable the VDI optimization setting in the agent installation parameters or profile so the agent cleans up stale records upon shutdown
D.Install a unique static IP address allocation script for every virtual machine instance spawned
AnswerC

VDI optimization ensures non-persistent endpoints unregister correctly and avoid creating ghost records in the console.

Why this answer

Non-persistent VDI clones frequently power down and reset, requiring proper master image preparation with VDI flags enabled to prevent cluttering the console with stale offline endpoints.

37
MCQhard

An administrator is deploying the Cortex XDR agent in a Linux environment and encounters dependency issues during the RPM installation. Specifically, the system reports missing kernel headers. What is the impact on Cortex XDR functionality if kernel headers or required kernel development packages are missing?

A.The endpoint will experience an immediate kernel panic and enter a reboot loop
B.The agent will automatically download the correct kernel source code from the public Linux kernel archives
C.The agent installation will fail or certain kernel-dependent prevention and monitoring modules will not load properly
D.The agent will operate normally without any functional limitations because Linux does not use kernel modules for security
AnswerC

Linux kernel-level monitoring requires compiling or loading kernel modules, which fail if required headers/dependencies are absent.

Why this answer

Certain Linux preventive and behavioral monitoring features rely on kernel modules that require matching kernel headers/devel packages to compile successfully during installation.

38
Multi-Selecteasy

An administrator is reviewing the Cortex XDR console to plan endpoint groupings. Which TWO criteria can be used to organize endpoints into groups for policy assignment? (Choose two)

Select 2 answers
A.Installed printer driver versions
B.Local user desktop wallpaper resolution settings
C.Operating system type (Windows, macOS, Linux)
D.Physical serial number of the endpoint monitor
E.IP address subnets or network ranges
AnswersC, E

Endpoints can be grouped by their operating system to apply relevant security profiles.

Why this answer

Endpoints can be grouped based on operating system, naming conventions, IP subnets, or domain membership.

39
MCQmedium

An administrator is planning an automated mass deployment of Cortex XDR agents using Microsoft Endpoint Configuration Manager (SCCM). Which command-line switch should be included with the MSI installer to perform a silent installation without user interaction?

A./verysilent /suppressmsgs
B.--install --silent
C./silent /norestart
D./qn /norestart
AnswerD

The '/qn' switch specifies a completely quiet/silent installation for MSI packages, and '/norestart' prevents unexpected reboots.

Why this answer

Standard Windows Installer (msiexec) uses '/qn' or '/quiet' to perform a completely silent installation.

40
Multi-Selectmedium

An administrator is configuring network settings for Cortex XDR Broker VMs. Which TWO protocols and associated ports are commonly used when configuring the Broker VM for syslog ingestion and agent communication? (Choose two)

Select 2 answers
A.TCP port 443 for cloud tenant and agent communication
B.UDP/TCP port 514 (or configured custom ports) for Syslog log collection
C.TCP port 23 for Telnet remote management
D.UDP port 69 for Trivial File Transfer Protocol (TFTP) agent staging
E.TCP port 3389 for Remote Desktop Protocol (RDP) log streaming
AnswersA, B

TCP port 443 is used for secure TLS communication between agents, Broker VMs, and the Cortex XDR cloud.

Why this answer

Broker VMs ingest syslog over standard ports (such as UDP/TCP 514 or custom ports) and communicate with agents/cloud over TCP 443.

41
MCQmedium

An administrator is planning network connectivity for a Broker VM that needs to forward logs to an external SIEM while also communicating with Cortex XDR. Which network configuration requirement must be met?

A.The Broker VM must operate as an explicit proxy server with Kerberos authentication enabled
B.The Broker VM must have ICMP echo requests enabled across all enterprise routers
C.The Broker VM must have a direct public IP address assigned to its management interface
D.The Broker VM must be able to resolve DNS and communicate outbound to the Cortex XDR cloud over TCP port 443
AnswerD

DNS resolution and outbound TCP port 443 connectivity to the Cortex XDR tenant are mandatory for Broker VM operation.

Why this answer

The Broker VM requires outbound HTTPS access to the Cortex XDR cloud and inbound/outbound connectivity depending on syslog collection and SIEM forwarding roles.

42
MCQhard

An administrator is troubleshooting a Broker VM that is failing to pull updates from the Cortex XDR cloud. Upon inspecting the Broker VM system logs, the administrator notices SSL handshake errors. What is the most likely root cause?

A.The Broker VM registration key contains invalid characters due to copy-paste formatting
B.The Cortex XDR management tenant license has expired due to billing cycle misalignment
C.An intervening firewall or explicit proxy is performing SSL decryption and presenting an untrusted certificate to the Broker VM
D.The Broker VM kernel version is incompatible with the Linux swap space partition size
AnswerC

If an inspection device intercepts TLS traffic without the Broker VM trusting its root CA, the handshake fails.

Why this answer

SSL inspection or interception by an explicit proxy or next-generation firewall without proper TLS decryption certificate installation causes SSL handshake failures on the Broker VM.

43
Multi-Selectmedium

An administrator is planning the deployment of Cortex XDR agents across endpoints and needs to configure Agent Settings profiles. Which TWO configurations can be managed directly within an Agent Settings profile? (Choose two)

Select 2 answers
A.Agent operational mode (e.g., Normal, Extended, or Disabled)
B.PAN-OS firewall security rule policies
C.Scheduled malware scan configurations and exclusions
D.Global WildFire threat signature updates
E.Cortex XSOAR playbook automation triggers
AnswersA, C

Operational modes are defined and assigned via Agent Settings profiles.

Why this answer

Agent Settings profiles allow administrators to configure agent behavior such as endpoint protection modules, scan schedules, proxy settings, and operational parameters.

44
MCQeasy

Where can an administrator view the status and health of all deployed Broker VMs directly within the Cortex XDR management console?

A.Settings > Configurations > Infrastructure > Broker VMs
B.Settings > Configurations > Broker VMs
C.Endpoints > Broker VMs
D.XDR Devices > Infrastructure > Broker VMs
AnswerA

Administrators navigate to Settings > Configurations > Infrastructure > Broker VMs to check Broker VM connectivity, status, and version.

Why this answer

Broker VM health and status are monitored under the Broker VMs page in the Cortex XDR console.

45
MCQmedium

An administrator needs to upgrade the Cortex XDR agents across all enterprise endpoints. Where should the administrator upload and manage the new agent software versions before rolling them out?

A.Dashboards > System Status > Updates
B.Administration > Global Protect > Client Versions
C.Endpoints > Agent Upgrades
D.Settings > Tenant Management > Software Repository
AnswerC

The Agent Upgrades page allows administrators to upload, manage, and schedule agent software version upgrades.

Why this answer

Administrators manage and stage agent software versions under the Agent Upgrades section in the Cortex XDR console.

46
Multi-Selecteasy

An administrator is planning an automated deployment of Cortex XDR agents using an enterprise software distribution tool. Which TWO advantages does using an MSI package offer over an EXE package in this scenario? (Choose two)

Select 2 answers
A.Standardized installation parameters and property passing (e.g., /qn, /norestart)
B.Built-in capability to execute shell scripts on Linux servers
C.Automatic conversion of EXE payloads into macOS PKG files
D.Native support for application transforms (.MST files) for customization
E.Exemption from all Windows User Account Control (UAC) prompts without admin rights
AnswersA, D

MSI packages adhere to Windows Installer standards, providing consistent switches and property arguments.

Why this answer

MSI packages offer standard command-line properties, easy integration with GPO/SCCM, and built-in support for transforms (MST).

47
MCQeasy

An organization is preparing to deploy the Cortex XDR agent using Microsoft Active Directory Group Policy Objects (GPO). Which installation package format is natively supported for GPO deployment of the agent on Windows endpoints?

A.Windows Installer Package (.msi)
B.Compressed Archive (.zip)
C.Executable (.exe)
D.PowerShell Script (.ps1)
AnswerA

Active Directory GPO software installation requires an .msi package format.

Why this answer

Group Policy deployment natively supports Microsoft Installer (.msi) packages for software distribution.

48
MCQmedium

An enterprise environment requires the Cortex XDR Broker VM to be sized correctly for handling log forwarding and agent proxying from 15,000 endpoints. Which minimum hardware specification should the administrator allocate for the Broker VM hypervisor?

A.1 vCPU and 2 GB RAM
B.16 vCPU and 64 GB RAM
C.2 vCPU and 4 GB RAM
D.4 vCPU and 16 GB RAM
AnswerD

4 vCPUs and 16 GB RAM is the recommended hardware specification for medium-to-large Broker VM deployments handling extensive traffic.

Why this answer

For large deployments supporting agent proxying and syslog/API log collection for up to 15,000 endpoints, the recommended Broker VM sizing is typically 4 vCPUs and 16 GB of RAM.

Ready to test yourself?

Try a timed practice session using only Planning And Installation questions.