ServiceNowServiceNow
CSA · Question #152
CSA Question #152: Real Exam Question with Answer & Explanation
The correct answer is A: User [sys_user]. This question asks to identify the correct table where user records are stored in ServiceNow.
Submitted by chiamaka_o· Apr 18, 2026Database Management and Platform Security
Question
User records are stored in which table?
Options
- AUser [sys_user]
- BUser [sn_user]
- CUser [u_sys_user]
- DUser [s_user]
Explanation
This question asks to identify the correct table where user records are stored in ServiceNow.
Common mistakes.
- B.
sn_useris not a standard ServiceNow table for user records;sn_is sometimes used for scoped applications. - C.
u_sys_userindicates a custom table (u_) named sys_user, which is incorrect as the standard table is not prefixed withu_. - D.
s_useris not a standard ServiceNow table for user records.
Concept tested. ServiceNow core user table identification
Topics
#User Management#System Tables#Data Model#sys_user
Community Discussion
No community discussion yet for this question.