Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Splunk SPLK-2003 Splunk SOAR Certified Automation Developer Exam Exam Practice Test

Page: 1 / 10
Total 96 questions

Splunk SOAR Certified Automation Developer Exam Questions and Answers

Question 1

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.

Question 2

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

Question 3

Where in SOAR can a user view the JSON data for a container?

Options:

A.

In the analyst queue.

B.

On the Investigation page.

C.

In the data ingestion display.

D.

In the audit log.

Question 4

If no data matches any filter conditions, what is the next block run by the playbook?

Options:

A.

The end block.

B.

The start block.

C.

The filter block.

D.

The next block.

Question 5

When is using decision blocks most useful?

Options:

A.

When selecting one (or zero) possible paths in the playbook.

B.

When processing different data in parallel.

C.

When evaluating complex, multi-value results or artifacts.

D.

When modifying downstream data hi one or more paths in the playbook.

Question 6

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.

Question 7

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.

Question 8

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

Options:

A.

superuser, administrator

B.

phantomcreate. phantomedit

C.

phantomsearch, phantomdelete

D.

admin,user

Question 9

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

Question 10

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

Options:

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.

Question 11

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.

Question 12

Is it possible to import external Python libraries such as the time module?

Options:

A.

No.

B.

No, but this can be changed by setting the proper permissions.

C.

Yes, in the global block.

D.

Yes. from a drop-down menu.

Question 13

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.

Question 14

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

Options:

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)

Question 15

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.

Question 16

How is it possible to evaluate user prompt results?

Options:

A.

Set action_result.summary. status to required.

B.

Set the user prompt to reinvoke if it times out.

C.

Set action_result. summary. response to required.

D.

Add a decision Mode

Question 17

What is the default embedded search engine used by SOAR?

Options:

A.

Embedded Splunk search engine.

B.

Embedded SOAR search engine.

C.

Embedded Django search engine.

D.

Embedded Elastic search engine.

Question 18

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

Options:

A.

New, Open, Resolved

B.

Low, Medium, High

C.

New, In Progress, Closed

D.

Low, Medium, Critical

Question 19

A user wants to get the playbook results for a single artifact. Which steps will accomplish the?

Options:

A.

Use the contextual menu from the artifact and select run playbook.

B.

Use the run playbook dialog and set the scope to the artifact.

C.

Create a new container including Just the artifact in question.

D.

Use the contextual menu from the artifact and select the actions.

Question 20

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.

Question 21

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

Options:

A.

Playbook Usage

B.

Memory Usage

C.

Disk Usage

D.

Load Average

Question 22

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

Question 23

Which of the following can be done with the System Health Display?

Options:

A.

Create a temporary, edited version of a process and test the results.

B.

Partially rewind processes, which is useful for debugging.

C.

View a single column of status for SOAR processes. For metrics, click Details.

D.

Reset DECIDED to reset playbook environments back to at-start conditions.

Question 24

Which of the following roles is appropriate for a Splunk SOAR account that will only be used to execute automated tasks?

Options:

A.

Non-Human

B.

Automation

C.

Automation Engineer

D.

Service Account

Question 25

The SOAR server has been configured to use an external Splunk search head for search and searching on SOAR works; however, the search results don't include content that was being returned by search before configuring external search. Which of the following could be the problem?

Options:

A.

The existing content indexes on the SOAR server need to be re-indexed to migrate them to Splunk.

B.

The user configured on the SOAR side with Phantomsearch capability is not enabled on Splunk.

C.

The remote Splunk search head is currently offline.

D.

Content that existed before configuring external search must be backed up on SOAR and restored on the Splunk search head.

Question 26

Under Asset Ingestion Settings, how many labels must be applied when configuring an asset?

Options:

A.

Labels are not configured under Asset Ingestion Settings.

B.

One.

C.

One or more.

D.

Zero or more.

Question 27

Which of the following queries would return all artifacts that contain a SHA1 file hash?

Options:

A.

https:// /rest/artifact?_filter_cef_md5_insull=false

B.

https:// /rest/artifact?_filter_cef_Shal_contains=””

C.

https:// /rest/artifact?_filter_cef_shal_insull=False

D.

https:// /rest/artifact?_filter_shal__insull=False

Question 28

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

Page: 1 / 10
Total 96 questions