Palo Alto Networks Certified Security Automation Engineer (PCSAE) — Question 1

An engineer is developing a playbook that will be run multiple times for testing purposes.
What is the recommended first task to be used in the playbook?

Answer options

Correct answer: A

Explanation

The correct answer is A, DeleteContext, because starting with this task ensures that any previous context is cleared before the playbook runs again. The other options do not perform this essential cleanup, which could lead to inaccurate test results.