ServiceNow Certified System Administrator — Question 84
How is a group defined in ServiceNow?
Answer options
- A. A group is one record stored in the Group Type [sys_user_group_type] table
- B. A group is one record stored in the Group [sys_user_group] table
- C. A group defines a set of users that share the same location
- D. A group defines a set of users that share the same job title
Correct answer: B
Explanation
The correct answer is B, as a group in ServiceNow is indeed defined as a record in the Group [sys_user_group] table. Option A refers to a different table that categorizes groups, while options C and D describe user characteristics rather than the definition of a group itself.