ServiceNow Certified Implementation Specialist - Data Foundations (CMDB and CSDM) CIS-DF Question # 51 Topic 6 Discussion
CIS-DF Exam Topic 6 Question 51 Discussion:
Question #: 51
Topic #: 6
A ServiceNow Administrator needs to create multiple new classes in the CMDB but wants to follow ServiceNow best practices for naming CMDB tables to prevent technical debt.
What is the starting prefix for all custom CMDB tables?
Custom CMDB class tables should begin with u_cmdb_ci . The u_ portion identifies a customer-created table, while cmdb_ci preserves the standard CMDB naming convention and clearly indicates that the table extends the Configuration Item hierarchy.
For example, appropriate custom class names may resemble u_cmdb_ci_custom_router or u_cmdb_ci_special_switch. The uploaded guide uses these exact naming patterns when discussing custom-class consolidation and the technical debt created by unnecessary custom classes.
Using only cmdb_ci would incorrectly suggest an out-of-box ServiceNow table. Prefixes such as u_ci_cmdb and ci_cmdb do not follow the standard hierarchy convention. Before creating any custom class, the administrator should still verify that a suitable supported class is not already available through the CMDB CI Class Models application.
=========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit