Courseiva

Certified XSIAM Engineer (XSIAM-Engineer) (XSIAM-Engineer) — Questions 151199

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

Page 2

Page 3 of 3

151
MCQhard

An administrator is troubleshooting a Broker VM that is showing a 'Disconnected' status in the Cortex XSIAM console. After verifying network routing and outbound HTTPS connectivity, the administrator checks the Broker VM system logs and discovers a system time synchronization failure. Why would a time sync failure cause disconnection?

A.The Cortex XSIAM cloud backend rejects TLS connections when time drift between the client and server exceeds allowable security thresholds.
B.The Broker VM operating system automatically shuts down all network interfaces after 10 minutes of clock discrepancy.
C.Log collection collectors stop accepting UDP packets if the system time is set to UTC instead of local time.
D.The XSIAM licensing server revokes the Broker VM activation token if NTP is not reachable every 60 seconds.
AnswerA

Time synchronization is critical for valid TLS certificate verification and secure API communications.

Why this answer

TLS certificate validation relies heavily on accurate system clocks. If the Broker VM time drifts significantly out of sync with the Cortex XSIAM cloud backend, certificate validity checks fail, breaking the secure session.

152
MCQeasy

An administrator needs to verify whether a newly deployed Broker VM is successfully forwarding logs to the Cortex XSIAM tenant. Which tool or menu within the XSIAM console allows the administrator to view real-time incoming log counts and ingestion rates?

A.XQL Search > Incident Explorer
B.Cloud Identity > Users > Audit Trail
C.Dashboards > Data Ingestion (or Settings > Data Collection)
D.Incidents > Active Alerts
AnswerC

Data Ingestion dashboards and metrics provide visibility into log volume, rates, and health per collector.

Why this answer

Ingestion rates and telemetry volumes can be monitored using the Data Ingestion or System Health dashboards within Cortex XSIAM.

153
Multi-Selectmedium

When configuring integrations in Cortex XSIAM via Content Hub, which TWO actions can an administrator perform after installing an integration pack? (Choose two)

Select 2 answers
A.Test the connection to ensure valid communication between XSIAM and the external service
B.Manually solder USB encryption keys into Broker VM motherboards
C.Configure and enable specific integration instances with authentication credentials and endpoint URLs
D.Physically rewire the cloud data center rack power supplies
E.Delete all underlying system databases to force a clean slate
AnswersA, C

Testing the connection verifies that credentials and network paths are correctly established.

Why this answer

After installing an integration content pack, an administrator must create and configure integration instances and map their data collection or action parameters.

154
MCQmedium

An organization wants to ensure that all sensitive personally identifiable information (PII) fields within ingested log datasets are automatically masked or hashed before being stored in the Cortex Data Lake. Which XSIAM capability should be configured?

A.Set the global data retention period to zero.
B.Deploy an Endpoint Agent exclusion profile to block logging on endpoints.
C.Configure Log Redaction / Masking rules under Data Collection settings to sanitize PII fields during ingestion.
D.Enable Auto-Quarantine rules on all database servers.
AnswerC

Correct. Redaction and masking rules secure sensitive data at the ingestion layer.

Why this answer

Log masking, hashing, or filtering rules can be configured in XSIAM to redact sensitive data during ingestion.

155
Multi-Selectmedium

An organization requires strict adherence to data governance policies. Which TWO configurations help ensure that sensitive data is handled properly within XSIAM? (Choose two)

Select 2 answers
A.Configure Role-Based Access Control (RBAC) to limit who can view sensitive datasets.
B.Share global administrator credentials among all employees.
C.Configure Data Retention policies to ensure data is purged in accordance with regulatory requirements.
D.Store raw logs on public unsecured FTP servers.
E.Disable all data ingestion encryption in transit to speed up parsing.
AnswersA, C

Correct. RBAC enforces least-privilege access to sensitive data.

Why this answer

Data governance in XSIAM is supported through data retention policies, role-based access control, and masking or filtering sensitive log fields.

156
MCQmedium

An administrator is configuring a new Cortex XSIAM tenant and needs to ingest custom syslog data from a third-party firewall. Which component should be configured first to receive and parse this raw syslog data before it reaches the data lake?

A.Broker VM configured with a Syslog collector
B.Direct API integration with the Cortex XSIAM Query Service
C.Cortex XSOAR mail listener integration
D.Traps Management Service global proxy
AnswerA

The Broker VM acts as the collector instance to ingest third-party logs via syslog.

Why this answer

A Broker VM with a Syslog collector profile is required to receive and ingest syslog data into Cortex XSIAM.

157
Multi-Selectmedium

An administrator is deploying Cortex XSIAM agents on a fleet of corporate servers and needs to ensure proper installation parameters and operational readiness. Which TWO methods are valid for deploying or managing agent installations in XSIAM? (Choose two)

Select 2 answers
A.Configuring automated agent upgrade profiles and installation packages directly from the Cortex XSIAM management console.
B.Manually telnetting into port 23 of every server to trigger the built-in operating system agent installer service.
C.Flashing the server BIOS with a specialized firmware image that contains the embedded XSIAM kernel driver.
D.Physically connecting a USB thumb drive containing the master cryptographic key to each server's motherboard.
E.Using third-party software deployment tools (such as SCCM or Jamf) executing the installer package with an assigned installation token parameter.
AnswersA, E

Correct. XSIAM provides centralized management for agent versions, upgrade schedules, and installation packages.

Why this answer

Cortex XSIAM supports multiple deployment mechanisms including scripted command-line installations with installation tokens and cloud-managed upgrade policies.

158
MCQeasy

An administrator needs to check the status of scheduled background reports and export tasks in XSIAM. Where can this task history be reviewed?

A.Inspect the raw storage blocks in the Data Lake Explorer.
B.Review the Incident Response playbook execution logs in Cortex XSOAR.
C.Check the Endpoint Management > Task Management tab.
D.Navigate to Reporting > Scheduled Reports to view job execution history and status.
AnswerD

Correct. Scheduled Reports management view tracks the execution status of all reporting tasks.

Why this answer

Scheduled reports, PDF exports, and background job statuses can be tracked and managed under the Reporting section of the XSIAM navigation menu.

159
MCQhard

An automation engineer is writing a custom Python script for an XSIAM automation task and needs to query XSIAM incident data. Which integration library or command standard must be used to execute commands against the Cortex XSOAR/XSIAM engine?

A.The paloalto_xsiam SDK
B.The demisto Python library
C.The pan-os-python library
D.The requests module with direct tenant URL authentication
AnswerB

Correct. The demisto library provides the standard wrapper functions (`demisto.executeCommand`, etc.) for scripts.

Why this answer

Custom Python scripts in XSIAM automation use the demisto class library to interact with the system context and execute commands.

160
Multi-Selecthard

Which THREE security considerations are critical when configuring third-party integrations and API keys in XSIAM? (Choose three)

Select 3 answers
A.Restricting API key usage by source IP addresses where supported by the third-party service
B.Regularly rotating API keys and secrets
C.Sharing master administrator API keys across all integration instances for simplicity
D.Enforcing the principle of least privilege for API service accounts
E.Disabling SSL verification globally to bypass certificate expiration issues
AnswersA, B, D

Correct. IP restrictions add a layer of defense against unauthorized API access.

Why this answer

Security considerations include following the principle of least privilege for API accounts, rotating secrets regularly, and restricting API key network access where applicable.

161
MCQmedium

An administrator is deploying the Broker VM via an OVA template on an ESXi hypervisor. After deployment, the administrator cannot access the Broker VM management web interface. Which initial configuration step must be performed via the hypervisor console to enable remote network access?

A.Access the BIOS settings of the ESXi host to enable virtualization extensions for the Broker VM container engine.
B.Log into the hypervisor console and configure the management IP address, netmask, gateway, and DNS settings via the initial setup CLI wizard.
C.Run the automated DHCP client script from an external USB drive plugged into the hypervisor.
D.Connect a physical serial cable to the ESXi host to provision the Broker VM routing tables.
AnswerB

Correct. The initial network configuration must be performed through the hypervisor virtual console to establish management connectivity.

Why this answer

Initial network configuration such as setting a static IP address, netmask, default gateway, and DNS servers must be completed directly via the hypervisor console CLI before web management is accessible.

162
MCQeasy

An XSIAM administrator is configuring a new API-based integration to ingest threat intelligence feeds. During configuration, what credential type is most commonly required by modern token-based REST API integrations?

A.API Key or OAuth2 credentials
B.SNMP v1 Community strings
C.Local Windows Administrator account passwords
D.Interactive SSH private keys
AnswerA

API keys and OAuth2 tokens are standard authentication mechanisms for REST API-based threat intel integrations.

Why this answer

Most modern cloud-native REST API integrations in XSIAM utilize API keys or OAuth2 tokens provided securely within the integration instance configuration.

163
Multi-Selecthard

An administrator is configuring data collection settings and incident rules in Cortex XSIAM. Which TWO configuration steps are required to ensure proper data parsing and alert generation for a newly added third-party firewall log source? (Choose two)

Select 2 answers
A.Recompiling the Cortex XDR agent kernel extension on all endpoints
B.Flushing the browser cache of all SOC analysts
C.Ensuring the corresponding vendor content pack is installed and active to correctly parse and normalize logs into the XSIAM schema
D.Configuring the appropriate data collection receiver on a Broker VM or API integration instance
E.Manually modifying the cloud data lake kernel source code via SSH
AnswersC, D

Content packs provide the parsing rules necessary to transform raw logs into normalized XSIAM schema fields.

Why this answer

Adding a new log source requires configuring the collection mechanism (e.g., Broker VM syslog receiver) and ensuring the correct parsing/content pack is active to normalize the data into the XSIAM schema.

164
Multi-Selecthard

An organization is preparing to ingest Microsoft Windows Event Forwarding (WEF) logs into Cortex XSIAM via a Broker VM. Which THREE components or prerequisites are required for a successful WEF ingestion architecture? (Choose three)

Select 3 answers
A.Active Directory Group Policy Objects (GPOs) configuring workstations to forward events to the WEF server
B.Direct installation of the Cortex XDR agent directly onto core network core routers
C.Converting all domain controllers to run Linux operating systems
D.A configured Windows Event Collector (WEF) server infrastructure within the enterprise network
E.A Broker VM configured with a Windows Event Collector or WinRM ingestion collector to pull logs into XSIAM
AnswersA, D, E

GPO settings are mandatory to instruct domain computers where and what events to forward.

Why this answer

Windows Event Forwarding requires a Windows Event Collector (WEF) server, proper Group Policy configurations on domain workstations to forward events, and a Broker VM configured to ingest the collected Windows events.

165
MCQhard

An administrator is setting up a new Broker VM in an isolated network zone that requires all outbound HTTPS traffic to traverse an explicit corporate proxy server. Where must the proxy configuration be applied for the Broker VM to communicate with XSIAM?

A.Apply the proxy configuration via the Cortex XDR Agent installation profile.
B.Configure the proxy settings during the Broker VM setup or within its configuration parameters so it can reach the XSIAM cloud.
C.Configure the proxy settings inside the Windows registry of the local administrator's workstation.
D.Modify the XQL search query headers to include proxy authentication tokens.
AnswerB

Correct. Broker VMs support explicit proxy configurations for environments requiring outbound traffic control.

Why this answer

Broker VM proxy settings are configured during deployment or via the Broker VM configuration interface to ensure all cloud communications traverse the designated proxy.

166
MCQmedium

An administrator notices that logs from a specific firewall are not appearing in Cortex XSIAM. The firewall is configured to send syslog to the Broker VM. Where should the administrator check first to determine if the Broker VM is receiving the raw syslog packets?

A.The XSIAM tenant billing dashboard to verify license usage.
B.The active firewall security policy rulebase.
C.The Broker VM collector status and troubleshooting logs within the Cortex XSIAM management console.
D.The endpoint cytool diagnostic utility on managed servers.
AnswerC

Console monitoring tools for the Broker VM display collector statistics, packet counts, and error logs.

Why this answer

The Broker VM provides diagnostic logs and collector status indicators in the XSIAM web console or local diagnostic tools to verify incoming packet receipt.

167
MCQhard

While configuring a Cortex XSOAR integration instance in XSIAM for automated enrichment, the test fails with a certificate validation error when communicating with an on-premises internal API. Where should the custom CA certificate be uploaded within XSIAM to resolve this?

A.Data Collection > Broker VM > Trust Store
B.XSIAM Marketplace > Integrations > Advanced Settings
C.Settings > Configurations > Integrations > Certificate Management
D.Incident Response > Playbooks > Settings > Certs
AnswerC

Correct. Certificate Management allows administrators to trust custom internal CAs used by internal integration endpoints.

Why this answer

Custom CA certificates required for integrations to trust internal servers must be managed through the Server Settings and Certificate Management menus in the platform settings.

168
MCQmedium

An administrator needs to deploy Cortex XDR agents to Linux servers that have strict change management controls and cannot be rebooted. Which installation consideration is most critical for Linux deployments?

A.Linux installations always require a mandatory full system reboot to load kernel components.
B.Linux agents require disabling SELinux and AppArmor permanently across all servers.
C.Linux agents must be installed using graphical user interface installers.
D.Linux installations do not require a system reboot, but matching kernel headers or supported OS distributions must be verified.
AnswerD

Ensuring OS and kernel compatibility is vital for successful agent deployment without reboots.

Why this answer

Cortex XDR agent installation on Linux typically does not require a reboot, making it suitable for change-controlled environments, but kernel module or system extension dependencies must be verified.

169
Multi-Selecthard

An organization requires high availability for its on-premises log ingestion architecture using Broker VMs. Which THREE architectural elements contribute to building a resilient log collection tier? (Choose three)

Select 3 answers
A.Configuring local log caching and queuing on Broker VMs to handle temporary cloud connectivity interruptions
B.Disabling all network encryption to maximize packet forwarding speed
C.Routing all log traffic through a single unmanaged home router
D.Deploying multiple Broker VMs behind a load balancer or DNS failover mechanism for syslog streams
E.Proactive monitoring of Broker VM resource utilization and connectivity health dashboards in XSIAM
AnswersA, D, E

Broker VMs cache logs locally if cloud connectivity is temporarily lost, forwarding them once reconnected.

Why this answer

Resilient log collection relies on deploying multiple Broker VMs, using load balancers or DNS/IP failover for syslog streams, and monitoring appliance resource health.

170
Multi-Selecthard

An administrator is reviewing infrastructure readiness for deploying Cortex XSIAM engines on-premises. Which TWO prerequisites must be validated on the host infrastructure before engine installation? (Choose two)

Select 2 answers
A.Outbound TCP port 443 connectivity to the Cortex XSIAM cloud environment.
B.Sufficient CPU, RAM, and disk storage sizing based on anticipated query and parsing loads.
C.Direct physical access to the server motherboard to install a hardware crypto-accelerator card.
D.Disabling all host system firewalls and SELinux entirely across the corporate datacenter.
E.Active Directory Domain Controller role installed on the same host operating system.
AnswersA, B

Engines require outbound HTTPS communication to receive tasks and send results.

Why this answer

Engines require supported operating system versions, adequate CPU/memory resources, and proper network connectivity (TCP 443) to the cloud tenant.

171
MCQhard

An administrator needs to update the Cortex XDR agent installation package across 5,000 endpoints without causing network saturation. Which feature should be utilized to manage this rollout effectively?

A.Configure an Agent Upgrade schedule and phased deployment profile within Endpoint Management > Agent Settings.
B.Manually push the MSI package via Active Directory Group Policy Objects using an external script.
C.Execute an XQL remediation action with the `upgrade_agent` command across all active sessions.
D.Set up a global Log Forwarding profile to broadcast the binary over syslog.
AnswerA

Correct. Phased deployment profiles and upgrade schedules allow controlled rollouts to prevent network saturation.

Why this answer

Agent software updates can be controlled using Agent Settings and deployment profiles where administrators can set distribution rules, throttling, and phased rollouts.

172
Multi-Selecthard

An administrator wants to ensure high availability and disaster recovery readiness for an XSIAM deployment relying on Broker VMs and cloud ingestion. Which THREE operational practices should be implemented? (Choose three)

Select 3 answers
A.Configure redundant Broker VM instances behind a load balancer for syslog ingestion.
B.Store all raw logs exclusively on local Broker VM hard drives without cloud replication.
C.Disable all automated correlation rules to conserve disaster recovery bandwidth.
D.Maintain up-to-date documentation and configuration backups of all custom parsers and integration settings.
E.Monitor ingestion pipeline health dashboards regularly to catch dropped logs or stalled connectors early.
AnswersA, D, E

Correct. Redundant Broker VMs behind a load balancer prevent ingestion single points of failure.

Why this answer

Operational best practices for HA/DR include maintaining redundant collector nodes, monitoring pipeline health, and documenting configuration backups.

173
MCQeasy

An administrator needs to verify whether a newly created Correlation Rule is actively evaluating incoming telemetry. Where should the administrator check the rule's operational status and recent execution statistics?

A.Inspect the Cortex XDR Agent installation directory for rule cache files.
B.Review the Windows Event Viewer on the primary Domain Controller.
C.Check the Correlation Rules / Analytics page where rule status, hit counts, and last execution details are displayed.
D.Examine the Firewall Traffic logs for outgoing rule-check packets.
AnswerC

Correct. The Correlation Rules management interface provides direct insight into rule execution and hit counts.

Why this answer

Correlation rules and analytics rules display their operational status, hit counts, and execution metrics within the Analytics or Correlation Rules management page.

174
MCQhard

An organization is deploying Cortex XSIAM in an environment with strict data residency requirements. The tenant is provisioned in the European Union (EU) region. During the deployment of Broker VMs and API integrations, what must the architect ensure regarding endpoint and collector configurations?

A.Broker VMs must be deployed on physical hardware residing inside Palo Alto Networks headquarters in Santa Clara
B.All Broker VMs and API data sources must be configured with the specific regional tenant FQDN matching the EU data center
C.Global tenant URLs automatically re-route data across regions based on latency without compliance impact
D.Agents must use local DNS poisoning to bypass regional routing restrictions
AnswerB

Pointing collectors to the correct regional FQDN ensures data ingestion stays within the designated geographic boundary.

Why this answer

In multi-region architectures, data residency mandates that all collectors, agents, and API integrations point strictly to the regional tenant FQDN corresponding to the provisioned EU data center to prevent cross-border data leakage.

175
MCQmedium

An organization requires that all API access tokens used for programmatic interaction with XSIAM expire every 90 days. Where can API key expiration policies be configured?

A.Manage API key creation, expiration, and revocation under Settings > Integrations > API Keys.
B.Configure the Agent Software Upgrade schedule under Endpoint Management.
C.Adjust the Broker VM Docker container memory limit.
D.Modify the XQL query timeout threshold.
AnswerA

Correct. API key management interfaces govern token lifecycles and expirations.

Why this answer

API key lifecycles and generation policies are managed under Settings > Integrations > API Keys or Access Management.

176
MCQmedium

An administrator needs to configure granular access control so that junior SOC analysts can view incidents and run XQL queries, but cannot modify tenant settings or install integrations. Where should the administrator configure these permissions?

A.Endpoints > Policy > Access Control List
B.Investigate > Analysts > Permissions Manager
C.Marketplace > Content Hub > User Security Pack
D.Settings > Configurations > Access Control > Roles
AnswerD

Custom roles and permissions are defined and assigned under the Access Control settings menu.

Why this answer

Role-Based Access Control (RBAC) in Cortex XSIAM is configured under Settings > Configurations > Access Control > Roles.

177
MCQmedium

An organization wants to integrate XSIAM user authentication with an external SAML 2.0 Identity Provider (IdP) such as Okta or Azure AD. Where is Single Sign-On (SSO) configured?

A.Modify the global agent installation package configuration.
B.Set up a Log Forwarding profile with SAML parameters.
C.Deploy a Broker VM with an Active Directory LDAP connector.
D.Configure SAML settings under Settings > Access Management > SSO / Authentication.
AnswerD

Correct. SAML 2.0 and SSO integrations are configured within Access Management.

Why this answer

SAML and SSO authentication settings for XSIAM console users are configured under Settings > Access Management > SSO / Authentication.

178
MCQeasy

What is the primary purpose of the Cortex XSIAM Content Hub?

A.To store encrypted backups of the Broker VM virtual hard disks.
B.To configure hardware load balancers for incoming syslog streams.
C.To download and install pre-built integrations, parsers, dashboards, and content packs.
D.To manage endpoint operating system patches and third-party software updates.
AnswerC

Content Hub provides pre-packaged integrations and content for XSIAM.

Why this answer

The Content Hub (Marketplace) enables administrators to discover, install, and manage integrations, content packs, parsers, and playbooks within Cortex XSIAM.

179
MCQmedium

A security engineer needs to ingest custom syslog data from an on-premises legacy firewall into Cortex XSIAM. No native content pack exists for this specific legacy device. What is the recommended approach to ingest and correctly parse this unstructured log data?

A.Forward the logs to Panorama and enable Cortex Data Lake native mirroring
B.Directly upload raw text files via the incident management tab daily
C.Install a Cortex XDR agent directly onto the legacy firewall device
D.Configure a Broker VM Syslog collector and build a custom parsing rule using XQL mapping
AnswerD

Broker VMs ingest raw syslog streams, and custom parsing rules normalize the fields into the XSIAM common schema.

Why this answer

Custom log ingestion in XSIAM is achieved by configuring a generic syslog collector on a Broker VM and defining a custom parsing rule using XQL or schema mapping.

180
MCQmedium

A deployment engineer is sizing a Broker VM for a large enterprise environment with 20,000 Cortex XDR agents and multiple log collection sources. During the initial deployment, the administrator notices high CPU and memory utilization on the single Broker VM. What is the recommended architectural remedy for this scenario?

A.Configure the Cortex XDR agents to bypass the Broker VM and report directly to the Cortex XSIAM tenant cloud.
B.Upgrade the underlying hypervisor memory allocation for the single Broker VM beyond the maximum supported limit of 64GB.
C.Install a dedicated syslog forwarder daemon directly on every individual endpoint to reduce Broker VM processing overhead.
D.Deploy an additional Broker VM and group them logically to distribute agent check-ins and log forwarding workloads.
AnswerD

Scaling horizontally by adding Broker VMs distributes the workload effectively.

Why this answer

Deploying multiple Broker VMs in a cluster or behind a load balancer is the best practice to distribute the load of agent communication and log collection in large enterprise environments.

181
MCQmedium

An organization plans to ingest cloud audit logs from Amazon Web Services (AWS) into Cortex XSIAM using an automated collector architecture. Which native AWS service integration mechanism is typically recommended and supported by XSIAM for scalable log collection?

A.Direct SNMP traps forwarded from AWS EC2 metadata service
B.AWS S3 bucket ingestion leveraging SQS notifications and IAM role authentication
C.Syslog forwarding from the AWS Root Account login page
D.Local Cortex XDR agent installation on AWS RDS database instances
AnswerB

S3 combined with SQS provides an efficient, highly scalable architecture for pulling cloud logs into XSIAM.

Why this answer

AWS log integration into Cortex XSIAM commonly leverages AWS S3 buckets populated by CloudTrail or VPC flow logs, accessed via SQS and IAM roles through an AWS integrations content pack or Broker VM AWS collector.

182
MCQeasy

An analyst wants to export a list of active incidents to a CSV file for offline reporting. Which feature in the Incident view should be used?

A.Use the export option in the Incident view toolbar to download incidents as a CSV file.
B.Run an automated ransomware remediation script.
C.Configure a Log Forwarding profile to dump CSV files to a local printer.
D.Open the Endpoint Management view and select Export Agents.
AnswerA

Correct. Incident views support exporting table data to CSV format.

Why this answer

The Incident view includes export options that allow exporting selected or all incident data into CSV format.

183
Multi-Selecthard

An architect is designing an automated log forwarding pipeline where Cortex XSIAM forwards specific enriched telemetry or incidents to an external destination (such as a third-party SIEM or data lake). Which THREE mechanisms or integrations are available for exporting data out of XSIAM? (Choose three)

Select 3 answers
A.Direct physical tape backup drives attached to the cloud data lake backend storage nodes
B.Syslog forwarding profiles configured on Broker VMs to transmit logs to external SIEMs
C.Manual FTP file dumps of the entire raw database executed via root SSH commands
D.Webhook-based API integrations for exporting incident and alert payloads in real time
E.Cortex Data Exporter service configured to forward logs to external storage or SIEM destinations
AnswersB, D, E

Broker VMs can forward ingested and normalized logs onward via syslog to external destinations.

Why this answer

Data export out of Cortex XSIAM can be achieved using the Cortex Data Exporter, SIEM integrations (Syslog forwarding via Broker VM), and webhook-based API integrations.

184
MCQmedium

A security architect is planning agent installation rollouts and needs to ensure that endpoints in a high-security isolated zone can still receive policy updates without direct internet access. What is the recommended deployment pattern?

A.Deploy a local Broker VM within the isolated zone configured as an agent distribution and collection proxy
B.Expose the primary Cortex XSIAM cloud tenant public IP directly to the isolated subnet
C.Disable cloud updates and rely exclusively on quarterly USB-based manual package updates
D.Configure each isolated endpoint with a direct VPN tunnel back to the primary domain controller
AnswerA

The Broker VM can sit in isolated network segments to proxy agent traffic securely to the cloud.

Why this answer

Deploy a Broker VM locally within the isolated zone to act as an internal distribution and communication proxy.

185
MCQhard

An automation playbook fails because the JSON response from an API call contains nested objects that are not being parsed correctly. What is the best way to handle this in a playbook?

A.Change the integration to use XML instead of JSON.
B.Increase the timeout setting for the integration.
C.Use transformation steps in the playbook to parse nested JSON fields.
D.Delete the integration and reinstall it.
AnswerC

Playbook transformation steps are designed to handle complex JSON parsing.

Why this answer

Using the 'Extract' or 'JSON transform' steps within a playbook allows for the parsing of nested structures for downstream processing.

186
MCQmedium

You are configuring a new ingestion integration for a cloud provider via API. You notice that data is not arriving in Cortex XSIAM despite the integration being marked as 'Active'. Where should you first verify the ingestion status and potential API credential errors?

A.Navigate to 'Marketplace' and restart the integration instance.
B.Check the 'Playbooks' execution logs to see if the collector is failing.
C.View the 'Data Ingestion' tab under 'Settings' > 'Data Management' to inspect ingestion status and logs.
D.Examine the 'Alerts' dashboard for 'Ingestion Failure' alerts.
AnswerC

This is the primary location for monitoring ingestion health.

Why this answer

The Data Ingestion status page provides specific health metrics and error logs for individual ingestion points.

187
MCQmedium

When planning a Cortex XSIAM deployment, what is the primary purpose of conducting an infrastructure readiness assessment?

A.To automatically generate XSOAR playbooks based on existing network architecture diagrams.
B.To determine the exact pricing discount negotiated with Palo Alto Networks sales representatives.
C.To provision cloud storage buckets in AWS or Azure for long-term data archiving.
D.To evaluate network bandwidth, firewall rules, log volumes, and endpoint system requirements prior to deployment.
AnswerD

Readiness assessments validate technical prerequisites before deployment begins.

Why this answer

An infrastructure readiness assessment ensures that network bandwidth, firewall rules, endpoint OS versions, log volumes, and hypervisor resources meet the prerequisites for a successful XSIAM rollout.

188
Multi-Selectmedium

An administrator is reviewing the health of endpoint agents across the enterprise. Which TWO statuses or metrics can be monitored in the Endpoint Management view? (Choose two)

Select 2 answers
A.Installed agent software version and content version
B.Local printer ink levels on managed workstations
C.Agent connection status (Connected / Disconnected)
D.Individual employee Wi-Fi password history
E.Personal email login credentials stored in browser caches
AnswersA, C

Correct. Version tracking helps verify compliance and upgrade schedules.

Why this answer

Endpoint Management tracks agent connectivity status, software versions, operational module statuses, and content versions.

189
Multi-Selecthard

An administrator notices high resource utilization on a Broker VM. Which THREE diagnostic steps or remediation actions should be taken? (Choose three)

Select 3 answers
A.Modify the global tenant encryption keys to flush cache memory.
B.Reinstall the Cortex XDR agent on all Windows domain controllers.
C.Review ingestion volume per data source to identify noisy log senders overwhelming the collector.
D.Scale up the underlying VM resources (CPU/RAM) or deploy additional Broker VM nodes to balance the load.
E.Check the Broker VM management console resource utilization metrics (CPU, memory, disk).
AnswersC, D, E

Correct. Identifying noisy log sources helps mitigate overload conditions.

Why this answer

Troubleshooting high Broker VM resource utilization involves checking container performance metrics, reviewing log ingestion rates for anomalies, and adjusting resource allocations or scaling out.

190
MCQmedium

An administrator needs to deploy a custom content pack containing specialized dashboards, parsers, and rules across multiple child tenants in a multi-tenant XSIAM environment. Where should the content pack be managed and distributed?

A.Deploy the files via USB drives to every Broker VM in the organization.
B.Modify the global DNS records to point to the new content repository.
C.Manually copy and paste JSON configuration files into each user's local browser cache.
D.Use Content Management / Marketplace to package and distribute custom content across tenants.
AnswerD

Correct. Content Management enables packaging and sharing custom parsers, rules, and dashboards.

Why this answer

Content packs and shared content across multi-tenant or enterprise architectures can be managed and distributed via the Content Management / Marketplace features within XSIAM.

191
Multi-Selectmedium

Which THREE parameters can be configured when setting up a log ingestion parsing rule in XSIAM? (Choose three)

Select 3 answers
A.Broker VM hardware CPU allocation limits
B.Automatic remediation playbook execution ID
C.Target vendor and product mapping
D.XDM field mapping and transformations
E.Filtering conditions to target specific log subsets
AnswersC, D, E

Correct. Parsing rules identify the incoming log source by vendor and product.

Why this answer

Parsing rules allow specifying the target vendor/product, defining transformation logic to XDM, and applying rules to specific log streams or data streams.

192
MCQhard

An engineer is deploying a Cortex XSIAM Engine on-premises to support high-throughput log parsing and query execution. During setup, the engine fails to register with the cloud tenant. Upon checking the engine logs, the engineer sees TLS certificate validation errors. What is the most likely root cause?

A.The engine host is missing the root Certificate Authority (CA) certificate required to trust the SSL inspection proxy or tenant endpoint.
B.UDP port 514 is blocked by the local host firewall, preventing certificate handshake packets.
C.The Broker VM has exceeded its maximum concurrent engine connection limit.
D.The engine software version is newer than the Cortex XSIAM tenant cloud version.
AnswerA

SSL interception or missing CA trusts frequently cause TLS handshake and certificate validation failures on internal appliances.

Why this answer

Engine-to-cloud communication relies on mutual TLS (mTLS) and valid certificate trust chains. If an SSL inspection proxy or corporate firewall is intercepting TLS traffic without proper root certificate installation on the engine host, registration fails.

193
Multi-Selecthard

When configuring Role-Based Access Control (RBAC) within Cortex XSIAM, an administrator needs to define custom roles using specific parameters and permission scopes. Which THREE capabilities can be assigned or restricted when building a custom role? (Choose three)

Select 3 answers
A.Granting permission to execute remote endpoint remediation actions such as host isolation.
B.Directly modifying the core source code of built-in Palo Alto Networks detection analytics algorithms.
C.Restricting analyst visibility to specific folder scopes containing designated assets and logs.
D.Enabling or restricting access to specific XQL dataset queries and dashboards.
E.Modifying the underlying cloud infrastructure sizing and CPU allocation of the XSIAM tenant data lake.
AnswersA, C, D

Endpoint control and response permissions can be explicitly assigned or withheld.

Why this answer

Custom roles in Cortex XSIAM allow administrators to control permissions related to incident management, endpoint response actions, dataset/folder scoping, and policy modifications.

194
MCQhard

An administrator is troubleshooting an issue where a Broker VM fails to download content updates from the Cortex XSIAM cloud. The Broker VM has outbound internet access via an enterprise web proxy. Where must the proxy settings be configured on the Broker VM?

A.In the Broker VM appliance management console configuration settings for proxy parameters.
B.In the Cortex XSIAM tenant UI under Incident Response settings.
C.By editing the local firewall rules using iptables to forward port 80 to port 3128.
D.By modifying the Windows Registry on the underlying host operating system.
AnswerA

The Broker VM console provides native options to configure system-wide HTTP/HTTPS proxy settings.

Why this answer

Broker VM system-wide proxy settings—such as those required for accessing the Cortex XSIAM cloud and content updates through an enterprise web proxy—are configured via the Broker VM administrative console configuration menu.

195
MCQeasy

An engineer wants to verify the version and resource utilization of a running Broker VM. Where in the Cortex XSIAM user interface can this operational metric be inspected?

A.Investigate > Alerts > System Events
B.XQL Search > Run > sys_resources
C.Settings > Configurations > Data Collection > Broker VM
D.Dashboards > Threat Intelligence > Overview
AnswerC

The Broker VM details pane displays resource usage, IP addresses, software version, and connection status.

Why this answer

Broker VM resource utilization (CPU, memory, disk) and version details are visible under Settings > Configurations > Data Collection > Broker VM.

196
MCQhard

An architect is designing the high-availability and disaster recovery (HA/DR) strategy for an on-premises log collection tier utilizing multiple Broker VMs. If Primary Broker VM 'A' fails completely, what happens to the log streams being sent to it from local security devices?

A.Broker VM 'B' automatically polls the local disk of Broker VM 'A' via SSH to retrieve uncollected logs
B.The Cortex XDR agent on endpoints takes over the local syslog listening port
C.Log collection halts unless a network load balancer, DNS failover, or secondary forwarding destination is configured
D.The XSIAM cloud backend automatically reroutes local syslog streams via cloud-to-premises BGP peering
AnswerC

Without an upstream HA mechanism like a load balancer or secondary syslog destination, traffic to a failed Broker VM is dropped.

Why this answer

If syslog-sending devices are configured with a single static IP pointing to Broker VM A, they will stop forwarding unless a high-availability mechanism (such as DNS failover, VRRP, or a load balancer) redirects traffic to Broker VM B.

197
MCQeasy

An administrator is configuring Active Directory synchronization within Cortex XSIAM using a Broker VM. Which prerequisite must be met on the domain controller and Broker VM to ensure successful user and group mapping ingestion?

A.The XSIAM cloud tenant must be granted Domain Administrator credentials via an Azure ExpressRoute connection.
B.The Broker VM must have the Active Directory App enabled and network connectivity established over LDAP/LDAPS ports to the domain controllers.
C.The administrator must manually export CSV files of user lists daily and upload them via the XSIAM web console.
D.The Domain Controller must have the Cortex XSIAM agent installed directly on NTDS.dit.
AnswerB

Correct. The Broker VM hosts the AD app, which queries domain controllers over LDAP/LDAPS to gather user and group mapping information.

Why this answer

Secure LDAP (LDAPS) or standard LDAP connectivity must be established between the Broker VM and the Domain Controller using valid credentials and appropriate network access.

198
MCQmedium

An organization mandates that specific log datasets must be retained for 400 days, exceeding the default retention period. Where should the administrator configure extended data retention rules?

A.Set up a local cron job on each Broker VM to archive logs to local hard drives.
B.Modify the global license key string to unlock extended storage capacities.
C.Create an automated XSOAR playbook to export raw logs to local USB drives daily.
D.Go to Settings > Configurations > Data Retention to configure custom retention periods for specific datasets.
AnswerD

Correct. Data retention policies allow customizing storage duration for compliance and operational needs.

Why this answer

Data retention settings and storage tiers can be managed in XSIAM under Settings > Configurations > Data Retention to adjust retention policies for specific datasets.

199
MCQeasy

A security analyst needs to automate a recurring task that involves enriching alerts with data from a third-party threat intelligence platform. Which component of XSIAM is specifically designed for this cross-platform workflow?

A.XSIAM Playbooks
B.Custom Data Schema
C.Data Collector groups
D.Cortex Query Language (XQL) scripts
AnswerA

Playbooks are the automation engine for cross-platform workflows.

Why this answer

Cortex XSOAR playbooks, integrated into XSIAM, are used for orchestrating workflows and enrichment across external platforms.

Page 2

Page 3 of 3

All pages