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

SPLK-2003 Exam Dumps - Splunk SOAR Certified Automation Developer Exam

Question # 4

Why is it good playbook design to create smaller and more focused playbooks? (select all that apply)

A.

Reduces amount of playbook data stored in each repo.

B.

Reduce large complex playbooks which become difficult to maintain.

C.

Encourages code reuse in a more compartmentalized form.

D.

To avoid duplication of code across multiple playbooks.

Full Access
Question # 5

Without customizing container status within Phantom, what are the three types of status for a container?

A.

New, In Progress, Closed

B.

Low, Medium, High

C.

Mew, Open, Resolved

D.

Low, Medium, Critical

Full Access
Question # 6

Seventy can be set during ingestion and later changed manually. What other mechanism can change the severity or a container?

A.

Notes

B.

Actions

C.

Service level agreement (SLA) expiration

D.

Playbooks

Full Access
Question # 7

Regarding the Splunk SOAR Automation Broker requirements, which of the following statements is not correct?

A.

The Splunk SOAR Automation Broker requires outbound/egress connectivity to the Splunk SOAR (Cloud) or Splunk SOAR (On-premises) instance.

B.

The Splunk SOAR Automation Broker must be able to connect to TCP port 443 (HTTPS) on the Splunk SOAR (Cloud) or Splunk SOAR (On-premises) instance.

C.

The Splunk SOAR Automation Broker requires both inbound/ingress and outbound/egress connectivity to the Splunk SOAR (Cloud) or Splunk SOAR (On-premises) instance.

D.

The Splunk SOAR Automation Broker requires inbound/ingress network connection from the Splunk SOAR (Cloud) or Splunk SOAR (On-premises) instance.

Full Access
Question # 8

After a successful POST to a Phantom REST endpoint to create a new object what result is returned?

A.

The new object ID.

B.

The new object name.

C.

The full CEF name.

D.

The PostGres UUID.

Full Access
Question # 9

Which app allows a user to send Splunk Enterprise Security notable events to Phantom?

A.

Any of the integrated Splunk/Phantom Apps

B.

Splunk App for Phantom Reporting.

C.

Splunk App for Phantom.

D.

Phantom App for Splunk.

Full Access
Question # 10

What is enabled if the Logging option for a playbook's settings is enabled?

A.

More detailed logging information Is available m the Investigation page.

B.

All modifications to the playbook will be written to the audit log.

C.

More detailed information is available in the debug window.

D.

The playbook will write detailed execution information into the spawn.log.

Full Access
Question # 11

In a playbook, more than one Action block can be active at one time. What is this called?

A.

Serial Processing

B.

Parallel Processing

C.

Multithreaded Processing

D.

Juggle Processing

Full Access
Question # 12

Which two playbook blocks can discern which path in the playbook to take next?

A.

Prompt and decision blocks.

B.

Decision and action blocks.

C.

Filter and decision blocks.

D.

Filter and prompt blocks.

Full Access
Question # 13

Which of the following are the default ports that must be configured on Splunk to allow connections from Phantom?

A.

SplunkWeb (8088), SplunkD (8089), HTTP Collector (8000)

B.

SplunkWeb (8089), SplunkD (8088), HTTP Collector (8000)

C.

SplunkWeb (8421), SplunkD (8061), HTTP Collector (8798)

D.

SplunkWeb (8000), SplunkD (8089), HTTP Collector (8088)

Full Access
Question # 14

During a second test of a playbook, a user receives an error that states: 'an empty parameters list was passed to phantom.act()." What does this indicate?

A.

The container has artifacts not parameters.

B.

The playbook is using an incorrect container.

C.

The playbook debugger's scope is set to new.

D.

The playbook debugger's scope is set to all.

Full Access
Question # 15

Which of the following accurately describes the Files tab on the Investigate page?

A.

A user can upload the output from a detonate action to the the files tab for further investigation.

B.

Files tab items and artifacts are the only data sources that can populate active cases.

C.

Files tab items cannot be added to investigations. Instead, add them to action blocks.

D.

Phantom memory requirements remain static, regardless of Files tab usage.

Full Access
Question # 16

What users are included in a new installation of SOAR?

A.

The admin and automation users are included by default.

B.

The admin, power, and user users are included by default.

C.

Only the admin user is included by default.

D.

No users are included by default.

Full Access
Question # 17

When writing a custom function that uses regex to extract the domain name from a URL, a user wants to create a new artifact for the extracted domain. Which of the following Python API calls will create a new artifact?

A.

phantom.new_artifact ()

B.

phantom. update ()

C.

phantom.create_artifact ()

D.

phantom.add_artifact ()

Full Access
Question # 18

Within the 12A2 design methodology, which of the following most accurately describes the last step?

A.

List of the apps used by the playbook.

B.

List of the actions of the playbook design.

C.

List of the outputs of the playbook design.

D.

List of the data needed to run the playbook.

Full Access
Question # 19

Which of the following will show all artifacts that have the term results in a filePath CEF value?

A.

.../rest/artifact?_filter_cef_filePath_icontain=''results''

B.

...rest/artifacts/filePath=''%results%''

C.

.../result/artifacts/cef/filePath= '%results%''

D.

.../result/artifact?_query_cef_filepath_icontains=''results

Full Access
Question # 20

What metrics can be seen from the System Health Display? (select all that apply)

A.

Playbook Usage

B.

Memory Usage

C.

Disk Usage

D.

Load Average

Full Access
Question # 21

A user has written a playbook that calls three other playbooks, one after the other. The user notices that the second playbook starts executing before the first one completes. What is the cause of this behavior?

A.

Incorrect Join configuration on the second playbook.

B.

The first playbook is performing poorly.

C.

The steep option for the second playbook is not set to a long enough interval.

D.

Synchronous execution has not been configured.

Full Access
Question # 22

How can a user with the username "pat" configure the Analyst Queue to only show new events that are assigned to the current user?

A.

Create a filter for label-new and owner-pat.

B.

Create a filter for status-open and owner-pat.

C.

Create a filter for status=new and owner=pat.

D.

Create a filter for status=new or owner=pat.

Full Access
Question # 23

How is a Django filter query performed?

A.

By adding parameters to the URL similar to the following: phantom/rest/container?_filter_tags_contains="sumo".

B.

phantom/rest/search/app/contains/"sumo"

C.

Browse to the Django Filter Query Editor in the Administration panel.

D.

Install the SOAR Django App first, then configure the search query in the App editor.

Full Access
Question # 24

Which of the following supported approaches enables Phantom to run on a Windows server?

A.

Install the Phantom RPM in a GNU Cygwin implementation.

B.

Run the Phantom OVA as a cloud instance.

C.

Install the Phantom RPM file in Windows Subsystem for Linux (WSL).

D.

Run the Phantom OVA as a virtual machine.

Full Access
Question # 25

A filter block with only one condition configured which states: artifact.*.cef .sourceAddress !- , would permit which of the following data to pass forward to the next block?

A.

Null IP addresses

B.

Non-null IP addresses

C.

Non-null destinationAddresses

D.

Null values

Full Access
Question # 26

What do assets provide for app functionality?

A.

Assets provide location, credentials, and other parameters needed to run actions.

B.

Assets provide hostnames, passwords, and other artifacts needed to run actions.

C.

Assets provide Python code, REST API, and other capabilities needed to run actions.

D.

Assets provide firewall, network, and data sources needed to run actions.

Full Access
Question # 27

Where can the Splunk App for SOAR Export be downloaded from?

A.

GitHub and Splunkbase.

B.

SOAR Community and GitHub.

C.

Splunkbase and SOAR Community.

D.

Splunk Answers and Splunkbase.

Full Access
Question # 28

Which of the following are the default ports that must be configured on Splunk to allow connections from SOAR?

A.

SplunkWeb (8088), SplunkD (8089), HTTP Collector (8000)

B.

SplunkWeb (8089), SplunkD (8088), HTTP Collector (8000)

C.

SplunkWeb (8000), SplunkD (8089), HTTP Collector (8088)

D.

SplunkWeb (8469), SplunkD (8702), HTTP Collector (8864)

Full Access
Question # 29

Which of the following can be configured in the ROI Settings?

A.

Number of full time employees (FTEs).

B.

Time lost.

C.

Analyst hours per month.

D.

Annual analyst salary.

Full Access
Question # 30

How can more than one user perform tasks in a workbook?

A.

Any user in a role with write access to the case's workbook can be assigned to tasks.

B.

Add the required users to the authorized list for the container.

C.

Any user with a role that has Perform Task enabled can execute tasks for workbooks.

D.

The container owner can assign any authorized user to any task in a workbook.

Full Access
Question # 31

Splunk user account(s) with which roles must be created to configure Phantom with an external Splunk Enterprise instance?

A.

superuser, administrator

B.

phantomcreate. phantomedit

C.

phantomsearch, phantomdelete

D.

admin,user

Full Access
Question # 32

When assigning an input parameter to an action while building a playbook, a user notices the artifact value they are looking for does not appear in the auto-populated list.

How is it possible to enter the unlisted artifact value?

A.

Type the CEF datapath in manually.

B.

Delete and recreate the artifact.

C.

Edit the artifact to enable the List as Parameter option for the CEF value.

D.

Edit the container to allow CEF parameters.

Full Access
Question # 33

Which Phantom VPE Nock S used to add information to custom lists?

A.

Action blocks

B.

Filter blocks

C.

API blocks

D.

Decision blocks

Full Access