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


Question 61 Discussion

A FortiSOAR playbook includes a Wait step that is configured to pause execution after initiating a reputation lookup on an indicator. Which two configurations of the Wait step are valid? (Choose two answers)

  • A. The playbook resumes when a specified amount of time has elapsed.
  • B. The playbook resumes when the indicator record is updated.
  • C. The Wait step can retry a specific step in the playbook at scheduled intervals until it succeeds.
  • D. The Wait step, during the AWAITING state, can execute child playbooks.
Correct Answer: C,D

Brave-Dump Clients Votes

CD 100%

Comments



Simon Cliffe 2026-02-15 22:01:14

Selected Answers: C, D


– C & D Reason – A- Resume after a fixed time -- A Wait step is NOT a timer step. FortiSOAR uses Delay or Sleep for time‑based pausing, not Wait.
B — Resume when indicator record is updated - A Wait step does not automatically monitor record updates. That behaviour belongs to Record Change Triggers, not Wait.