ServiceNow Certified System Administrator — Question 245
How is a user defined in ServiceNow?
Answer options
- A. A user is a record stored in the Profile [sys_user_profile] table
- B. A user is a record stored in the User [sys_user] table
- C. A user is a record stored in the User Preference [sys_user_preference] table
- D. A user is a field in the LDAP integration
Correct answer: B
Explanation
The correct answer is B because users are specifically recorded in the User [sys_user] table, which contains the details necessary for authentication and application access. Option A refers to the Profile table that holds additional user information but does not define a user. Option C relates to user preferences, which are settings rather than user definitions, and Option D incorrectly describes a field rather than a record for user identification.