Question 204 of 500
Core Application DevelopmenteasyMultiple SelectObjective-mapped

Quick Answer

The correct answer is On load. This is one of the two primary UI Policy trigger types in ServiceNow, alongside On change, which together control client-side form behavior. On load triggers execute automatically when a form is first rendered in the browser, allowing you to set default values, hide or show fields, or make fields read-only before any user interaction occurs. On change triggers fire only when a specified field’s value is modified by the user, enabling dynamic updates like showing a new section when a checkbox is ticked. On the ServiceNow Certified Application Developer CAD exam, this distinction is frequently tested because candidates often confuse On load with On change or mistakenly think On submit is a valid UI Policy type. A common trap is assuming UI Policies run server-side—they do not; they are purely client-side scripts. To remember: think of On load as the “setup” trigger that runs once when the page opens, and On change as the “reaction” trigger that responds to user edits. A simple mnemonic is “Load sets the stage, change turns the page.”

SNOW-CAD Core Application Development Practice Question

This SNOW-CAD practice question tests your understanding of core application development. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which TWO of the following are types of UI Policies? (Choose two.)

Question 1easymulti select
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

On change

UI Policies in ServiceNow are client-side scripts that run on the browser to control the behavior of fields on a form. The 'On change' type triggers when a specified field's value changes, allowing dynamic field updates or visibility changes. The 'On load' type triggers when the form is initially loaded, enabling default value setting or field configuration before user interaction.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • On change

    Why this is correct

    UI Policies can run when a field changes.

    Related concept

    Read the scenario before looking for a memorised answer.

  • On load

    Why this is correct

    UI Policies can run on form load.

    Related concept

    Read the scenario before looking for a memorised answer.

  • On submit

    Why it's wrong here

    On submit is not a UI Policy type.

  • On delete

    Why it's wrong here

    On delete is not a UI Policy type.

  • On query

    Why it's wrong here

    On query is not a UI Policy type.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse UI Policy triggers with Business Rule triggers, mistakenly selecting 'On submit' or 'On query' because they are familiar server-side events, but UI Policies only support 'On load' and 'On change' as client-side events.

Detailed technical explanation

How to think about this question

UI Policies execute as client-side JavaScript in the browser, using g_form and g_user APIs to manipulate field properties like mandatory, visible, or read-only. They are evaluated on the client without a server round-trip, making them efficient for real-time form interactions. A subtle behavior is that 'On change' UI Policies can be configured to run on a specific field's change, while 'On load' runs once per form load, and both can be combined with conditions to control execution.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the SNOW-CAD exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SNOW-CAD practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SNOW-CAD practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SNOW-CAD question test?

Core Application Development — This question tests Core Application Development — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: On change — UI Policies in ServiceNow are client-side scripts that run on the browser to control the behavior of fields on a form. The 'On change' type triggers when a specified field's value changes, allowing dynamic field updates or visibility changes. The 'On load' type triggers when the form is initially loaded, enabling default value setting or field configuration before user interaction.

What should I do if I get this SNOW-CAD question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SNOW-CAD practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CAD exam.