nerdexam
Splunk

SPLK-2003 · Question #106

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

The correct answer is A. Prompt and decision blocks. 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…

Developing Playbooks

Question

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

Options

  • APrompt and decision blocks.
  • BDecision and action blocks.
  • CFilter and decision blocks.
  • DFilter and prompt blocks.

How the community answered

(26 responses)
  • A
    92% (24)
  • B
    4% (1)
  • D
    4% (1)

Explanation

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 accordingly. 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 flow. 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

Topics

#decision block#prompt block#playbook flow#conditional logic

Community Discussion

No community discussion yet for this question.

Full SPLK-2003 Practice