- A
Create a UI Policy that hides the 'Description' field and reorders fields for the specific group.
Why wrong: UI Policies apply to all users, not specific groups.
- B
Use the 'Personalize Form' option to rearrange fields and share the view with the group.
Why wrong: Personalized forms are user-specific and not shareable.
- C
Create a new view for the Incident table and assign it to a user criteria that includes the group.
Views can be scoped to user criteria.
- D
Write a Business Rule that updates the form configuration when the group members open a record.
Why wrong: Business Rules do not modify form layout.
Quick Answer
The correct approach is to create a new view for the Incident table and assign it to a user criteria that includes the group. This works because a view in ServiceNow is a saved configuration of a form layout, allowing you to hide fields like 'Description' and reorder them, while user criteria controls which users or groups see that specific view. On the CSA exam, this scenario tests your understanding of form personalization versus global configuration—a common trap is confusing views with UI policies, but views are the only method that provides a distinct form layout accessible from the form context menu’s ‘View’ option. Remember that user criteria acts as the gatekeeper: without it, the view applies to everyone. For a memory tip, think “View + User Criteria = Targeted Layout,” and recall that views are stored under the table’s form configuration, not as a separate module.
SNOW-CSA UI, Navigation and Forms Practice Question
This SNOW-CSA practice question tests your understanding of ui, navigation and forms. 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.
An administrator needs to provide a custom view for the Incident table that hides the 'Description' field and reorders fields for a specific group of users. The view should be accessible from the form context menu. Which approach should the administrator take?
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
Create a new view for the Incident table and assign it to a user criteria that includes the group.
Option C is correct because creating a new view for the Incident table and assigning it to a user criteria that includes the group allows the administrator to define a custom form layout (hiding the 'Description' field and reordering fields) that is automatically applied to all members of that group. Views are the native mechanism in ServiceNow for providing different form configurations to different users based on user criteria, and they are accessible from the form context menu via the 'View' option.
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.
- ✗
Create a UI Policy that hides the 'Description' field and reorders fields for the specific group.
Why it's wrong here
UI Policies apply to all users, not specific groups.
- ✗
Use the 'Personalize Form' option to rearrange fields and share the view with the group.
Why it's wrong here
Personalized forms are user-specific and not shareable.
- ✓
Create a new view for the Incident table and assign it to a user criteria that includes the group.
Why this is correct
Views can be scoped to user criteria.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Write a Business Rule that updates the form configuration when the group members open a record.
Why it's wrong here
Business Rules do not modify form layout.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse UI Policies (which can hide fields) with views (which control the entire form layout including field order and visibility), leading them to select option A despite UI Policies being unable to reorder fields.
Detailed technical explanation
How to think about this question
In ServiceNow, views are stored in the 'sys_ui_view' table and can be assigned to user criteria (stored in 'sys_user_criteria'), which supports conditions based on groups, roles, departments, or custom scripts. When a user opens a record, the platform evaluates user criteria in order of priority and applies the first matching view, overriding the default view. This mechanism is distinct from UI Policies, which run client-side and can hide fields but cannot alter the underlying form layout defined by the view.
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 small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
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.
- →
UI, Navigation and Forms — study guide chapter
Learn the concepts, then practise the questions
- →
UI, Navigation and Forms practice questions
Targeted practice on this topic area only
- →
All SNOW-CSA questions
510 questions across all exam domains
- →
ServiceNow Certified System Administrator CSA study guide
Full concept coverage aligned to exam objectives
- →
SNOW-CSA practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SNOW-CSA practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Reporting, SLA and Imports practice questions
Practise SNOW-CSA questions linked to Reporting, SLA and Imports.
Self-Service and Automation practice questions
Practise SNOW-CSA questions linked to Self-Service and Automation.
UI, Navigation and Forms practice questions
Practise SNOW-CSA questions linked to UI, Navigation and Forms.
Database Administration and CMDB practice questions
Practise SNOW-CSA questions linked to Database Administration and CMDB.
Service Catalog and Workflows practice questions
Practise SNOW-CSA questions linked to Service Catalog and Workflows.
Application Rules, ACL and Notifications practice questions
Practise SNOW-CSA questions linked to Application Rules, ACL and Notifications.
SNOW-CSA fundamentals practice questions
Practise SNOW-CSA questions linked to SNOW-CSA fundamentals.
SNOW-CSA scenario practice questions
Practise SNOW-CSA questions linked to SNOW-CSA scenario.
SNOW-CSA troubleshooting practice questions
Practise SNOW-CSA questions linked to SNOW-CSA troubleshooting.
Practice this exam
Start a free SNOW-CSA 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-CSA question test?
UI, Navigation and Forms — This question tests UI, Navigation and Forms — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Create a new view for the Incident table and assign it to a user criteria that includes the group. — Option C is correct because creating a new view for the Incident table and assigning it to a user criteria that includes the group allows the administrator to define a custom form layout (hiding the 'Description' field and reordering fields) that is automatically applied to all members of that group. Views are the native mechanism in ServiceNow for providing different form configurations to different users based on user criteria, and they are accessible from the form context menu via the 'View' option.
What should I do if I get this SNOW-CSA 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 →
Same concept, more angles
2 more ways this is tested on SNOW-CSA
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A user reports that after clicking 'New' on the incident module, the form loads but the 'Category' field is missing. Other users see the field. What is the most likely cause?
hard- A.The field is hidden by a UI policy
- B.The field is not in the default form view
- ✓ C.The user has a personal form layout that removed the field
- D.The user's role does not have read access to the field
Why C: Option C is correct because the user's personal form layout can override the default form view, removing fields like 'Category' for that specific user while others see the field. This is a common scenario where a user has customized their own form layout, either intentionally or accidentally, by dragging the field off the form or using the personalization options.
Variation 2. Which THREE of the following are valid ways to customize the form layout for a table in ServiceNow? (Choose three.)
hard- ✓ A.Using the 'Form Layout' option from the table's context menu to add/remove fields.
- B.Using the 'Personalize Form' option to reorder fields for all users.
- ✓ C.Creating a UI Policy that reorders fields using the 'Reorder' action.
- D.Writing a Client Script that sets the visibility of fields.
- ✓ E.Modifying the 'Form Sections' related list on the table's dictionary entry.
Why A: Option A is correct because 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.
Last reviewed: Jun 11, 2026
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.
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.
Sign in to join the discussion.