nerdexam
ServiceNow

CAD · Question #114

Which is the base table of the configuration management database hierarchy?

The correct answer is C. cmdb_ci. The cmdb_ci table serves as the base table for the configuration management database hierarchy, from which all specific Configuration Item classes are extended. This table defines the common attributes shared by all CIs.

Submitted by tarun92· Apr 18, 2026Designing and Creating an Application

Question

Which is the base table of the configuration management database hierarchy?

Options

  • Acmdb_rel_ci
  • Bucmdb
  • Ccmdb_ci
  • Dcmdb

How the community answered

(56 responses)
  • A
    4% (2)
  • B
    5% (3)
  • C
    89% (50)
  • D
    2% (1)

Why each option

The `cmdb_ci` table serves as the base table for the configuration management database hierarchy, from which all specific Configuration Item classes are extended. This table defines the common attributes shared by all CIs.

Acmdb_rel_ci

`cmdb_rel_ci` is a table for storing relationships between CIs, not the base table of the CI hierarchy itself.

Bucmdb

`ucmdb` is not a standard ServiceNow table; it might refer to a different CMDB product.

Ccmdb_ciCorrect

The `cmdb_ci` table is the base table for all Configuration Items (CIs) in the CMDB hierarchy, meaning all other CI classes extend from it and inherit its fields and behaviors. While `cmdb` is the top-level CMDB table, `cmdb_ci` is the direct parent for all actual Configuration Items.

Dcmdb

The `cmdb` table is the base table for the entire CMDB application, but `cmdb_ci` is specifically the base for Configuration Items within that hierarchy, which is typically what 'CMDB hierarchy' refers to in this context.

Concept tested: CMDB hierarchy base table

Source: https://docs.servicenow.com/bundle/utah-servicenow-platform/page/product/configuration-management/concept/cmdb-ci-table.html

Topics

#CMDB#Table Hierarchy#Configuration Items

Community Discussion

No community discussion yet for this question.

Full CAD Practice