Courseiva

CCNA Maintenance And Troubleshooting Questions

39 questions · Maintenance And Troubleshooting topic · All types, answers revealed

1
MCQeasy

An administrator needs to temporarily disable the Cortex XDR agent protection on an endpoint to perform maintenance. What is required to perform this action locally using cytool?

A.A domain administrator Kerberos ticket.
B.An internet connection to the Palo Alto Networks licensing server.
C.An anti-tamper password generated in the Cortex XDR management console.
D.Physical access to the BIOS/UEFI settings.
AnswerC

Anti-tamper protection prevents unauthorized users or malware from disabling the agent, requiring a console-generated password.

Why this answer

Disabling agent protection locally via cytool requires entering a valid anti-tampering password or uninstall password generated in the console.

2
Multi-Selecthard

An administrator is reviewing XQL search performance issues and query timeouts when investigating historical logs. Which THREE methods can the administrator use to optimize query performance? (Choose three)

Select 3 answers
A.Apply explicit dataset filters and equality checks early in the query pipeline before performing complex aggregations.
B.Export all raw logs to a local spreadsheet application for filtering.
C.Restrict the time range of the query to the smallest necessary window rather than searching over extended periods.
D.Increase the Broker VM CPU allocation to accelerate cloud XQL execution engines.
E.Use specific indexed fields in the filter clauses rather than broad wildcard searches across all text attributes.
AnswersA, C, E

Filtering early reduces the volume of intermediate data processed in subsequent query stages.

Why this answer

Optimizing XQL queries involves narrowing time ranges, filtering early, and utilizing indexed fields.

3
Multi-Selecthard

An administrator is configuring log forwarding from a Cortex XDR Broker VM to an external SIEM and encounters connection timeouts. Which THREE troubleshooting actions should the administrator take? (Choose three)

Select 3 answers
A.Check if the SIEM requires mutual TLS (mTLS) authentication and ensure valid client certificates are configured on the Broker VM.
B.Examine the Broker VM export logs for queue backups or delivery error responses from the SIEM receiver.
C.Verify that the destination SIEM listener IP address and port are reachable from the Broker VM using network tools like nc or telnet.
D.Restart the Cortex XDR management console web server.
E.Reinstall the Windows operating system on the SIEM receiver.
AnswersA, B, C

mTLS configuration mismatches will cause handshake rejections and connection timeouts.

Why this answer

SIEM forwarding troubleshooting involves verifying network connectivity, TLS/certificate parameters, and destination port accessibility.

4
Multi-Selecthard

An administrator is troubleshooting an issue where custom Correlation Rules in Cortex XDR are not generating expected incidents. Which THREE diagnostic steps should the administrator perform? (Choose three)

Select 3 answers
A.Check rule status to ensure the rule is enabled and assigned to the correct scope or endpoint group.
B.Verify the time window and threshold settings configured within the correlation rule definition.
C.Restart all endpoint agents associated with the correlation rule.
D.Reboot the Broker VM log collector service.
E.Test the underlying query logic using XQL Search to ensure matching events are actually present in the dataset.
AnswersA, B, E

Disabled rules or misapplied scopes will not generate incidents.

Why this answer

Troubleshooting correlation rules involves validating query logic, reviewing time windows, and checking matching criteria.

5
MCQhard

An enterprise environment uses a proxy server for all outbound internet traffic. How must the administrator configure the Cortex XDR Agent to ensure it can successfully connect through the proxy to the Cortex XDR cloud?

A.Configure the proxy address, port, and authentication credentials within the Agent Configuration profile under Settings.
B.Configure the proxy settings inside the Traps.properties file locally on each endpoint.
C.Modify the Windows Registry key 'ProxyServer' manually on every endpoint without console involvement.
D.Configure the proxy settings on the Broker VM only.
AnswerA

The agent configuration profile contains dedicated proxy settings that are deployed to endpoints so they know how to traverse the corporate proxy.

Why this answer

Proxy settings for the Cortex XDR agent are configured within the Agent Configuration profile in the Cortex XDR management console before installation or pushed via update.

6
Multi-Selectmedium

An administrator is setting up Cloud Data Collectors in Cortex XDR to ingest logs from Microsoft Entra ID (Azure AD). Which TWO prerequisites must be verified during troubleshooting if ingestion fails? (Choose two)

Select 2 answers
A.Ensure the corresponding API permissions and administrative consent are granted in the cloud provider portal.
B.Install the Cortex XDR Agent on the Microsoft Entra ID cloud tenant servers.
C.Verify that Active Directory Domain Services (AD DS) LDAP port 389 is open to all endpoints.
D.Ensure a local Broker VM is configured with a syslog listener port for Azure AD logs.
E.Verify that network access from the collector to the cloud API endpoint is unblocked.
AnswersA, E

API access requires proper consent and permission scopes in the source tenant.

Why this answer

Cloud Data Collectors connecting to external APIs require correct tenant permissions, API keys, or service principal credentials.

7
MCQhard

An administrator needs to troubleshoot an issue where syslog messages sent to a Cortex XDR Broker VM are dropped. Which log file on the Broker VM contains syslog ingestion errors and parser exceptions?

A./var/log/pan/syslog_collector.log (or corresponding broker log path)
B./var/log/messages
C./var/log/secure
D./opt/panw/broker/cortex.log
AnswerA

Collector service logs record parsing errors, malformed syslog packets, and ingestion failures.

Why this answer

Broker VM application and collector logs are located in standard directories such as /var/log/pan/ or specific broker log paths.

8
MCQeasy

An administrator notices that an endpoint has been offline for over 30 days and wants to remove it from the Cortex XDR active license count. What action should be taken in the console?

A.Disable the Anti-Malware module.
B.Move the endpoint to an unmanaged folder.
C.Run 'cytool license release' via remote action.
D.Select the endpoint in Endpoints > All Endpoints and click Delete.
AnswerD

Deleting stale endpoints frees up license seats and cleans up the active endpoint inventory.

Why this answer

Inactive endpoints can be manually deleted or automatically purged based on inactivity settings under endpoint management.

9
MCQmedium

An administrator notices that a Linux endpoint running Cortex XDR Agent has high CPU utilization caused by the agent process. Which command can the administrator use via cytool to temporarily modify debug logging levels or diagnostic tracing to assist support without uninstalling?

A.cytool log set-level
B.cytool perf-tune
C.cytool trace modify
D.cytool debug cpu-limit
AnswerA

cytool log set-level allows changing logging verbosity for troubleshooting performance or collection issues.

Why this answer

The 'cytool log' command set allows administrators to adjust log levels and debug verbosity on running agents.

10
MCQeasy

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?

A.Go to Incident Response > Investigations.
B.Go to Endpoints > All Endpoints and check the Last Connected and Content Version columns.
C.Go to Dashboards > Agent Health widget.
D.Go to Settings > Configurations > Agent Management.
AnswerB

Checking Endpoints > All Endpoints allows administrators to view real-time sync status, agent version, and policy application.

Why this answer

The Status column and Agent Details view under Endpoints provide real-time connection status and policy sync timestamps.

11
MCQhard

An administrator is troubleshooting a scenario where Cortex XDR incident causality chains appear broken or incomplete. Which local agent component or setting is primarily responsible for tracking process creation and parent-child lineage for causality analysis?

A.Local Syslog Forwarder
B.Behavioral Threat Protection / Behavioral Monitoring driver
C.Agent GUI Application (Traps.exe)
D.Broker VM Parser Module
AnswerB

The behavioral monitoring driver tracks process relationships, injection, and execution lineage required for causality chains.

Why this answer

Cortex XDR uses behavioral monitoring and kernel/system extension hooks to build causality chains. On Windows, the exploit prevention and behavioral threat protection driver handle process telemetry.

12
MCQmedium

An administrator is reviewing incident triage notes and wants to export audit logs showing all administrative actions taken in the Cortex XDR console over the past 90 days. Where should the administrator navigate?

A.Dashboards > Audit Reports
B.Incident Response > Activity Log
C.Settings > Configurations > Audit Trail
D.Help > System Logs
AnswerC

The Audit Trail records administrative actions, configuration updates, and user logins for compliance and troubleshooting.

Why this answer

Audit logs tracking administrator logins, configuration changes, and policy modifications are located under Settings > Configurations > Audit Trail.

13
Multi-Selectmedium

An administrator wants to ensure high availability and load balancing for log collection using Cortex XDR Broker VMs. Which TWO architectural best practices should be implemented? (Choose two)

Select 2 answers
A.Cluster Broker VMs into a single IP address using Windows Failover Clustering.
B.Configure syslog sources to point to a network load balancer that distributes traffic across multiple Broker VM instances.
C.Route all syslog traffic through a single Broker VM to prevent packet loss.
D.Configure active-passive clustering using VRRP directly inside the Broker VM appliance settings.
E.Deploy multiple Broker VMs in the environment to distribute log forwarding loads from large numbers of sources.
AnswersB, E

A network load balancer provides failover and load distribution across multiple Broker VMs.

Why this answer

Broker VM high availability is achieved by deploying multiple Broker VMs behind a load balancer or configuring multiple syslog forwarders.

14
MCQeasy

An administrator wants to configure email notifications whenever a critical severity incident is detected by Cortex XDR. Where is this notification setting configured?

A.Dashboards > Alert Rules
B.Endpoints > Policy > Alerts
C.XQL Search > Alert Action
D.Settings > Configurations > Notifications (or Incident Notifications)
AnswerD

Notification rules for alerting administrators or SOC teams are managed under Settings.

Why this answer

Incident notification settings, including email integrations and webhook alerts, are configured under Settings > Configurations > Integrations > Email or Notifications.

15
Multi-Selectmedium

An administrator is reviewing endpoint isolation troubleshooting steps. Which TWO behaviors occur on a Windows endpoint when it is isolated via Cortex XDR? (Choose two)

Select 2 answers
A.All local agent prevention modules are automatically disabled.
B.The endpoint automatically shuts down after 10 minutes of isolation.
C.All network traffic is blocked except for communication with the Cortex XDR management console and designated exceptions.
D.Local user login is completely disabled and the physical screen turns black.
E.The administrator retains the ability to manage the endpoint and run remote actions via the Cortex XDR console.
AnswersC, E

Isolation severs standard network connectivity while maintaining the management channel for remediation.

Why this answer

Network isolation blocks all inbound and outbound network traffic except for communication with the Cortex XDR management console.

16
MCQmedium

An administrator needs to collect troubleshooting logs from a misbehaving Cortex XDR Agent on a Windows endpoint. Which cytool command generates a comprehensive support file archive?

A.cytool diag package
B.cytool log collect
C.cytool support export
D.cytool dump-all
AnswerB

cytool log collect bundles all agent logs into a single archive for support analysis.

Why this answer

The 'cytool log collect' command packages all relevant diagnostic logs, configuration files, and crash dumps into a support archive.

17
MCQhard

An administrator needs to update the Cortex XDR Broker VM software version. What is the recommended and supported method to perform this upgrade?

A.Download the RPM package from Customer Support Portal and compile it manually via SSH.
B.Re-deploy a new Broker VM virtual appliance and delete the old one.
C.Run 'apt-get upgrade pan-broker' from the Broker VM Linux terminal.
D.Initiate the upgrade directly from the Cortex XDR management console under Settings > Configurations > Broker VM.
AnswerD

The Cortex XDR console provides an automated upgrade mechanism for Broker VMs to download and apply new software packages.

Why this answer

Broker VM upgrades are managed directly from the Cortex XDR management console under Settings > Configurations > Broker VM.

18
Multi-Selecthard

An administrator is troubleshooting an issue where certain PowerShell scripts executed via Cortex XDR Remote Actions fail with exit code errors. Which THREE factors should the administrator check? (Choose three)

Select 3 answers
A.Ensure that WinRM is configured with Kerberos delegation across the entire Active Directory domain.
B.Check the script syntax and dependencies for missing PowerShell modules or inaccessible file paths on the host.
C.Verify that the script does not require interactive GUI user prompts, as remote actions run in the background system context.
D.Ensure the PowerShell execution policy on the target endpoint permits script execution (e.g., Bypass or RemoteSigned).
E.Verify that the Cortex XDR Broker VM has PowerShell remoting enabled.
AnswersB, C, D

Local dependencies and syntax errors will cause script execution failures.

Why this answer

Remote action script troubleshooting involves verifying execution policies, syntax correctness, and account privileges.

19
MCQeasy

An administrator wants to check the total license utilization and expiration date for their Cortex XDR tenant. Where can this be reviewed?

A.Dashboards > License Widget
B.Help > About Cortex XDR
C.Endpoints > Licensing Status
D.Settings > Configurations > Licenses
AnswerD

The Licenses view shows allocated seats, consumed licenses, and expiration dates.

Why this answer

License details and usage quotas are found under Settings > Configurations > Licenses.

20
MCQhard

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?

A.cortex_cli.sh
B.cytool
C.traps_control.exe
D.xdr_agent_mgr.exe
AnswerB

cytool is the native command-line tool for managing Cortex XDR agent services, dumping logs, and toggling protection modules.

Why this answer

CyveraConsole.exe or the cytool utility is the command-line interface provided on endpoints to manage Cortex XDR agent protection modules, configuration, and troubleshooting.

21
Multi-Selecthard

An administrator is investigating high memory utilization on a Cortex XDR Broker VM deployed in the environment. Which THREE diagnostic steps or log reviews should the administrator perform? (Choose three)

Select 3 answers
A.Recompile the Linux kernel on the Broker VM appliance to optimize memory paging.
B.Run 'top' or 'htop' via SSH on the Broker VM to identify which specific processes are consuming excessive memory.
C.Review the Broker VM system health metrics under Settings > Configurations > Broker VM in the console.
D.Inspect collector logs under /var/log/pan/ for potential event loops or memory leaks during high ingestion spikes.
E.Change the Broker VM disk partition table using fdisk.
AnswersB, C, D

Standard Linux process monitoring utilities identify resource-heavy processes on the Broker VM appliance.

Why this answer

Broker VM troubleshooting involves checking system resource consumption, container/service status, and collector log outputs.

22
MCQmedium

An administrator is troubleshooting an issue where Cortex XDR Broker VM cannot forward logs from a syslog source. Which CLI command on the Broker VM can the administrator use to verify active syslog listening ports and network connectivity status?

A.pan_broker_status --syslog
B.netstat -tulnp
C.traceroute -syslog
D.systemctl check-syslog
AnswerB

netstat -tulnp lists all listening TCP and UDP ports along with their associated service names and PIDs on the Broker VM.

Why this answer

The netstat command is used across Linux environments (including the Broker VM OS) to verify listening ports and active network connections.

23
MCQeasy

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?

A.Go to Settings > Configurations > Broker VM.
B.Go to XQL Search using dataset = broker_vm_logs.
C.Go to Dashboards > Broker VM Performance.
D.Go to Endpoint Management > Broker VM.
AnswerA

The Broker VM settings page displays status, connected collectors, IP addresses, and resource utilization.

Why this answer

The Broker VM monitoring interface is located under Settings > Configurations > Broker VM.

24
MCQeasy

An administrator wants to verify if a specific endpoint has the latest content version applied. Where is this information visible in the Cortex XDR management console?

A.Settings > Content Updates > Status.
B.Incident Response > Endpoint Inventory.
C.Dashboards > Content Health.
D.Endpoints > All Endpoints view, under the Content Version column.
AnswerD

The Content Version column lists the exact security content version currently loaded on each agent.

Why this answer

The Endpoints table displays the Content Version column for each managed endpoint.

25
MCQeasy

An administrator wants to run an ad-hoc query to investigate failed logon attempts across all endpoints over the last 24 hours. Which tool in Cortex XDR should the administrator use?

A.BIOC Generator
B.Correlation Rules Builder
C.XQL Search
D.Query Builder for Syslog
AnswerC

XQL Search allows security analysts and administrators to query raw telemetry datasets using the XQL language.

Why this answer

XQL Search is the native query tool in Cortex XDR used to search and analyze collected endpoint and network datasets.

26
MCQmedium

An administrator notices that a specific BIOC alert is triggering false positives across multiple developer workstations. What is the most efficient way to tune this behavior in Cortex XDR without writing custom XQL exclusion queries?

A.Click the alert in the Incident view, select Add Exception, and define criteria such as file hash or digital signature.
B.Downgrade the agent content version to a legacy release.
C.Delete the default BIOC profile and create an entirely new tenant policy.
D.Restart the Cortex XDR Agent service on each developer workstation.
AnswerA

Adding an exception directly from the alert context menu allows administrators to quickly whitelist safe administrative or developer activity.

Why this answer

Cortex XDR allows administrators to add exceptions directly from the alert or within the BIOC profile configuration.

27
MCQhard

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?

A.TCP port 389 and 636
B.TCP port 22 and 8080
C.TCP port 443
D.UDP port 514
AnswerC

Cortex XDR agents use HTTPS over TCP port 443 for all communications and telemetry reporting to the cloud tenant.

Why this answer

Cortex XDR agents communicate outbound to the Cortex XDR tenant over TCP port 443 (HTTPS).

28
Multi-Selectmedium

An administrator is troubleshooting why a Cortex XDR Agent is failing to communicate with the cloud management console. Which TWO network or configuration checks should the administrator perform? (Choose two)

Select 2 answers
A.Check that the Broker VM has direct SSH access to the endpoint.
B.Verify that UDP port 514 is listening locally on the endpoint.
C.Check local proxy configurations and ensure the agent profile has correct proxy credentials defined if required.
D.Verify that outbound TCP port 443 traffic to the Cortex XDR tenant URL is not blocked by a firewall or security gateway.
E.Verify that inbound TCP port 22 is open on the endpoint for remote management.
AnswersC, D

Proxy misconfigurations are a primary cause of agent disconnection in enterprise networks.

Why this answer

Agent connectivity troubleshooting requires checking outbound HTTPS reachability to the tenant and verifying valid agent proxy or DNS resolution settings.

29
MCQeasy

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?

A.CortexDebug.etl
B.TrapsConfig.xml
C.AgentService.dmp
D.CyveraInstall.log
AnswerD

CyveraInstall.log contains the installation and initial deployment logs for the Cortex XDR agent.

Why this answer

The CyveraInstall.log file records detailed information about the agent installation process and initial service startup, making it the best first step for troubleshooting installation or service failures.

30
MCQhard

An administrator is troubleshooting an issue where Cortex XDR cannot forward alerts to a third-party SIEM via HTTPS Syslog. Which test tool can be executed from the Broker VM to verify network reachability and TLS handshake success against the remote SIEM listener?

A.syslog-test --handshake
B.telnet <siem_ip> 443 --secure
C.openssl s_client -connect <siem_ip>:<port>
D.ping -tls <siem_ip>
AnswerC

openssl s_client verifies network connectivity and inspects the TLS certificate chain presented by the remote SIEM receiver.

Why this answer

OpenSSL s_client is the standard command-line tool used to test TLS connectivity, certificate validation, and handshakes.

31
MCQhard

An administrator is investigating an incident and notices that data from a specific cloud data source integrated via Cortex XDR Cloud Data Collector is delayed by several hours. Where should the administrator check first to diagnose the ingestion delay?

A.Settings > Configurations > Data Collection status monitor.
B.Dashboards > Executive Summary.
C.Incident Response > Queue Manager.
D.Endpoint Management > Collector Health.
AnswerA

The Data Collection settings page displays collector status, API connection errors, and ingestion queues.

Why this answer

The Cloud Data Collector status page under Settings > Configurations > Data Collection provides health status, error codes, and ingestion latency metrics.

32
MCQmedium

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?

A.Add a profile exception under Settings > Configurations > Agent Configurations specifying the exploit module and application path.
B.Disable behavioral threat protection globally.
C.Create a correlation rule to suppress alerts from that path.
D.Modify the Broker VM ingestion filter.
AnswerA

Agent configuration profiles allow adding granular exceptions for specific exploit protection checks and file paths.

Why this answer

BIOC (Behavioral Indicator of Compromise) and Exploit Protection exceptions can be managed via Exception profiles or profile exclusions in Cortex XDR.

33
Multi-Selectmedium

An administrator notices that Cortex XDR content updates are failing to apply to endpoints in a secured network segment. Which TWO potential causes should the administrator investigate? (Choose two)

Select 2 answers
A.Broker VM database corruption.
B.Firewall rules blocking outbound HTTPS traffic to Content CDN distribution domains.
C.Lack of available disk space in the /boot partition of the endpoint.
D.Proxy authentication failures preventing the agent from downloading content packages.
E.Failure of the local endpoint DNS server to resolve Active Directory domain controllers.
AnswersB, D

Agents download content updates from cloud CDNs over HTTPS, which must be permitted by firewalls.

Why this answer

Content update failures on isolated endpoints usually stem from firewall blocking content distribution URLs or proxy issues.

34
Multi-Selecthard

An administrator is troubleshooting a scenario where Cortex XDR incident severities appear misaligned with organizational priority. Which THREE components or features can the administrator adjust to tune incident scoring and severity? (Choose three)

Select 3 answers
A.Reinstall the Cortex XDR Agent on all high-priority servers.
B.Modify the Broker VM packet buffer size.
C.Create exceptions for known benign alerts to prevent them from inflating incident priority scores.
D.Modify individual BIOC or Analytics alert severities to reflect their true operational impact.
E.Configure Incident Scoring rules to adjust how individual alert weights contribute to overall incident severity.
AnswersC, D, E

Suppressing false positives through exceptions prevents score inflation from noisy alerts.

Why this answer

Incident severity and scoring can be tuned via scoring rules, alert severity mappings, and exception configurations.

35
MCQmedium

An administrator is troubleshooting a Cortex XDR script execution failure via Remote Actions. Which condition must be met on a Windows endpoint for a PowerShell remediation script to run successfully?

A.The Broker VM must be configured as a script relay server.
B.The endpoint must have WinRM enabled on TCP port 5985.
C.The endpoint must allow PowerShell script execution and the Cortex XDR agent service must be running with administrative privileges.
D.The user must be logged into an active GUI session.
AnswerC

Remote actions require administrative rights on the host and permitted script execution settings.

Why this answer

Remote action scripts executed via Cortex XDR require appropriate PowerShell execution policies and agent permissions on the endpoint.

36
Multi-Selectmedium

An administrator needs to troubleshoot an endpoint where the Cortex XDR agent has been tampered with or corrupted. Which TWO actions can the administrator take to repair or reinstall the agent safely? (Choose two)

Select 2 answers
A.Format the endpoint hard drive and restore from a factory image.
B.Delete the agent folder manually in Program Files without using the uninstaller.
C.Force an overwrite installation without uninstalling by modifying Windows Group Policy.
D.Uninstall the agent using the console-generated uninstallation password, then perform a clean reinstallation using the latest installer package.
E.Use 'cytool' with the appropriate maintenance password to reset corrupted agent database files and restore default settings.
AnswersD, E

A clean uninstall with the correct password followed by a fresh install resolves corruption and tampering issues.

Why this answer

Repairing or reinstalling a tampered agent requires using the uninstallation password and official installation packages.

37
MCQmedium

An endpoint has been isolated via the Cortex XDR management console to contain a suspected active breach. Once the threat is remediated, how does the administrator restore network connectivity to the endpoint?

A.Delete and recreate the endpoint agent installation token.
B.Select the endpoint in Endpoints > All Endpoints and click Unisolate.
C.Reboot the endpoint twice in safe mode.
D.Run 'cytool set isolation disable' locally via command line.
AnswerB

The Unisolate action reverses network isolation rules applied by the agent and restores full network connectivity.

Why this answer

Administrators can reverse containment by selecting the isolated endpoint in the Endpoints view and clicking 'Unisolate'.

38
MCQeasy

An administrator is troubleshooting a Broker VM that cannot ingest CEF logs from a third-party SIEM. Which service status command should the administrator run inside the Broker VM shell to verify that the syslog collector service is running?

A.pan_status --all
B.broker-vm status-collector
C.systemctl status pan-syslog-collector
D.service broker status
AnswerC

systemctl status pan-syslog-collector (or the respective broker service name) checks if the log collector service is active and running.

Why this answer

Systemctl is the standard Linux service management tool used on the Broker VM appliance.

39
MCQhard

A Cortex XDR Agent on a macOS endpoint is failing to start its kernel extension (Endpoint Security extension). Which diagnostic command should be run locally in the macOS Terminal to verify system extension approval status?

A.macos-agent-check --status
B.systemextensionsctl list
C.kextstat | grep paloalto
D.cytool mac status
AnswerB

systemextensionsctl list displays the activation and approval state of Endpoint Security and Network Extension system extensions on macOS.

Why this answer

macOS uses system extension management commands such as 'systemextensionsctl' to inspect loaded and approved extensions.

Ready to test yourself?

Try a timed practice session using only Maintenance And Troubleshooting questions.