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

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.