nerdexam
ServiceNow

CAD · Question #65

Which script types execute on the server? (Choose three.)

The correct answer is A. Business Rule D. Script Actions E. Scheduled Jobs. Server-side scripts, such as Business Rules, Script Actions, and Scheduled Jobs, execute on the ServiceNow instance's server to handle backend logic and automated tasks.

Submitted by ashley.k· Apr 18, 2026Application Automation

Question

Which script types execute on the server? (Choose three.)

Options

  • ABusiness Rule
  • BClient Scripts
  • CUI Policies
  • DScript Actions
  • EScheduled Jobs

How the community answered

(23 responses)
  • A
    96% (22)
  • C
    4% (1)

Why each option

Server-side scripts, such as Business Rules, Script Actions, and Scheduled Jobs, execute on the ServiceNow instance's server to handle backend logic and automated tasks.

ABusiness RuleCorrect

Business Rules are server-side scripts that execute on the ServiceNow instance to implement server-side logic before or after a database operation on a record.

BClient Scripts

Client Scripts execute on the client-side (web browser), primarily used for validating forms, making UI changes, and enhancing user interaction before data submission.

CUI Policies

UI Policies primarily execute on the client-side to dynamically change form field visibility, mandatory status, or read-only state based on conditions.

DScript ActionsCorrect

Script Actions are server-side scripts that run asynchronously after an event is triggered, allowing for backend automation without impacting user experience.

EScheduled JobsCorrect

Scheduled Jobs are server-side scripts configured to execute automatically at specified intervals or times, performing background processes and tasks.

Concept tested: Server-side script types

Source: https://docs.servicenow.com/bundle/washingtondc-application-development/page/script/server-scripting/concept/c_ServerSideScripting.html

Topics

#Server-side scripting#Business Rules#Script Actions#Scheduled Jobs

Community Discussion

No community discussion yet for this question.

Full CAD Practice