Exam CAD Topic 4 Question 230 Discussion
Actual exam question for ServiceNow's CAD exam
Question #: 230
Topic #: 4
Question #: 230
Topic #: 4
Which scenario will a Scheduled Script Execution (Scheduled Job) be implemented?
Suggested Answer: B Vote an answer
Scheduled Script Executions (formerly known as Scheduled Jobs) are used to run server-side logic at specific intervals, such as querying or updating records automatically. Option B describes a valid server-side scheduled use case.
From ServiceNow Docs (https://developer.servicenow.com/):
"Scheduled Script Executions allow you to define JavaScript logic that runs on a schedule to automate tasks such as checking data integrity, generating reports, or reassigning records." Client-side logic like in options A, C, and D must use Client Scripts or UI Policies, not Scheduled Jobs.
From ServiceNow Docs (https://developer.servicenow.com/):
"Scheduled Script Executions allow you to define JavaScript logic that runs on a schedule to automate tasks such as checking data integrity, generating reports, or reassigning records." Client-side logic like in options A, C, and D must use Client Scripts or UI Policies, not Scheduled Jobs.
by Ralap at May 11, 2026, 05:06 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).