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

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

Questions 4

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 5

Which of the following is an asset ingestion setting in SOAR?

Options:

A.

Polling Interval

B.

Tag

C.

File format

D.

Operating system

Buy Now
Questions 6

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

Options:

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.

Buy Now
Questions 7

Which of the following applies to filter blocks?

Options:

A.

Can select which blocks have access to container data.

B.

Can select assets by tenant, approver, or app.

C.

Can be used to select data for use by other blocks.

D.

Can select containers by seventy or status.

Buy Now
Questions 8

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 9

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.

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.

Buy Now
Questions 10

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 11

What does a user need to do to have a container with an event from Splunk use context-aware actions designed for notable events?

Options:

A.

Include the notable event's event_id field and set the artifacts label to aplunk notable event id.

B.

Rename the event_id field from the notable event to splunkNotableEventld.

C.

Include the event_id field in the search results and add a CEF definition to Phantom for event_id, datatype splunk notable event id.

D.

Add a custom field to the container named event_id and set the custom field's data type to splunk notable event id.

Buy Now
Questions 12

To limit the impact of custom code on the VPE, where should the custom code be placed?

Options:

A.

A custom container or a separate KV store.

B.

A separate code repository.

C.

A custom function block.

D.

A separate container.

Buy Now
Questions 13

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 14

What users are included in a new installation of SOAR?

Options:

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.

Buy Now
Questions 15

What is the primary objective of using the I2A2 playbook design methodology?

Options:

A.

To create detailed playbooks.

B.

To create playbooks that customers will not edit.

C.

To meet customer requirements using a single playbook.

D.

To create simple, reusable, modular playbooks.

Buy Now
Questions 16

Which of the following is a step when configuring event forwarding from Splunk to Phantom?

Options:

A.

Map CIM to CEF fields.

B.

Create a Splunk alert that uses the event_forward.py script to send events to Phantom.

C.

Map CEF to CIM fields.

D.

Create a saved search that generates the JSON for the new container on Phantom.

Buy Now
Questions 17

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?

Options:

A.

Null IP addresses

B.

Non-null IP addresses

C.

Non-null destinationAddresses

D.

Null values

Buy Now
Questions 18

Some of the playbooks on the SOAR server should only be executed by members of the admin role. How can this rule be applied?

Options:

A.

Make sure the Execute Playbook capability is removed from all roles except admin.

B.

Place restricted playbooks in a second source repository that has restricted access.

C.

Add a filter block to all restricted playbooks that filters for runRole = "Admin".

D.

Add a tag with restricted access to the restricted playbooks.

Buy Now
Questions 19

What is the default log level for system health debug logs?

Options:

A.

INFO

B.

WARN

C.

ERROR

D.

DEBUG

Buy Now
Questions 20

Some of the playbooks on the Phantom server should only be executed by members of the admin role. How can this rule be applied?

Options:

A.

Add a filter block to al restricted playbooks that Titters for runRole - "Admin''.

B.

Add a tag with restricted access to the restricted playbooks.

C.

Make sure the Execute Playbook capability is removed from al roles except admin.

D.

Place restricted playbooks in a second source repository that has restricted access.

Buy Now
Questions 21

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?

Options:

A.

phantom.new_artifact ()

B.

phantom. update ()

C.

phantom.create_artifact ()

D.

phantom.add_artifact ()

Buy Now
Questions 22

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

Options:

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.

Buy Now
Questions 23

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 24

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 25

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

Options:

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.

Buy Now
Questions 26

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 27

When the Splunk App for SOAR Export executes a Splunk search, which activities are completed?

Options:

A.

CEF fields are mapped to CIM flelds and a container is created on the SOAR server.

B.

CIM fields are mapped to CEF fields and a container is created on the SOAR server.

C.

CEF fields are mapped to CIM and a container is created on the Splunk server.

D.

CIM fields are mapped to CEF and a container is created on the Splunk server.

Buy Now
Questions 28

Which is the primary system requirement that should be increased with heavy usage of the file vault?

Options:

A.

Amount of memory.

B.

Number of processors.

C.

Amount of storage.

D.

Bandwidth of network.

Buy Now
Questions 29

Which of the following actions will store a compressed, secure version of an email attachment with suspected malware for future analysis?

Options:

A.

Copy/paste the attachment into a note.

B.

Add a link to the file in a new artifact.

C.

Use the Files tab on the Investigation page to upload the attachment.

D.

Use the Upload action of the Secure Store app to store the file in the database.

Buy Now
Questions 30

In addition to full backups. Phantom supports what other backup type using backup?

Options:

A.

Snapshot

B.

Incremental

C.

Partial

D.

Differential

Buy Now
Questions 31

Which of the following is true about a child playbook?

Options:

A.

The child playbook does not have access to the parent playbook's container or action result data.

B.

The child playbook does not have access to the parent playbook's container, but to the parent's action result data.

C.

The child playbook has access to the parent playbook's container and the parent's action result data.

D.

The child playbook has access to the parent playbook's container, but not to the parent's action result data.

Buy Now
Questions 32

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

Options:

A.

Notes

B.

Actions

C.

Service level agreement (SLA) expiration

D.

Playbooks

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

PDF + Testing Engine

$134.99

Testing Engine

$99.99

PDF (Q&A)

$84.99