nerdexam
ServiceNow

CSA · Question #184

Groups are stored in what table?

The correct answer is D. Group [sys_user_group]. This question asks to identify the specific table in ServiceNow that stores user group records.

Submitted by ahmad_uae· Apr 18, 2026Database Management and Platform Security

Question

Groups are stored in what table?

Options

  • AUser Group [user_groups]
  • BGroups [sys_user_groups]
  • CGroup [sn_sys_user_group]
  • DGroup [sys_user_group]
  • EUser Groups [sn_user_groups]

How the community answered

(57 responses)
  • A
    5% (3)
  • B
    2% (1)
  • C
    2% (1)
  • D
    88% (50)
  • E
    4% (2)

Why each option

This question asks to identify the specific table in ServiceNow that stores user group records.

AUser Group [user_groups]

User Group [user_groups] uses an incorrect naming convention and is not the official table name.

BGroups [sys_user_groups]

Groups [sys_user_groups] uses the plural '_groups' which is incorrect; the table name is singular '_group'.

CGroup [sn_sys_user_group]

Group [sn_sys_user_group] incorrectly includes the 'sn_' prefix, which is typically for scoped application tables, not the core system group table.

DGroup [sys_user_group]Correct

Group [sys_user_group] is the correct and standard table in ServiceNow where all user group definitions are stored. The `sys_` prefix indicates it is a core system table.

EUser Groups [sn_user_groups]

User Groups [sn_user_groups] contains both the incorrect 'sn_' prefix and the plural '_groups' suffix.

Concept tested: ServiceNow core tables for user groups

Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/users-and-groups/task/create-a-group.html

Topics

#Groups#Tables#User Administration#Platform Fundamentals

Community Discussion

No community discussion yet for this question.

Full CSA Practice