New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Paloalto Networks > Security Operations > XSOAR-Engineer

XSOAR-Engineer Palo Alto Networks XSOAR Engineer Question and Answers

Question # 4

Arrange these steps in the order that they occur during an incident fetch.

Full Access
Question # 5

Based on the image below, what will be the type of this new incident?.

A.

Cortex XDR Incident - Quasar.

B.

Cortex XDR Incident.

C.

Unclassified.

D.

Default.

Full Access
Question # 6

An engineer wants to customize the regex for the default IP indicator type. How can this change be implemented?

A.

Create a new indicator type and disable the built-in IP indicator

B.

Edit the regex of the default IP Indicator

C.

Add a new server configuration key that will overwrite the default regex of the IP indicator

D.

Delete the default IP indicator

Full Access
Question # 7

A Cortex XSOAR Administrator is tasked with building a button for an analyst in order for the analyst to be assigned to the incident as an owner. What is the process?

A.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with no argument

B.

Edit the incident layout to add a new button that calls the AssignToMeButton automation with argument assignBy={me}

C.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with argument owner={me}

D.

Edit the incident layout to add a new button that calls the AssignAnalystToIncident automation with argument assignBy=current

Full Access
Question # 8

How long is the trial period for paid content packs?

A.

30 days

B.

14 days

C.

7 days

D.

60 days

Full Access
Question # 9

What will happen if a playbook debugger is left running for more than 24 hours?

A.

By default, every 24 hours, the system closes any debugger sessions that have been open for more than 180 minutes.

B.

The session must be stopped during 180 minutes manually by administrator, user will receive notification automatically.

C.

The session will be running till stopped manually by administrator.

D.

By default, the system closes automatically any debugger session that have been open 180 minutes.

Full Access
Question # 10

How is data transferred between playbook tasks?

A.

Read/Write from context data

B.

Over war room results

C.

Input from the indicator page

D.

Directly from a previous task

Full Access
Question # 11

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

A.

Classification and Mapping

B.

Playbook Tasks

C.

Evidence Fields

D.

Incident Fields

Full Access
Question # 12

Which two methods are used to add new content to the XSOAR Content Repository? (Choose two.)

A.

Create content and add it to the standard content by contributing through the Marketplace

B.

Use the XSOAR GitHub Contribution Guide to add the contribution to the standard content

C.

Create a support ticket with the custom content for review by the support team

D.

Any custom content will be automatically uploaded to the content repository

Full Access
Question # 13

What is the default landing page for a new user in XSOAR?

A.

Dashboards

B.

Threat Intel

C.

Settings

D.

Marketplace

Full Access
Question # 14

When creating an automation in XSOAR, what is the best way to create a log message?

A.

Using a debug statement

B.

Using the demisto.debug() function

C.

Using a print statement

D.

Using the demisto.results() function

Full Access
Question # 15

What does the outgoing mapper support?

A.

Mirroring

B.

Classification

C.

Dynamic fields

D.

Pre-processing

Full Access
Question # 16

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

A.

Python

B.

Perl

C.

Go

D.

JavaScript

E.

Powershell

Full Access
Question # 17

What are inputs and outputs in reference to a Playbook Development Lifecycle? (Choose three.)

A.

Inputs are data pieces that are present in the playbook

B.

Inputs are data pieces that are present in the task

C.

Outputs are used as incident trigger for playbook

D.

Outputs can be derived from the result of a task or command

E.

Inputs are the data fields parsed by the Classifier

Full Access
Question # 18

In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)

A.

In repetitive process flows to iterate for each playbook input

B.

When continuously ingesting incidents from third-party systems

C.

In repetitive process flows with no more than 10 loops

D.

In repetitive processes that requires sub-playbook re-execution

Full Access
Question # 19

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

A.

Database node

B.

Application server

C.

Engine

D.

Development server

Full Access
Question # 20

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

A.

Section headers

B.

Rows

C.

Canvas

D.

Cards

Full Access
Question # 21

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

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.

Full Access
Question # 22

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

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

Full Access
Question # 23

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?

A.

Using the demisto_error() function

B.

Using a print statement

C.

Using the demisto.debug() function

D.

Using the return_error() function

Full Access
Question # 24

Which field type should be used to hold more than 60,000 characters of unformatted text?

A.

Short Text

B.

HTML

C.

Long Text

D.

Markdown

Full Access
Question # 25

What can be used as integration parameters?

A.

URL, API key, port

B.

URL, certificate, image

C.

Token, query, playbook

D.

User-password, csv file, query

Full Access
Question # 26

Which field type provides an interactive and editable display of table-based data?

A.

HTML

B.

Grid (table)

C.

Markdown

D.

Multi Select

Full Access
Question # 27

What are two common use cases for conditional tasks? (Choose two.)

A.

They are used for branching paths in a playbook

B.

They are used to interact with users through survey functionality

C.

They are used to determine which incident will be executed

D.

They are used for sending a specific QUESTION NO: to a person or team

Full Access
Question # 28

What is needed to send a survey with multiple questions to a customer?.

A.

Data Collection.

B.

Section Header task.

C.

Conditional Ask.

D.

Survey task.

Full Access
Question # 29

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?

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.

Full Access
Question # 30

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

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.

Full Access
Question # 31

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

A.

Classification.

B.

Inputs.

C.

Extend context.

D.

Mapping.

Full Access
Question # 32

An engineer asked for a specific command in an integration but the capability does not exist. The engineer decided to edit the existing integration by copying the integration and adding the needed commands.

What is the main concern when adding these commands?

A.

The commands must return a proper result to the war room for the analysts to understand

B.

The code may not be written to XSOAR standards

C.

The integrations are locked and cannot be edited with additional commands

D.

The custom integration will not be maintained and updated by XSOAR content team

Full Access
Question # 33

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.)

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

Full Access
Question # 34

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

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

Full Access
Question # 35

What is a primary use case of data collection tasks?

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

Full Access
Question # 36

Which two capabilities do Automation script settings include? (Choose two.)

A.

Define ‘parameters’

B.

Correlate to incident types

C.

Define ‘outputs’

D.

Set password protection

Full Access
Question # 37

An engineer deployed two different instances of Active Directory for each organization site. As part of account enrichment use case, the engineer would like to delete a user from one specific site.

Which command will accomplish this?

A.

run ‘ad-delete-user’ command with ‘user-dn’ arg and using-brand=“Active Directory Query v2”

B.

run ‘ad-delete-user’ command with ‘user-dn’ arg and raw-response=true

C.

run ‘ad-delete-user’ command with ‘user-dn’ arg and ignore-outputs=true

D.

run ‘ad-delete-user’ command with ‘user-dn’ arg and using=“Active DirectoryQuery v2_instance_1”

Full Access
Question # 38

Which two situations would an engineer consider when configuring classification and mapping for an incident type? (Choose two.)

A.

When creating incidents from the XSOAR REST API

B.

When manually creating an incident from the UI

C.

When adding a new analyst account to XSOAR

D.

When fetching many different incident types from a single mailbox

Full Access
Question # 39

Given the following context data, what would be the expected output of the expression?

A.

1E56733826E5035233A097FCEA2046AF96EC616C

B.

E6EF5142E2553C1E442A0FFAC07636EAC61E6EDD

C.

8D193FA162A305E4859BA8C45F5121F7265E3ABB

D.

e6ef5142e2553c1e442a0ffac07636eac61e6edd

Full Access
Question # 40

What can you use to assign a layout, field, and playbook to an incoming incident?

A.

Playbook

B.

Classification and mapping

C.

Incident type

D.

Pre-processing

Full Access
Question # 41

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

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

Full Access
Question # 42

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?.

A.

!addToList listName="BlockedSenders_Email" listData="".

B.

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

C.

!setIncident list.BlockedSenders_Emai1="".

D.

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

Full Access
Question # 43

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

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

Full Access
Question # 44

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

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

Full Access
Question # 45

What is the difference between labels and fields?

A.

Fields can be used in playbooks and labels cannot

B.

Fields are indexed in the database and labels are not

C.

Labels can be used in queries and fields cannot

D.

Labels are indexed in the database and fields are not

Full Access
Question # 46

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

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.

Full Access
Question # 47

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?.

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

Full Access
Question # 48

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

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.

Full Access
Question # 49

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

A.

Marketplace access

B.

Application with API

C.

Private key/Public key integration

D.

Multitenant deployment

Full Access
Question # 50

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

A.

setFields

B.

Field mapping

C.

setIncident

D.

Layout inline editing

Full Access
Question # 51

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

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.

Full Access
Question # 52

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

A.

Indicators and relationships

B.

Timeline information

C.

Evidence Board

D.

Context data

E.

Incident severity

Full Access
Question # 53

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?.

A.

SLA script.

B.

Post-processing rule.

C.

Field-change trigger script.

D.

Server config.

Full Access
Question # 54

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

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.

Full Access
Question # 55

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?

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.

Full Access
Question # 56

An engineer’s organization system is registered in the following manner: . The engineer created a new indicator type for detecting systems using regex. The engineer would now like the username to be created as a separate ‘User’ indicator automatically once a system is found.

What is the most efficient way for the engineer to achieve this?

A.

Create a custom indicator field named ‘username’ and link it to the internal system indicator

B.

Change the reputation command for the internal system indicator type

C.

Create a new indicator type of the internal username and set a formatting script to extract only theusername

D.

Create a new indicator type of the internal username and have the regex included on any string that has dash at the beginning

Full Access
Question # 57

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

A.

Lists

B.

Roles

C.

Other content packs

D.

Indicator layouts

Full Access
Question # 58

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.)

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]

Full Access
Question # 59

In which two ways can data be transferred between playbooks and sub-playbooks? (Choose two.)

A.

Inputs and outputs

B.

Through integration context

C.

Automatically extracted by sub-playbooks

D.

From context data, if context is shared globally

Full Access
Question # 60

Given an incident with three files, how could the name of the second file be referenced?

A.

${Files.[2].Name}

B.

${Files.Name.[2]}

C.

${File.[1].Name}

D.

${File.Name.[1]}

Full Access
Question # 61

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

A.

2MB

B.

3MB

C.

1MB

D.

5MB

Full Access