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

XSOAR-Engineer Questions and Answers

Question # 6

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

A.

Inline

B.

Inband

C.

None

D.

Out of band

Full Access
Question # 7

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 # 8

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

A.

Revoke the relationship.

B.

Update the relationship type.

C.

Expire the IP address indicator.

D.

Update the indicator relationship description.

Full Access
Question # 9

Based on the images below,

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

A.

Selma Moon.

B.

Richardson Morales.

C.

Hubbard Wilcox.

D.

Michael Henderson.

Full Access
Question # 10

What happens when an integration is deprecated?

A.

The integration commands in a playbook can no longer be used

B.

The integration commands can be used, but it is recommended to update to the latest content pack

C.

The configuration settings will be lost and the integration will no longer function

D.

The integration commands in a playbook can be used, but it will fail at runtime

Full Access
Question # 11

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?

A.

DeleteContext

B.

GenerateTest

C.

PrintContext

D.

SetContext

Full Access
Question # 12

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?

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"

Full Access
Question # 13

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 # 14

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

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

Full Access
Question # 15

Reliability scores in XSOAR range from A through F. What do A and F stand for?

A.

F - Reliability cannot be judged, A - Completely Reliable

B.

F - Not reliable, A - Usually Reliable

C.

F - Not usually reliable, A - Fairly Reliable

D.

F - Unreliable, A - Completely Reliable

Full Access
Question # 16

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

Full Access
Question # 17

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

A.

reputation-script

B.

enrich

C.

reputationScript

D.

reputation

Full Access
Question # 18

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

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.

Full Access
Question # 19

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

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

Full Access
Question # 20

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

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

Full Access
Question # 21

In Cortex XSOAR multi tenant setup, when content from a development server is pushed to the remote repository, where in the production server can the updates be found?

A.

Main Account

B.

Tenants

C.

Agent tools

D.

Marketplace

Full Access
Question # 22

Match the corresponding action with the appropriate playbook tasks.

Full Access
Question # 23

Which task type would be used to verify/check that an integration was enabled?

A.

Standard task

B.

Conditional task

C.

Section Header task

D.

Data Collection task

Full Access
Question # 24

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 # 25

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 # 26

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

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.

Full Access
Question # 27

Newly created subplaybooks do not have any inputs, or outputs. What is necessary to make them functional? (Choose two.)

A.

Define input key in the subplaybook task. Map context values to pull from parent playbook.

B.

The output of the previous task automatically becomes the input of the subplaybook.

C.

Map inputs and outputs to the parent playbook and the subplaybook will use the same values.

D.

Open the subplaybook and add inputs or outputs in the Playbook triggered task.

Full Access
Question # 28

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 # 29

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

A.

Markdown

B.

Grid Fields

C.

DOC format

D.

Javascript

Full Access
Question # 30

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 # 31

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 # 32

Can an automation script execute an integration command and an integration command execute an automation script?

A.

An automation script cannot execute an integration command and an integration command cannot execute an automation script

B.

An automation script can execute an integration command and an integration command cannot execute an automation script

C.

An automation script cannot execute an integration command and an integration command can execute an automation script

D.

An automation script can execute an integration command and an integration command can execute an automation script

Full Access
Question # 33

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 # 34

An engineer would like to add a custom field to the New Job form for a job triggered from a threat intel feed. How would the engineer implement this?

A.

The new job form changes based on the threat intel feed integration configuration

B.

The new job form can be edited from the Indicator Feed incident type editor

C.

The new job form for a threat intel feed job cannot be edited

D.

The new job form can be edited from the threat intel feeds integration settings

Full Access
Question # 35

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 # 36

Where can engineers add the post-processing scripts to incidents?

A.

The post-processing tag must be added to the automation

B.

Post-processing scripts must be added at the end of playbooks

C.

Post-processing scripts must be added from the Incident Type editor

D.

Post-processing scripts must be added from the Post-Process Rules editor

Full Access
Question # 37

What is the correct way to install different engines on the same Ubuntu machine for a Dev/Prod setup?.

A.

Use Shell installer and create a custom JSON configuration file.

B.

Use different docker instances in the machine to install each engine.

C.

Use Shell installer with "Allow running multiple engines.".

D.

Create a DEB installer and modify in the JSON configuration.

Full Access
Question # 38

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

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

Full Access
Question # 39

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

A.

Live backup (disaster recovery)

B.

Distributed database

C.

Backup data to XSOAR engines

D.

Local backup

Full Access
Question # 40

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

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

Full Access
Question # 41

What is an outcome of using sections within a tab when customizing an incident layout?.

A.

Triggering specific automations or playbooks when data within that section is modified during an investigation.

B.

Enforcing mandatory fields that must be completed before an incident can be closed.

C.

Grouping related fields and information logically, improving readability and data entry efficiency.

D.

Restricting access to sensitive fields based on user roles, ensuring data privacy within the specific incident type.

Full Access
Question # 42

Which of the following is a basic setting that can be configured in an automation?

A.

Summary

B.

Compiler

C.

Schedule

D.

Run On

Full Access
Question # 43

When mapping incoming data to incident fields, which statement is correct?

A.

Data that is not mapped is placed under labels

B.

Only text fields are classified

C.

Classification cannot be used if mapping is enabled

D.

Every incoming field must be mapped

Full Access
Question # 44

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 # 45

What does Script helper contain?

A.

Available commands

B.

Permission settings

C.

Automation version history

D.

Automation timeout configuration

Full Access
Question # 46

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 # 47

Which two reasons would lead an engineer to create a custom widget? (Choose two.)

A.

To visualize server configuration keys

B.

To visualize XSOAR list data

C.

To visualize complex incident data calculations

D.

To visualize context data

E.

To visualize a custom query

Full Access
Question # 48

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

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.

Full Access
Question # 49

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.

The incident has been restricted.

C.

Starred incidents are not visible in the debugger.

D.

The incident type is set incorrectly.

Full Access
Question # 50

An engineer defined a dashboard which allows important metrics to be displayed. The engineer would like to make this dashboard the default dashboard.

How can it be accomplished?

A.

Default Dashboard can be defined by ‘Role’

B.

Use the server configuration key: default.dashboards

C.

Save the dashboard as a widget and apply it to all users

D.

Right click on the dashboard tab and ‘Set as Default’

Full Access
Question # 51

The default expiration method for non-feed indicators is either to never expire or to expire after a specific period of time. How frequently does XSOAR check tor newly expired indicators?

A.

Every 24 hours

B.

Every 5 minutes

C.

Every 8 hours

D.

Every 1 hour

Full Access
Question # 52

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

A.

OTP token

B.

User name and password

C.

SAML

D.

Active Directory authentication

E.

RADIUS

Full Access
Question # 53

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

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

Full Access
Question # 54

By default, which components does an XSOAR implementation include?

A.

XSOAR server, XSOAR engine

B.

Application server, distributed DB server

C.

Application server, distributed DB server, Backup server

D.

All in one server

Full Access
Question # 55

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

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

Full Access
Question # 56

In a Dev/Prod deployment model, what is available only in the development tenant?.

A.

Marketplace.

B.

Content Repository page.

C.

Custom integration instances.

D.

"Export all custom content" feature.

Full Access
Question # 57

Who is permitted to create and submit content to the Marketplace?

A.

Only users with a valid Github account

B.

Any user who has signed up through the dev portal

C.

Any user who has a live.paloaltonetworks.com account

D.

All users with the correct XSOAR Role and Permissions

Full Access
Question # 58

When is the post-processing script executed in XSOAR?

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

Full Access
Question # 59

In order to automatically run a playbook on the indicators fetched by an integration, what would an XSOAR Administrator setup?

A.

Cron job

B.

Time triggered job

C.

Feed triggered job

D.

REST API job

Full Access
Question # 60

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

A.

/var/lib/demisto

B.

/tmp/log/demisto

C.

/usr/local/demisto

D.

/var/log/demisto

Full Access
Question # 61

You need to retrieve a list of all malicious hashes over the last 30 days. What is the correct query to use?

A.

type:File reputation:Malicious sourcetimestamp:"30 days ago"

B.

type:File verdict:Malicious sourcetimestamp:<="30 days ago"

C.

type:File reputation:Malicious sourcetimestamp:="30 days ago"

D.

type:File verdict:Malicious sourcetimestamp:>="30 days ago"

Full Access