SNOW-CSA UI, Navigation and Forms Practice Question
Which THREE of the following are valid ways to customize the form layout for a table in ServiceNow? (Choose three.)
⚠ Common exam trap
Many candidates confuse user-level personalization ('Personalize Form') with global configuration ('Form Layout'), or assume that Client Scripts can permanently alter form layout when they only affect runtime behavior.
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
✓
Using the 'Form Layout' option from the table's context menu to add/remove fields.
The 'Form Layout' option, accessible from the table's context menu (or via the 'Configure' > 'Form Layout' menu), allows administrators to add, remove, and reorder fields on a form. This directly modifies the underlying form XML configuration for the table, making it a standard and valid method for customizing form layout.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Using the 'Form Layout' option from the table's context menu to add/remove fields.
Why this is correct
This updates the sys_ui_form_section table.
- ✗
Using the 'Personalize Form' option to reorder fields for all users.
Why it's wrong here
Personalize Form is per-user only.
- ✓
Creating a UI Policy that reorders fields using the 'Reorder' action.
Why this is correct
UI Policies can reorder fields.
- ✗
Writing a Client Script that sets the visibility of fields.
Why it's wrong here
Client scripts can hide fields but not reorder them.
- ✓
Modifying the 'Form Sections' related list on the table's dictionary entry.
Why this is correct
Form sections define field groupings.
Go deeper
Related to this question
About these practice questions
This SNOW-CSA question is part of Courseiva's 504-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.