Black Friday Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

SPLK-2003 Splunk SOAR Certified Automation Developer Exam Questions and Answers

Questions 4

A user wants to use their Splunk Cloud instance as the external Splunk instance for Phantom. What ports need to be opened on the Splunk Cloud instance to facilitate this? Assume default ports are in use.

Options:

A.

TCP 8088 and TCP 8099.

B.

TCP 80 and TCP 443.

C.

Splunk Cloud is not supported.

D.

TCP 8080 and TCP 8191.

Buy Now
Questions 5

Which of the following is an advantage of using the Visual Playbook Editor?

Options:

A.

Eliminates any need to use Python code.

B.

The Visual Playbook Editor is the only way to generate user prompts.

C.

Supports Python or Javascript.

D.

Easier playbook maintenance.

Buy Now
Questions 6

When configuring a Splunk asset for SOAR to connect to a Splunk Cloud instance, the user discovers that they need to be able to run two different on_poll searches. How is this possible?

Options:

A.

Install a second Splunk app and configure the query in the second app.

B.

Configure the second query in the Splunk App for SOAR Export.

C.

Enter the two queries in the asset as comma separated values.

D.

Configure a second Splunk asset with the second query.

Buy Now
Questions 7

When working with complex data paths, which operator is used to access a sub-element inside another element?

Options:

A.

!(pipe)

B.

*(asterisk)

C.

:(colon)

D.

.(dot)

Buy Now
Questions 8

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

Options:

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)

Buy Now
Questions 9

Which of the following expressions will output debug information to the debug window in the Visual Playbook Editor?

Options:

A.

phantom.debug()

B.

phantom.exception()

C.

phantom.print ()

D.

phantom.assert()

Buy Now
Questions 10

A customer wants to design a modular and reusable set of playbooks that all communicate with each other. Which of the following is a best practice for data sharing across playbooks?

Options:

A.

Use the py-postgresq1 module to directly save the data in the Postgres database.

B.

Cal the child playbooks getter function.

C.

Create artifacts using one playbook and collect those artifacts in another playbook.

D.

Use the Handle method to pass data directly between playbooks.

Buy Now
Questions 11

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

Options:

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.

Buy Now
Questions 12

On the Splunk search head, when configuring the app to search SOAR searchable content, what are the two requirements to complete the app setup?

Options:

A.

User accounts and universal forwarder.

B.

User accounts and an HTTP Event Collector token.

C.

User accounts and REST API.

D.

User accounts and syslog.

Buy Now
Questions 13

What values can be applied when creating Custom CEF field?

Options:

A.

Name

B.

Name, Data Type

C.

Name, Value

D.

Name, Data Type, Severity

Buy Now
Questions 14

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

Options:

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

Buy Now
Questions 15

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

Options:

A.

GitHub and Splunkbase.

B.

SOAR Community and GitHub.

C.

Splunkbase and SOAR Community.

D.

Splunk Answers and Splunkbase.

Buy Now
Questions 16

Phantom supports multiple user authentication methods such as LDAP and SAML2. What other user authentication method is supported?

Options:

A.

SAML3

B.

PIV/CAC

C.

Biometrics

D.

OpenID

Buy Now
Questions 17

What do assets provide for app functionality?

Options:

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.

Buy Now
Questions 18

Which of the following is a best practice for use of the global block?

Options:

A.

Execute code at the beginning of each run of the playbook.

B.

Declare outputs which will be selectable within playbook blocks.

C.

Import packages which will be used within the playbook.

D.

Execute custom code after each run of the playbook.

Buy Now
Questions 19

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?

Options:

A.

Synchronous execution has not been configured.

B.

The first playbook is performing poorly.

C.

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

D.

Incorrect join configuration on the second playbook.

Buy Now
Questions 20

When analyzing events, a working on a case, significant items can be marked as evidence. Where can ail of a case's evidence items be viewed together?

Options:

A.

Workbook page Evidence tab.

B.

Evidence report.

C.

Investigation page Evidence tab.

D.

At the bottom of the Investigation page widget panel.

Buy Now
Questions 21

An active playbook can be configured to operate on all containers that share which attribute?

Options:

A.

Artifact

B.

Label

C.

Tag

D.

Severity

Buy Now
Questions 22

Which of the following cannot be marked as evidence in a container?

Options:

A.

Action result

B.

Artifact

C.

Note

D.

Comment

Buy Now
Questions 23

Which of the following can be edited or deleted in the Investigation page?

Options:

A.

Action results

B.

Comments

C.

Approval records

D.

Artifact values

Buy Now
Questions 24

Which Phantom API command is used to create a custom list?

Options:

A.

phantom.add_list()

B.

phantom.create_list()

C.

phantom.include_list()

D.

phantom.new_list()

Buy Now
Questions 25

On a multi-tenant Phantom server, what is the default tenant's ID?

Options:

A.

0

B.

Default

C.

1

D.

*

Buy Now
Questions 26

How can parent and child playbooks pass information to each other?

Options:

A.

The parent can pass arguments to the child when called, and the child can return values from the end block.

B.

The parent can pass arguments to the child when called, but the child can only pass values back as new artifacts in the event.

C.

The parent must create a new artifact in the event named arg_xxx, and the child must return values by creating artifacts with the naming convention return_xxx.

D.

The parent must create a new artifact in the event named return_xxx, and the child must return values by creating artifacts with the naming convention arg_xxx.

Buy Now
Questions 27

Which of the following are examples of things commonly done with the Phantom REST APP

Options:

A.

Use Django queries; use curl to create a container and add artifacts to it; remove temporary lists.

B.

Use Django queries; use Docker to create a container and add artifacts to it; remove temporary lists.

C.

Use Django queries; use curl to create a container and add artifacts to it; add action blocks.

D.

Use SQL queries; use curl to create a container and add artifacts to it; remove temporary lists.

Buy Now
Questions 28

What is the main purpose of using a customized workbook?

Options:

A.

Workbooks automatically implement a customized processing of events using Python code.

B.

Workbooks guide user activity and coordination during event analysis and case operations.

C.

Workbooks apply service level agreements (SLAs) to containers and monitor completion status on the ROI dashboard.

D.

Workbooks may not be customized; only default workbooks are permitted within Phantom.

Buy Now
Questions 29

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

Options:

A.

Serial Processing

B.

Parallel Processing

C.

Multithreaded Processing

D.

Juggle Processing

Buy Now
Questions 30

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

Options:

A.

Action blocks

B.

Filter blocks

C.

API blocks

D.

Decision blocks

Buy Now
Questions 31

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

Options:

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.

Buy Now
Questions 32

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?

Options:

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.

Buy Now
Questions 33

A user selects the New option under Sources on the menu. What will be displayed?

Options:

A.

A list of new assets.

B.

The New Data Ingestion wizard.

C.

A list of new data sources.

D.

A list of new events.

Buy Now
Exam Code: SPLK-2003
Exam Name: Splunk SOAR Certified Automation Developer Exam
Last Update: Nov 23, 2024
Questions: 110
SPLK-2003 pdf

SPLK-2003 PDF

$25.5  $84.99
SPLK-2003 Engine

SPLK-2003 Testing Engine

$30  $99.99
SPLK-2003 PDF + Engine

SPLK-2003 PDF + Testing Engine

$40.5  $134.99