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

Home > Splunk > Splunk SOAR Certified Automation Developer > SPLK-2003

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

Question # 4

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

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

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

How is it possible to evaluate user prompt results?

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

Full Access
Question # 9

What is the default embedded search engine used by Phantom?

A.

Embedded Splunk search engine.

B.

Embedded Phantom search engine.

C.

Embedded Elastic search engine.

D.

Embedded Django search engine.

Full Access
Question # 10

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

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

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.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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

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

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

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?

A.

Workbook page Evidence tab.

B.

Evidence report.

C.

Investigation page Evidence tab.

D.

At the bottom of the Investigation page widget panel.

Full Access
Question # 17

Which of the following describes the use of labels in Phantom?

A.

Labels determine the service level agreement (SLA) for a container.

B.

Labels control the default seventy, ownership, and sensitivity for the container.

C.

Labels control which apps are allowed to execute actions on the container.

D.

Labels determine which playbook(s) are executed when a container is created.

Full Access
Question # 18

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

A.

Snapshot

B.

Incremental

C.

Partial

D.

Differential

Full Access
Question # 19

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

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

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

A.

Non-Human

B.

Automation

C.

Automation Engineer

D.

Service Account

Full Access
Question # 22

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

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.

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

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

When is using decision blocks most useful?

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.

Full Access
Question # 26

How can an individual asset action be manually started?

A.

With the > action button in the analyst queue page.

B.

By executing a playbook in the Playbooks section.

C.

With the > action button in the Investigation page.

D.

With the > asset button in the asset configuration section.

Full Access
Question # 27

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

What are the differences between cases and events?

A.

Case: potential threats.

Events: identified as a specific kind of problem and need a structured approach.

B.

Cases: only include high-level incident artifacts.

Events: only include low-level incident artifacts.

C.

Cases: contain a collection of containers.

Events: contain potential threats.

D.

Cases: incidents with a known violation and a plan for correction.

Events: occurrences in the system that may require a response.

Full Access