nerdexam
ServiceNow

CSA · Question #423

Which type of scripts nun in the browser?

The correct answer is D. Ul Policies and Client Scripts. UI Policies and Client Scripts are the types of scripts in ServiceNow that execute on the client-side, directly within the user's web browser.

Submitted by ngozi_ng· Apr 18, 2026User Interface and Navigation

Question

Which type of scripts nun in the browser?

Options

  • AScript include Scripts
  • BBusiness Rule Scripts
  • CAccess Contra! Scripts
  • DUl Policies and Client Scripts

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    3% (1)
  • D
    92% (35)

Why each option

UI Policies and Client Scripts are the types of scripts in ServiceNow that execute on the client-side, directly within the user's web browser.

AScript include Scripts

Script Includes are server-side components used to store and execute reusable JavaScript functions on the ServiceNow instance.

BBusiness Rule Scripts

Business Rules are server-side scripts that run on the ServiceNow instance when a database operation occurs (insert, update, delete, query).

CAccess Contra! Scripts

Access Control Scripts (used within ACLs) are server-side scripts that determine user permissions on the ServiceNow instance by evaluating conditions and roles.

DUl Policies and Client ScriptsCorrect

Client Scripts execute JavaScript in the user's browser in response to form loads, changes, or submissions, while UI Policies dynamically modify form fields or visibility based on conditions, both operating client-side.

Concept tested: Client-side vs. Server-side scripting in ServiceNow

Source: https://docs.servicenow.com/bundle/utah-application-development/page/script/client-scripts/concept/c_ClientScripts.html

Topics

#Client-side scripting#UI Policies#Client Scripts#Script execution context

Community Discussion

No community discussion yet for this question.

Full CSA Practice