ServiceNow Certified Application Developer — Question 154

Which is an example of when an application might use a Scheduled Script Execution (Scheduled Job)?

Answer options

Correct answer: B

Explanation

Option B is correct because Scheduled Script Executions are designed for tasks that require periodic execution, such as querying the database for unassigned records. Options A, C, and D are incorrect because they involve client-side scripting or real-time interactions, which are not suitable for scheduled jobs.