ExamGecko
Question list
Search
Search

Question 76 - SPLK-2003 discussion

Report
Export

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

A.

Prompt and decision blocks.

Answers
A.

Prompt and decision blocks.

B.

Decision and action blocks.

Answers
B.

Decision and action blocks.

C.

Filter and decision blocks.

Answers
C.

Filter and decision blocks.

D.

Filter and prompt blocks.

Answers
D.

Filter and prompt blocks.

Suggested answer: A

Explanation:

https://docs.splunk.com/Documentation/SOAR/current/Playbook/DecisionBlock

In Splunk SOAR playbooks, the blocks that can discern which path to take next are the prompt and decision blocks. The prompt block allows the playbook to pause and wait for user input, which can then determine the subsequent path of execution based on the response provided. The decision block evaluates conditions based on data within the playbook and directs the flow to different paths accordingly11.

The decision block is used to change the flow of artifacts by performing IF, ELSE IF, or ELSE functions. When an artifact meets a True condition, it is passed downstream to the corresponding block in the playbook flow11. The prompt block, on the other hand, interacts with users to make decisions during playbook execution, which can also influence the direction of the playbook's flow.

Splunk SOAR documentation on using decisions to send artifacts to a specific downstream action in your playbook

asked 13/11/2024
Luke Swetland
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first