Palo Alto Networks Certified Security Automation Engineer (PCSAE) — Question 16
In which two scenarios would it be appropriate to implement a loop for a sub-playbook? (Choose two.)
Answer options
- A. In repetitive process flows to iterate for each playbook input
- B. When continuously ingesting incidents from third-party systems
- C. In repetitive process flows with no more than 10 loops
- D. In repetitive processes that requires sub-playbook re-execution
Correct answer: A, D
Explanation
Option A is correct because loops are ideal for handling repetitive tasks such as iterating through playbook inputs. Option D is also correct since loops can facilitate the re-execution of sub-playbooks in repetitive processes. Options B and C are not suitable as they do not specifically address the use of loops in sub-playbooks.