nerdexam
ServiceNow

CAD · Question #69

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

The correct answer is D. The application needs to run a client-side script at the same time every day. An example of when an application might not use a Scheduled Script Execution (Scheduled Job) is when the application needs to run a client-side script at the same time every day. A Scheduled Script Execution is a server-side script that runs on a specified schedule and performs s

Submitted by lars.no· Apr 18, 2026Application Automation

Question

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

Options

  • AThe application needs to send weekly email reminders to requestors for all records on a table
  • BThe application needs to run a clean up script on the last day of every month
  • CThe application needs to query the database every day to look for unassigned records
  • DThe application needs to run a client-side script at the same time every day

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    3% (1)
  • D
    94% (31)

Explanation

An example of when an application might not use a Scheduled Script Execution (Scheduled Job) is when the application needs to run a client-side script at the same time every day. A Scheduled Script Execution is a server-side script that runs on a specified schedule and performs some action on the server or database. A client-side script runs on the user's browser and cannot be scheduled by ServiceNow. The other options are examples of when an application might use a Scheduled Script Execution, such as sending email reminders, running a clean up script, or querying the database for unassigned records.

Topics

#Scheduled Script Execution#Scheduled Jobs#Server-side scripting#Client-side scripting

Community Discussion

No community discussion yet for this question.

Full CAD Practice