ExamGecko
Question list
Search
Search

Question 6 - SPLK-2003 discussion

Report
Export

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?

A.
Incorrect Join configuration on the second playbook.
Answers
A.
Incorrect Join configuration on the second playbook.
B.
The first playbook is performing poorly.
Answers
B.
The first playbook is performing poorly.
C.
The steep option for the second playbook is not set to a long enough interval.
Answers
C.
The steep option for the second playbook is not set to a long enough interval.
D.
Synchronous execution has not been configured.
Answers
D.
Synchronous execution has not been configured.
Suggested answer: D

Explanation:

The correct answer is D because synchronous execution has not been configured. Synchronousexecution is a feature that allows you to control the order of execution of playbook blocks. Bydefault, Phantom executes playbook blocks asynchronously, meaning that it does not wait forone block to finish before starting the next one. This can cause problems when you havedependencies between blocks or when you call other playbooks. To enable synchronousexecution, you need to use thesyncaction in therun playbookblock and specify the name of thenext block to run after the called playbook completes. SeeSplunk SOAR Documentationfor moredetails.In Splunk SOAR, playbooks can be executed either synchronously or asynchronously.Synchronous execution ensures that a playbook waits for a called playbook to complete beforeproceeding to the next step. If the second playbook starts executing before the first onecompletes, it indicates that synchronous execution was not configured for the playbooks.Without synchronous execution, playbooks will execute independently of each other'scompletion status, leading to potential overlaps in execution. This behavior can be controlledby properly configuring the playbook execution settings to ensure that dependent playbookscomplete their tasks in the desired order

asked 23/09/2024
Thabo Sebola
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first