Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

XSOAR-Engineer Palo Alto Networks XSOAR Engineer Questions and Answers

Questions 4

When the verdict of an indicator is set manually, which source reliability does it receive?.

Options:

A.

F - reliability cannot be found.

B.

A.

C.

Undefined.

D.

A+++.

Buy Now
Questions 5

Which command adds or updates a description to an incident that can be used within widgets?

Which command adds or updates a description to an incident that can be used within widgets?.

Options:

A.

!setIncident description="This is an updated description.".

B.

!Set key="description" value="This is an updated description.".

C.

!Set key-"description" value-This is an updated description.

D.

!setIncident description=This is an updated description.

Buy Now
Questions 6

Two feed integrations with the same source reliability (B - Usually reliable) fetch the same indicator with the following verdicts:

Integration A - Malicious

Integration B - Benign

Indicator data from Integration B was fetched after Integration A.

What will be the values of the fields associated with the indicator?.

Options:

A.

Verdict: Malicious

Other Fields: Values from Integration A.

B.

Verdict: Malicious

Other Fields: Values from Integration B.

C.

Verdict: Benign

Other Fields: Values from Integration A.

D.

Verdict: Benign

Other Fields: Values from Integration B.

Buy Now
Questions 7

Based on the image below, which key from the context points to the string GOGL?.

XSOAR-Engineer Question 7

Options:

A.

Whois.IP.asn_registry.entities.

B.

Whois.IP.[0].network.name.

C.

Whois.IP.network.name.

D.

Whois.IP.entities.

Buy Now
Questions 8

What determines the current verdict for an indicator when multiple sources provide different reliability scores and verdicts?.

Options:

A.

Verdict provided by the most recently updated source.

B.

Average verdict score from all sources.

C.

Verdict provided by the source with the highest reliability score.

D.

Highest severity verdict from all sources.

Buy Now
Questions 9

A playbook needs to dynamically add an email sender's address to a Cortex XSOAR list named "BlockedSenders_Email."

Which built-in command should be used within the playbook to add this email address to the specified list?.

Options:

A.

!addToList listName="BlockedSenders_Email" listData=" < email_address > ".

B.

!appendToListContext listPath="BlockedSenders Email" data=" < email_address > ".

C.

!setIncident list.BlockedSenders_Emai1=" < email_address > ".

D.

!createListItem listName="BlockedSenders_Email" itemValue=" < email_address > ".

Buy Now
Questions 10

An analyst runs the following command in a playbook task:

!ip ip=1.1.1.1

Which extraction mode needs to be enabled on the Advanced tab of the playbook task to synchronously extract indicators from the results of this command?

Options:

A.

Synchronous

B.

Extract

C.

Out of band

D.

Inline

Buy Now
Questions 11

On the System Diagnostics page, what is the default minimum size for a Work Plan to be considered big?

Options:

A.

2MB

B.

3MB

C.

1MB

D.

5MB

Buy Now
Questions 12

An engineer would like to change an incident’s SLA according to the severity field changes. How can the engineer achieve this task?

Options:

A.

Use a field trigger script

B.

Use a field display script

C.

Create a job that queries for incident severity changes

D.

Change the SLA manually every time the severity changes

Buy Now
Questions 13

What are the three ways to add/mark entries as evidence inside the Evidence Board? (Choose three.)

Options:

A.

Manually directly from the War Room with the Actions drop-down

B.

From the Notes section (mark as entry icon)

C.

Manually from the playbook task (mark as entry icon)

D.

Automatically from playbook tasks when the option is selected on the Advanced tab

E.

By running the command !MarkAsEvidence

Buy Now
Questions 14

Where is a custom layout for an incident configured?.

Options:

A.

Pre-process rule.

B.

Incident playbook.

C.

Integration instance settings.

D.

Incident type.

Buy Now
Questions 15

When developing the playbook, which of the following can be used by a XSOAR Administrator?

Options:

A.

The Debugger panel to test data with one of last five incidents. This will affect the incident’s original incident data.

B.

Context data from existing incidents by exporting the YAML data from incidents and importing it to playbook editor.

C.

Debugger panel and XML data from a similar incident with New Mock Incident. This will not affect the incidents original incident data.

D.

The Debugger panel to test data with one of last fifty incidents. This will not affect the incident’s original incident data.

Buy Now
Questions 16

Inside the Incidents table view, which actions can be performed on the selected incidents? (Choose two.)

Options:

A.

Run Command, Export, and Close and Delete for all selected incidents regardless of their status

B.

Assign, Edit, and Mark as Duplicate for all selected incidents regardless of their status

C.

Run Command for all selected incidents having Active status

D.

Export incidents as JSON and change incident status

Buy Now
Questions 17

Based on the integration and classifier configuration images below,

XSOAR-Engineer Question 17

which incident type will be created for incidents ingested using this integration when the incoming "type" field is set to "url allowed"?.

Options:

A.

XSOAR ENGINEER- URL Alerts.

B.

Case.

C.

Access.

D.

URL Allowed.

Buy Now
Questions 18

Which two options will troubleshoot an integration’s fetch incidents command? (Choose two.)

Options:

A.

In the instance settings, enable the fetch incidents parameter and wait for one minute

B.

Create a one task playbook with a fetch-incident command

C.

execute ! < integration_instance_name > -fetch

D.

execute ! < integration_name > -fetch

Buy Now
Questions 19

An XSOAR engineer has been tasked with exporting all indicators from the production environment in the last 90 days. The final report needs to be in CSV format containing all indicator fields. How can this task be achieved?

Options:

A.

Run the command !GetIndicatorsByQuery in CLI with its default arguments and export all indicators in the last 90 days.

B.

SSH into the server and copy the indicator's database.

C.

In the Threat Intel page, add query firstSeen: > ="90 days ago", select All columns in Table View, and click Export to export as a CSV.

D.

Run the command !findIndicators in CLI with the query firstSeen: > ="90 days ago" and export to CSV.

Buy Now
Questions 20

When using the playbook debugger, what may be the cause of a starred incident missing from the Test Data selections?.

Options:

A.

Closed incidents are not visible in the debugger.

B.

Starred incidents are not visible in the debugger.

C.

The incident type is set incorrectly.

D.

The incident has been restricted.

Buy Now
Questions 21

Which of the following is a feature of XSOAR automations?

Options:

A.

can run on multiple docker containers

B.

can be set to run on a scheduled basis in the automation settings

C.

can be password protected

D.

can be written in C++

Buy Now
Questions 22

After executing the DeleteContext automation with all=yes argument, how would the context data of an incident present?

Options:

A.

All the data, including the incident key will be deleted, and the context data will be completely empty.

B.

No difference, the automation cannot be executed manually.

C.

All context data, including custom incident fields will be deleted, system incident fields will remain.

D.

All context data, except the incident key will be deleted.

Buy Now
Questions 23

What does the outgoing mapper support?

Options:

A.

Mirroring

B.

Classification

C.

Dynamic fields

D.

Pre-processing

Buy Now
Questions 24

Which three types of information are displayed on the incident Quick View? (Choose three.)

Options:

A.

Indicators and relationships

B.

Timeline information

C.

Evidence Board

D.

Context data

E.

Incident severity

Buy Now
Questions 25

If a known malicious domain is no longer associated with a specific IP address, which action will make the association inactive?.

Options:

A.

Revoke the relationship.

B.

Update the relationship type.

C.

Expire the IP address indicator.

D.

Update the indicator relationship description.

Buy Now
Questions 26

Which three authentication methods are supported when logging into XSOAR? (Choose three.)

Options:

A.

OTP token

B.

User name and password

C.

SAML

D.

Active Directory authentication

E.

RADIUS

Buy Now
Questions 27

What happens if both a Classifier and Incident Type are configured in an integration instance's settings?

Options:

A.

The administrator will receive a notification that there is both a Classifier and Incident Type set for that integration instance.

B.

The Incident Type will be ignored, and incoming incidents will be classified according to the Classifier.

C.

The Classifier will be ignored, and incoming incidents will be classified according to the Incident Type.

D.

Both the Classifier and Incident Type will classify incoming incidents.

Buy Now
Questions 28

An administrator wants to run an automation in the War Room to set the incident field "Description" to "Confirmed Phishing". Which command should they enter in the War Room CLI?

Options:

A.

!incidentSet description="Confirmed Phishing"

B.

/incidentSet description=Confirmed Phishing

C.

!setIncident description="Confirmed Phishing"

D.

/setIncident description=Confirmed Phishing

Buy Now
Questions 29

A large number of incidents were deleted by mistake.

Which two architecture components can be used to recover the lost data? (Choose two.)

Options:

A.

Live backup

B.

Engine

C.

Distributed database

D.

Local backup

Buy Now
Questions 30

Assuming an incident type configuration runs the associated playbook automatically, which pre-process rule action can preserve matching incidents without triggering the playbook?.

Options:

A.

Close.

B.

Update.

C.

Drop.

D.

Link.

Buy Now
Questions 31

Within the playbook editor, which function allows a user to associate a task output to an incident field?.

Options:

A.

Classification.

B.

Inputs.

C.

Extend context.

D.

Mapping.

Buy Now
Questions 32

Based on the image below, what could be the reason for this behavior?.

XSOAR-Engineer Question 32

Options:

A.

Indicator Reputation from the feed is set to "Malicious.".

B.

Source Reliability needs to be increased to "A - Completely reliable.".

C.

The Indicator Expiration Method needs to be set to "Never Expire.".

D.

The Traffic Light Protocol Color is empty.

Buy Now
Questions 33

Which option is available in XSOAR to create the body of a Threat Intel Report?

Options:

A.

Markdown

B.

Grid Fields

C.

DOC format

D.

Javascript

Buy Now
Questions 34

Which two features does XSOAR offer to help recover from a server failure? (Choose two.)

Options:

A.

Live backup (disaster recovery)

B.

Distributed database

C.

Backup data to XSOAR engines

D.

Local backup

Buy Now
Questions 35

For troubleshooting, after a log bundle is created, where do the logs appear on the XCSOAR server?

Options:

A.

/var/lib/demisto

B.

/tmp/log/demisto

C.

/usr/local/demisto

D.

/var/log/demisto

Buy Now
Questions 36

An incident field is created having the display name as Source_IP. How can the field be accessed?

Options:

A.

${incident.sourceip}

B.

${incident.Source_IP}

C.

${incident.srcip}

D.

${incident.Source IP}

Buy Now
Questions 37

Management would like to get an incident report automatically following an incident’s closure. How would this be accomplished?

Options:

A.

Define a task in a playbook to generate an incident report before the closure occurs

B.

Manually create an ‘Incident Report’

C.

Configure post-processing using a script

D.

Create an ‘Incident Report’ from the Reports page

Buy Now
Questions 38

An XSOAR Engineer has developed a playbook and would like to contribute it to the XSOAR Marketplace to share with other users.

Which two options are available to the Engineer for contributing to the Marketplace? (Choose two.)

Options:

A.

Open a ticket with the XSOAR support team

B.

Create a pull request directly on Github

C.

Contribute through the XSOAR UI

D.

Send an email to contributions@xsoar.com

Buy Now
Questions 39

What is the result of an indicator being marked as expired?.

Options:

A.

It still exists and can be searched.

B.

It is immediately deleted from the database.

C.

It still exists but is not searchable.

D.

It is deleted from the database after seven days.

Buy Now
Questions 40

The XSOAR administrator is writing an automation and would like to return an error entry back into XSOAR if a particular command errors out. How can this be achieved?

Options:

A.

Using the demisto_error() function

B.

Using a print statement

C.

Using the demisto.debug() function

D.

Using the return_error() function

Buy Now
Questions 41

What is the function of timer SLA fields in Cortex XSOAR?

Options:

A.

To track SLA breaches per playbook

B.

To run a script that executes on SLA assignment

C.

To automatically alert the analyst on SLA breach

D.

To count the time between one or more tasks

Buy Now
Questions 42

Based on the images below,

XSOAR-Engineer Question 42

what will be the result of the Filters and Transformers?.

Options:

A.

Selma Moon.

B.

Richardson Morales.

C.

Hubbard Wilcox.

D.

Michael Henderson.

Buy Now
Questions 43

Select the correct incident life cycle on XSOAR.

Options:

A.

Planning > Incident Ingestion > Incident Creation > Mapping and Classification > Pre-processing > Playbook runs > Post-processing

B.

Planning > Incident Ingestion > Pre-processing > Incident Creation > Mapping and Classification > Playbook runs > Post-processing

C.

Planning > Incident Ingestion > Pre-processing > Mapping and Classification > Incident Creation > Playbook runs > Post-processing

D.

Planning > Incident Ingestion > Mapping and Classification > Pre-processing > Incident Creation > Playbook runs > Post-processing

Buy Now
Questions 44

An administrator has noticed that an incident fetch has failed, causing several internal workflows to be backed up. The administrator would like to receive notifications the next time the incident fetch fails.

How can they achieve this?

Options:

A.

Create a custom playbook that sends an email each time the fetch fails.

B.

Create a new integration that monitors the incident fetch and sends an email if the fetch fails.

C.

Schedule a job that runs and monitors incidents in XSOAR that will send an email if there are no new incidents.

D.

Add a server config to notify when incident fetch fails.

Buy Now
Questions 45

Incidents need to be filtered by all of the following criteria:

1.Status – Pending

2.Exclude Category – Job

3.Severity – High

4.Owner – None (No owner assigned)

5.Type – Phishing

6.Email Subject – “You have won a million dollars”

What is the correct query syntax for the above incident search filter?

Options:

A.

status==“Pending“ andand category!=”job” andand severity==”High” andand owner==”None” andand type==”Phishing” andand emailsubject==”You have won a million dollars”

B.

Status:Pending and –Category:job and Severity:High and Owner:”” and Type:Phishing and Email Subject:You have won a million dollars

C.

status:Pending and –category:job and severity:High and owner:”” and type:Phishing and emailsubject:”You have won a million dollars”

D.

status:Pending or –category:job or severity:High or owner:”” or type:Phishing or emailsubject:”You have won a million dollars”

Buy Now
Questions 46

Which three statements are true about the Marketplace? (Choose three.)

Options:

A.

Allows reverting back to a previous version of a content pack

B.

Enables users to participate in the community by sharing content

C.

Publishes content without additional review from the Cortex XSOAR team

D.

Allows uploading of content in additional languages

E.

Offers granularity in installation through content packs

Buy Now
Questions 47

Whar are possible war room result (entry) types?

Options:

A.

Context, file, error, image

B.

Note, indicator, error, image

C.

Video, file, error, image

D.

Note, file, error, image

Buy Now
Questions 48

During configuration of the inputs of a sub-playbook in the main playbook, there is an option under the Loop tab called "For Each Input". What is this option used to?

Options:

A.

To loop the sub-playbook over all context values present in the investigation

B.

To loop the sub-playbook over all incident fields for the given incident

C.

To loop the sub-playbook over all the fields marked as important

D.

To loop the sub-playbook over all defined sub-playbook inputs

Buy Now
Questions 49

Which of the following does a XSOAR Admin need to create an integration with a third party cloud application?

Options:

A.

Marketplace access

B.

Application with API

C.

Private key/Public key integration

D.

Multitenant deployment

Buy Now
Questions 50

Which two actions will group similar incidents that share a common root cause or represent different aspects of a larger problem? (Choose two.).

Options:

A.

Relate Incidents.

B.

Add Child Incidents.

C.

Join Incidents.

D.

Merge Incidents.

Buy Now
Questions 51

A SOC team must send a notification email to specific teams based on the severity of an incident.

Which feature will accomplish this task each time the severity escalates?.

Options:

A.

SLA script.

B.

Post-processing rule.

C.

Field-change trigger script.

D.

Server config.

Buy Now
Questions 52

Which of the following is a prerequisite to editing out-of-the-box (OOTB) content?

Options:

A.

Download the content from the Marketplace.

B.

Go to Settings > About > Troubleshooting and set a flag to allow custom content.

C.

Register a user account with support.paloaltonetworks.com .

D.

Detach the content item you want to edit from the Marketplace.

Buy Now
Questions 53

Which three scripting languages can an engineer use to write XSOAR automations? (Choose three.)

Options:

A.

Python

B.

Perl

C.

Go

D.

JavaScript

E.

Powershell

Buy Now
Questions 54

Which two functions in XSOAR are incident types used for? (Choose two.)

Options:

A.

To run dedicated playbooks for different event types

B.

To classify events ingested from various sources into the relevant types

C.

To classify indicators extracted in XSOAR incidents to their respective types

D.

To facilitate role based access to XSOAR incidents

Buy Now
Questions 55

A SOC analyst needs to retrieve the list of all open phishing incidents in the last 30 days. What is the correct query to use?

Options:

A.

-status:closed -category:job type:Phishing created: > ="30 days ago"

B.

status:closed -category:job and type:Phishing created: > ="30 days ago"

C.

-status:closed -category:job and type:Phishing created: < ="30 days ago"

D.

-status:closed -category:job type:Phishing created:="30 days ago"

Buy Now
Questions 56

What are two primary uses of standard tasks? (Choose two.)

Options:

A.

To highlight different paths in a playbook

B.

To generate new widgets for a dashboard

C.

To create an incident or escalate an existing incident

D.

To automate tasks such as parsing a file or enriching indicators

Buy Now
Questions 57

Which two methods will allow data to be saved in incident fields within a playbook? (Choose two.)

Options:

A.

setFields

B.

Field mapping

C.

setIncident

D.

Layout inline editing

Buy Now
Questions 58

Which three options can be defined in the layout settings? (Choose three.)

Options:

A.

Set of fields to present

B.

Permission to view the tab based on ‘Users’

C.

Permission to view the tab based on ‘Roles’

D.

Delete built-in tabs including the war room

E.

Dynamic sections

Buy Now
Questions 59

What is used to trigger playbooks automatically based on the classification of an incident?

Options:

A.

Indicator type

B.

Incoming mapper

C.

Incident types

D.

Integration configuration

Buy Now
Questions 60

Which configuration is a valid distributed database (DB) implementation?

Options:

A.

2 main DBs, 1 application server, 2 node servers

B.

1 main DB, 1 application server, 3 node servers

C.

2 application servers, 1 main DB, 1 node server

D.

1 application server, 2 main DBs, 1 node server

Buy Now
Questions 61

Which two options may be added when a content pack is being installed? (Choose two.)

Options:

A.

Lists

B.

Roles

C.

Other content packs

D.

Indicator layouts

Buy Now
Exam Code: XSOAR-Engineer
Exam Name: Palo Alto Networks XSOAR Engineer
Last Update: May 11, 2026
Questions: 204

PDF + Testing Engine

$64.99  $185.69

Testing Engine

$49.99  $142.83
buy now XSOAR-Engineer testing engine

PDF (Q&A)

$54.99  $157.11
buy now XSOAR-Engineer pdf