New Year Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Paloalto Networks XSOAR-Engineer Dumps

Palo Alto Networks XSOAR Engineer Questions and Answers

Question 1

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

Question 2

Which two causes may be occurring if an integration test is working, but the integration is not fetching incidents? (Choose two.)

Options:

A.

The ’Fetches Incidents’ option may not have been enabled

B.

There are no new events from the external service

C.

The first fetch should be manually triggered to start the fetching process

D.

It can take up to 1-hour before incidents are initially fetched

Question 3

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.

Question 4

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.

Question 5

Which tag must be applied to an Automation Script in order for it to be available when configuring an Indicator Type?

Options:

A.

reputation-script

B.

enrich

C.

reputationScript

D.

reputation

Question 6

An Engineer wants to filter a csvList value according to a dynamic value saved under the test context key.

Which three values would save the test context key? (Choose three.)

Options:

A.

Get csvList.value where csvList.value equals test [from previous tasks]

B.

Get csvList.value where csvList.value equals ${test} [from previous tasks]

C.

Get csvList.value where csvList.value equals test {}[from previous tasks]

D.

Get csvList.value where csvList.value equals test [as value]

E.

Get csvList.value where csvList.value equals ${test} [as value]

Question 7

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

Question 8

Previous playbook tasks have built out the context in the image below.

as

When specifying ${User.Name} as an input for a sub playbook task which has the default loop configuration, how many times will the sub-playbook be executed?.

Options:

A.

0.

B.

1.

C.

3.

D.

4.

Question 9

An administrator has noticed that an integration has failed to fetch incidents. Where would they go to download logs to troubleshoot the error?

Options:

A.

Go to the Marketplace > Download the Fix my XSOAR playbook pack > Run the playbook > Download logs from War Room

B.

Settings > About > Troubleshooting > Set Log Level to Debug > Download Logs

C.

DashboardsandReports > System Health

D.

Settings > About > System Diagnostics

Question 10

What can be added to offload integration instance processing from the main server?

Options:

A.

Database node

B.

Application server

C.

Engine

D.

Development server

Question 11

Which of the following are valid methods to contribute custom content? (Choose three.)

Options:

A.

Submit content directly through feature requests

B.

Private GitHub repository submission for premium content

C.

A Github pull request on the public XSOAR Content Repository

D.

Using the marketplace interface to upload the content

E.

Using the content submission tool on live.paloaltonetworks.com

Question 12

What aggregates data from incidents and indicators into a Cortex XSOAR report?.

Options:

A.

Widgets.

B.

Automations.

C.

SQL queries.

D.

Playbooks.

Question 13

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

Question 14

An engineer notices that playbooks only start once the user clicks the ‘investigate’ button and he/she would like the playbook to start automatically.

How can this be implemented?

Options:

A.

Add the playbook to the integration’s settings

B.

Select ‘Run playbook automatically’ from the incident type settings

C.

Add the !startinvestigation automation to the beginning of the playbook

D.

Select ‘Run playbook automatically’ from the integration settings

Question 15

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.

Question 16

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

Question 17

Threat Intel search queries can be shared with which of the following? (Select 1)

Options:

A.

Users defined in the platform (email or username)

B.

Other organizations via the Marketplace

C.

Users outside XSOAR via email invite

D.

Roles defined in the platform

Question 18

What are two main uses of context data? (Choose two.)

Options:

A.

Store incident information in JSON format

B.

Store incident information in XML format

C.

Pass data between playbook tasks

D.

Pass data between to-do tasks

Question 19

Which two input requirements are needed to train a machine learning model? (Choose two.)

Options:

A.

3000 Incidents

B.

Incident Field

C.

Verdict Label

D.

Incident Type

Question 20

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

Question 21

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

Question 22

Which development languages are supported when creating XSOAR automation scripts?

Options:

A.

C++, Python, Powershell

B.

Ruby, C++, Python

C.

Javascript, Powershell, C++

D.

Python, Powershell, Javascript

Question 23

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:jobandtype:Phishing created:>="30 days ago"

C.

-status:closed -category:jobandtype:Phishing created:<="30 days ago"

D.

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

Question 24

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.

Question 25

Which two behaviors occur while an incident is closed? (Choose two.).

Options:

A.

Playbook is marked as complete.

B.

Commands cannot be executed in the War Room.

C.

Timers can no longer run.

D.

Running timers are in a paused state.

Question 26

A playbook task generates a report as HTML in the context data.

An engineer creates a custom indicator field of type "HTML" and adds the field to a section in a custom indicator layout. How can the engineer populate the HTML field in the indicator layout?

Options:

A.

Populate the custom indicator field with the built-in !SetIndicator command.

B.

Add HTML to a list using !setList and use it as an HTML template to populate the custom indicator field.

C.

Create a custom Indicator Mapper and populate the custom indicator field.

D.

Use the Mapping option in the playbook task that generates the HTML report to populate the custom indicator field.

Question 27

What is a primary use case of data collection tasks?

Options:

A.

To allow multi-QUESTION NO: surveys without authentication restrictions

B.

To automate tasks such as parsing a file or enriching indicators

C.

To generate new widgets for a dashboard

D.

To determine different paths in a playbook

Question 28

Match the corresponding action with the appropriate playbook tasks.

as

Options:

Question 29

An administrator wants to send an email via the Mail Sender integration. Which of the following out of the box methods would be used for that?

Options:

A.

XSOAR D2 agent

B.

external integration command

C.

XSOAR shared agent

D.

common automation script

Question 30

An analyst wants to run a script to remove usernames from an incident before the incident becomes active in XSOAR. How can this be achieved?

Options:

A.

Run an automation script in the Playground to remove usernames from the incident.

B.

Create a pre-processing rule that runs an automation script to remove usernames from the incident as it comes into XSOAR.

C.

Run an automation script on the XSOAR server to remove usernames from the incident.

D.

Create a playbook task to remove the usernames from the incident.

Question 31

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

Question 32

What is the most effective way to correlate multiple raw events coming from a SIEM and link them together?

Options:

A.

Process all alerts by running the respective playbook and link related incidents during post-processing

B.

Ingest all raw events, run a custom script to find the relationship between them and proceed to link them together

C.

Configure a pre-process rule to link related events as they are ingested

D.

Manually go through the incidents created by the raw events and link related incidents

Question 33

Where do you navigate to monitor and improve the system performance and resilience for hosts in a multitenant environment?

Options:

A.

Settings > About > Troubleshooting, in the main host account. Each host has a System Diagnostics page.

B.

Settings > Advanced > System Diagnostics, in the main host account. Each host has a System Diagnostics page.

C.

Settings > Account Management > Hosts, in the main host account. Each host has a System Diagnostics page.

D.

Settings > About > System Diagnostics, in the main host account. Each host has a System Diagnostics page.

Question 34

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.

Question 35

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}

Question 36

How would context data be filtered to receive only malicious indicator values with DBotScore?

Options:

A.

Get DBotScore.value where DBotScore.Score (Larger or equals) 4

B.

Get DBotScore.value where DBotScore.Score (equals (int)) 3

C.

Get DBotScore where DBotScore.Score (Larger than) 1

D.

Get DBotScore where DBotScore.Score (Larger or equals) 2

Question 37

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

Question 38

A breakpoint is added to a saved playbook to ensure that it pauses before running the task "ad-delete-user." However, it is later discovered that an Active Directory account was deleted by this playbook, and the playbook did not pause at the breakpoint.

What is the cause of this issue?.

Options:

A.

The playbook does not stop at the breakpoint when run from an incident.

B.

The task was not set to "skip.".

C.

The task was not configured to override input.

D.

The playbook was not set to "quiet mode.".

Question 39

How can Cortex XSOAR administrators prevent junior analysts from viewing a senior analyst dashboard?

Options:

A.

Share the dashboard in Read and Edit mode for senior analysts.

B.

Share the dashboard in ReadandEdit mode for senior analysts and Read Only for juniors analysts.

C.

Share the dashboard in Read and Write mode for senior analysts.

D.

Share the dashboard in Read Only mode for junior analysts and senior analysts.

Question 40

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

Question 41

An incident has been created in the following state:

There is no playbook attached.

The War Room is available, but no commands have been run yet.

What is the status of the incident?.

Options:

A.

Active.

B.

Pending.

C.

Waiting.

D.

In-progress.

Question 42

Which feature is used to convert event data values into incident fields when an integration fetches an event?.

Options:

A.

Classification.

B.

Mapping.

C.

Field configuration.

D.

Layout configuration.

Question 43

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.

Question 44

An engineer is developing a playbook that will be run multiple times for testing purposes. What is the recommended first task to be used in the playbook?

Options:

A.

DeleteContext

B.

GenerateTest

C.

PrintContext

D.

SetContext

Question 45

In which two locations can filters and transformers be used in XSOAR? (Choose two.)

Options:

A.

Classification and Mapping

B.

Playbook Tasks

C.

Evidence Fields

D.

Incident Fields

Question 46

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

Question 47

When creating a new tab in the layout, which section cannot be added?

Options:

A.

Retrieve widget chart based on script

B.

Related incidents

C.

War room entries picked by entry query

D.

Incident team members

Question 48

What is the default configuration for indicator auto-extraction when incidents are created?

Options:

A.

Inline

B.

Inband

C.

None

D.

Out of band

Question 49

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="".

B.

!appendToListContext listPath="BlockedSenders Email" data="".

C.

!setIncident list.BlockedSenders_Emai1="".

D.

!createListItem listName="BlockedSenders_Email" itemValue="".

Question 50

What are three different loop types in a playbook? (Choose three.)

Options:

A.

Automation

B.

Built-in

C.

Data collection

D.

Conditional

E.

For-each

Question 51

During the regular maintenance of XSOAR a customer noticed that there was an update available for the Active Directory content pack (current version 1.4.6) and updated the content pack to the latest version (version 1.4.11). However, after the update the customer noticed that the Active Directory Query integration is not working properly and asked you to resolve the issue.

Which of the following set of steps can help to resolve the issue?

Options:

A.

Navigate to SettingsView the configured integrations and select Active Directory AuthenticationDelete all integration instances and add all integration instances again

B.

Navigate to MarketplaceView the installed content pack and select Active Directory content packSelect version 1.4.6 and click on "Revert to this version"

C.

Navigate to SettingsView the configured integrations and select Active Directory QueryDelete all integration instances and add all integration instances again

D.

Navigate to MarketplaceView the installed content pack and select Active Directory content packClick on uninstall content packNavigate to Marketplace browser and reinstall the Active Directory content pack

Question 52

When the "Only allow these dashboards" checkbox is selected for a user role, what is the primary effect on users assigned this role?.

Options:

A.

They are prompted to select their preferred dashboards upon login and can only modify these chosen dashboards.

B.

They can only view specified dashboards and make minor modifications.

C.

They will automatically have all dashboards that are shared with them added to their view.

D.

They will be restricted to viewing only the specified default dashboards and cannot make any modifications.

Question 53

What does the outgoing mapper support?

Options:

A.

Mirroring

B.

Classification

C.

Dynamic fields

D.

Pre-processing

Question 54

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 !-fetch

D.

execute !-fetch

Question 55

When creating an incident layout section, it is best to place long field values within which of the following?

Options:

A.

Section headers

B.

Rows

C.

Canvas

D.

Cards

Question 56

How long is the trial period for paid content packs?

Options:

A.

30 days

B.

14 days

C.

7 days

D.

60 days

Question 57

When is the post-processing script executed in XSOAR?

Options:

A.

Just after the incident is created

B.

Just after the pre-processing is executed

C.

Just after the playbook is executed

D.

Just after the Close Incident button is clicked

Question 58

An engineer creates a script to display data in markdown format for a layout. When configuring the layout, the new script is not listed.

Which missed configuration step will cause this behavior?.

Options:

A.

Tagging the script with Dynamic Section.

B.

Ensuring the script has the necessary permissions.

C.

Adding the snippet as an integration command.

D.

Using a markdown output type.

Question 59

An engineer would like to present a trend using widgets to compare to a previous week’s data. Which two methods will allow the engineer to meet the requirement? (Choose two.)

Options:

A.

Create widget of type Line, check ‘Display Trend’ and define as 7 days ago

B.

Create a custom widget using a new incident query

C.

Create widget of type Number, check ‘Display Trend’ and define as 7 days ago

D.

Create a custom widget using a script

Question 60

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

as

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.

Question 61

Which two advanced attributes can be applied to incident fields when editing? (Choose two.)

Options:

A.

Set a field trigger script

B.

Associate to an incident type

C.

Change field type

D.

Change field name

Page: 1 / 20
Total 204 questions