View all questions & answers for the NSE 7 - Security Operations 7.6 Architect Materials exam


Question 65 Discussion

A very long FortiSOAR playbook failed at step 30 because of an intermittent networking issue, which has now been resolved. You want to finish executing the playbook without repeating earlier steps or losing prior context. Which action should you take? (Choose one answer)

  • A. Use mock input for step 30 and re-run the playbook.
  • B. Use the Load ENV JSON option in the Jinja Editor and then render the output.
  • C. Use the Rerun From Last Failed Step option from the executed playbook logs.
  • D. Add a connector from the trigger to step 30 directly and re-run the playbook.
Correct Answer: C

Brave-Dump Clients Votes

C 100%

Comments



Simon Cliffe 2026-02-15 22:04:59

Selected Answers: C


C Reasons A — “Use mock input for step 30 and re‑run the playbook” - Mock input is for testing, not recovering a live playbook run.
B — “Use the Load ENV JSON option…” ENV JSON is for debugging or reconstructing environments, not for resuming execution.
D — “Add a connector from the trigger to step 30…” This changes the playbook design — absolutely not how you resume a failed execution.