Courseiva
UI, Navigation and FormsmediumMultiple SelectObjective-mapped

SNOW-CSA UI, Navigation and Forms Practice Question

Which three of the following are valid methods to control field visibility on a form based on user input? (Choose three.)

⚠ Common exam trap

Candidates often confuse Data Policies (server-side data enforcement) with UI Policies (client-side visibility control), leading candidates to incorrectly select Data Policies as a method for form field visibility.

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

Dynamic Form Configuration.

Dynamic Form Configuration (B) is correct because it allows form fields to be shown, hidden, or made mandatory based on conditions evaluated against user input or other field values, directly controlling field visibility on a form without requiring server-side processing. Client scripts that set field attributes (C) are correct because they can manipulate field visibility by setting the 'visible' attribute dynamically in response to user input. UI Policies with visibility actions (E) are correct because they are client-side scripts that can show or hide fields based on conditions evaluated on the browser. Data Policies (A) are incorrect because they are server-side enforcement rules that control data integrity and do not directly control form field visibility. Role-based ACLs on the field (D) are incorrect because they control access to the field based on user roles, not visibility based on user input.

Answer analysis

Option-by-option breakdown

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

  • Data Policies with conditions.

    Why it's wrong here

    Data policies enforce data validation rules, not field visibility.

  • Dynamic Form Configuration.

    Why this is correct

    Dynamic Form Configuration allows conditionally showing or hiding fields in form views.

  • Client scripts that set field attributes.

    Why this is correct

    Client scripts can dynamically change field visibility using g_form.setDisplay().

  • Role-based ACLs on the field.

    Why it's wrong here

    ACLs control read/write access but not visibility based on user input.

  • UI Policies with visibility actions.

    Why this is correct

    UI Policies can set field visibility based on conditions.

About these practice questions

One of 504 original SNOW-CSA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SNOW-CSA 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-CSA exam.