nerdexam
ServiceNow

CSA · Question #333

A group is stored in which table?

The correct answer is C. Group[sys_user_group]. In ServiceNow, all information pertaining to user groups, including their definitions and members, is consistently stored within the sys_user_group table.

Submitted by lukas.cz· Apr 18, 2026Database Management and Platform Security

Question

A group is stored in which table?

Options

  • AGroup[user group]
  • BGroup[sys_user]
  • CGroup[sys_user_group]
  • DGroup[sys_user_group_profile]

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    93% (57)
  • D
    2% (1)

Why each option

In ServiceNow, all information pertaining to user groups, including their definitions and members, is consistently stored within the `sys_user_group` table.

AGroup[user group]

Group[user group] is a descriptive label and not the actual technical name of the table where groups are stored.

BGroup[sys_user]

`sys_user` is the table where individual user records are stored, not user group definitions.

CGroup[sys_user_group]Correct

The `sys_user_group` table is the dedicated and standard table in ServiceNow for storing all definitions and properties of user groups, which organize users for access control and other purposes.

DGroup[sys_user_group_profile]

There is no standard ServiceNow table named `sys_user_group_profile` for storing group records.

Concept tested: ServiceNow group table

Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/user-administration/reference/r_UsersAndGroupsTables.html

Topics

#Groups#ServiceNow Tables#User Administration#Platform Security

Community Discussion

No community discussion yet for this question.

Full CSA Practice