Nokia Certified Associate – AI and Analytics — Question 20
Which of the following system actions will pause a workflow at some point and wait for an operator to confirm or deny a particular course of action?
Answer options
- A. std.sleep
- B. nsp.wait
- C. nsp.user_input
- D. nsp.pause_before
Correct answer: C
Explanation
The correct answer is C, nsp.user_input, as it specifically prompts for user input to either confirm or deny an action, thereby pausing the workflow. Options A and B do not involve user interaction, and option D, while it pauses the workflow, does not solicit any confirmation from the user.