ExamGecko
Question list
Search
Search

Question 100 - CAD discussion

Report
Export

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

A.
The application needs to send weekly email reminders to requestors for all records on a table
Answers
A.
The application needs to send weekly email reminders to requestors for all records on a table
B.
The application needs to run a clean up script on the last day of every month
Answers
B.
The application needs to run a clean up script on the last day of every month
C.
The application needs to query the database every day to look for unassigned records
Answers
C.
The application needs to query the database every day to look for unassigned records
D.
The application needs to run a client-side script at the same time every day
Answers
D.
The application needs to run a client-side script at the same time every day
Suggested answer: D

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.

Reference:Scheduled Script Execution,Client scripts

asked 23/09/2024
Slavomir Ugrevic
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first