CSA · Question #47
What is a role in ServiceNow?
The correct answer is C. A role is one record in the Role [sys_user_role] table. In ServiceNow, a role is a single record stored within the Role [sys_user_role] table, representing a collection of permissions.
Question
What is a role in ServiceNow?
Options
- AA role is one record in the Role [user_sys_role] table
- BA role is a set of modules for a particular application
- CA role is one record in the Role [sys_user_role] table
- DA role is a persona used in Live Feed Chat
How the community answered
(64 responses)- A6% (4)
- B2% (1)
- C89% (57)
- D3% (2)
Why each option
In ServiceNow, a role is a single record stored within the `Role [sys_user_role]` table, representing a collection of permissions.
The correct table name for roles is `sys_user_role`, not `user_sys_role`.
While roles influence which modules a user can see, a role itself is not a set of modules; it is a set of permissions.
A role in ServiceNow is a record in the `sys_user_role` table that grants a specific set of permissions and access rights. These roles are then assigned to users or groups, determining what they can see and do within the instance.
A role is a fundamental security and access control concept, not specifically a persona for Live Feed Chat.
Concept tested: Role definition and underlying table
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/user-administration/concept/c_Roles.html
Topics
Community Discussion
No community discussion yet for this question.