About the Exam

Specialist-level Palo Alto Networks certification for Security Operations focused on Cortex XSIAM. It covers deployment, configuration, post-deployment management, data source onboarding and integration, playbook creation, detection engineering, and troubleshooting. It is aimed at security operations engineers, security engineers, XSIAM and SIEM engineers, detection engineers, security architects, and security operations support engineers, and passing demonstrates job-ready skills for XSIAM deployments in SOC environments.

Exam Topics

  • Planning and Installation22%
  • Integration and Automation30%
  • Content Optimization24%
  • Maintenance and Troubleshooting24%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 8, 2026 at 9:26 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Integration and Automation

Which two alert-notification options can be configured without creating a playbook?

Choose two
  • A Pager Duty
  • B Email
  • C Slack
  • D SMS
Explanation

Azure Monitor action groups natively support email and SMS notifications. Slack and PagerDuty are external services that require an integration workflow, such as a webhook or Logic App/playbook.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Maintenance and Troubleshooting

When a Cortex XSIAM playbook run arrives at a breakpoint on a non-manual task, which two actions let the playbook continue?

Choose two
  • A Disable the breakpoint and rerun the playbook from the start.
  • B Skip the task with the breakpoint to let the playbook proceed automatically.
  • C Wait for all parallel tasks to be completed before the breakpoint task resumes automatically.
  • D Click Run Script Now or Complete Manually.
Explanation

For an automated task paused at a breakpoint, Cortex XSIAM allows the task to be run immediately or completed manually; manual completion requires marking the task completed before execution proceeds. Skipping the breakpoint task also bypasses that task and allows the playbook to proceed. Parallel tasks already in progress may continue, but they do not automatically resume the paused breakpoint task.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Integration and Automation

Using the integrationContext object, how is data saved and retrieved between integration-command runs in Cortex XSIAM?

  • A The integrationContex object can only store strings, not key-value dictionaries.
  • B The integrationContex object is retrieved and set using the test-module command.
  • C The get_integration_context() method overrides the existing object that is stored.
  • D The integrationContex object supports get_integration_context() and set_integration_context().
Explanation

integrationContext is a cached, per-integration-instance key-value object. get_integration_context() retrieves the stored context, while set_integration_context() saves it; it is the setter, not the getter, that replaces the stored object. The stored keys and values must be strings.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Maintenance and Troubleshooting

How can a Cortex XSIAM engineer address the issue when a SOC analyst reports missing details after two similar incidents are merged?

  • A Check the War Room of the destination incident.
  • B Examine the incident context of the source incident.
  • C Unmerge the incidents and copy the missing details into the incident notes.
  • D Check the child incident of the destination incident.
Explanation

When two incidents are merged in Cortex XSIAM, data and custom field values from the source (secondary) incident are not always automatically carried over to the destination (primary) incident, which is why an analyst can report missing details afterward. The reliable way to recover that information is to unmerge the incidents, which restores the original incidents together with their individual fields and context so the missing details can be retrieved and copied into the incident notes. Checking the destination War Room (A) or a child incident (D) will not surface fields that failed to transfer, and simply examining the source context (B) is not the prescribed remediation to restore the merged data.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Planning and Installation

Administrators from Building 3 were added to Cortex XSIAM to perform limited functions on a subset of endpoints. Custom roles were created and assigned to the administrators to limit their permissions, but their access must also be restricted through the principle of least privilege based on the endpoints they are permitted to manage.

All endpoints belong to an endpoint group named "Building3," and some endpoints might also belong to other endpoint groups.

Which technical control will limit the administrators' ability to manage endpoints outside their area of responsibility while retaining visibility of Building 3's endpoints?

  • A SBAC enabled in Building 3's IP range with the "EG:Building3" tag assigned to each administrator's scope
  • B SBAC enabled in Permissive Mode with the "EG:Building3" tag assigned to each administrator's scope
  • C SBAC enabled in Restrictive Mode with the "EG:Building3" tag assigned to each administrator's scope
  • D SBAC enabled globally with the "EG:Building3" tag assigned to each administrator's scope
Explanation

Scope-Based Access Control (SBAC) scopes endpoint access through endpoint groups and tags. In Permissive Mode, access is allowed when a user has at least one scope tag that matches the relevant entity. Assigning the EG:Building3 scope therefore allows access to every endpoint in Building3, including endpoints that also have other endpoint-group memberships, while endpoints without the Building3 group remain outside the administrators’ scope.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home