SNOW-CSA Self-Service and Automation Practice Question
A large enterprise uses ServiceNow for IT Service Management and has implemented a self-service portal with over 50 catalog items. Recently, the IT team receives complaints that certain catalog items are not visible to users who should have access based on their roles. The administrator has verified that the catalog items are set to 'User Criteria' and 'Roles' correctly. Additionally, the portal's 'Catalog Categories' and 'Homepage' configuration seem correct. However, users still report missing items. Upon investigation, the administrator notices that the 'Available for' criteria on some catalog items include conditions like 'User's Department is IT', but the users in IT claim they still cannot see the item. The administrator checks the user records and confirms that the department field is correctly populated. What is the most likely cause of this issue?
⚠ Common exam trap
The trap here is that candidates often focus on role-based access or configuration errors (like fulfillment groups or table permissions) and overlook the fact that ServiceNow caches user criteria evaluations, so changes to criteria conditions require a cache flush to take effect immediately.
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
✓
The system's cache for user criteria evaluation has not been flushed after the latest updates to the criteria.
The most likely cause is that the system's cache for user criteria evaluation has not been flushed after the latest updates to the criteria. ServiceNow caches user criteria evaluations to improve performance, and when criteria are modified, the cache must be cleared (via the 'Flush Cache' related link on the User Criteria record or by running the 'User Criteria Cache Flush' scheduled job) before the changes take effect. Without this flush, the system continues to use stale cached results, causing users to be incorrectly denied access to catalog items even though their department field is correctly populated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The 'Can read' role on the 'Request' table is missing for the users.
Why it's wrong here
The ability to view catalog items is controlled by item-level criteria, not by table read roles.
- ✓
The system's cache for user criteria evaluation has not been flushed after the latest updates to the criteria.
Why this is correct
ServiceNow caches criteria evaluation; flushing the cache or waiting for periodic refresh resolves visibility issues.
- ✗
The portal uses a custom URL that triggers incorrect encoding for some catalog item categories.
Why it's wrong here
URL encoding would affect page display, not visibility based on criteria.
- ✗
The catalog items are assigned to a fulfillment group that the users are not members of.
Why it's wrong here
Fulfillment groups affect assignment, not visibility.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SNOW-CSA question from scratch — 504 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.