
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 05-07-2020 09:09 AM
CMDB Interview Questions
- CMDB stands for?
- What is CMDB?
- What is CI?
- Which are base tables in CMDB?
- Difference between Asset and CI
- Datacenter is asset or not?
- In CMDB where we store datacenter
- In how many ways to populate CMDB data?
- what is CMDB Relationship?
- How to test CMDB Health?
- what is identification rules?
- What are reconciliation rules?
- what is data precedence?
- which role is needed to manage CMDB?
- How CMDB works, how does the data flow? How CI relations are maintaining, how are they normalized.
- Asset vs CI with example
- can we create multiple criterian attribute for a table.
- Main base table of cmdb,windows server,router,business application?
- Any five best practice for CMDB?
- How CMDB rules work explain with their order.
if this article helped you in any way then mark it helpful and bookmark it for future use.
- 41,416 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
CMDB - Configuration Management Database
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
1. CMDB stands for: Configuration Management Database
2. What is CMDB?: CMDB is a database that stores information about IT assets, configurations, and relationships.
3. What is CI?: CI stands for Configuration Item, which represents a single IT asset or component.
4. Base tables in CMDB: The base tables in CMDB are:
- cmdb_ci (stores CI records)
- cmdb_rel_ci (stores relationships between CIs)
5. Difference between Asset and CI: Assets represent financial ownership, while CIs represent functional ownership.
6. Datacenter is asset or not?: A datacenter is typically considered a CI, not an asset.
7. Where to store datacenter in CMDB: Datacenter information is stored in the cmdb_ci table.
8. Ways to populate CMDB data: CMDB data can be populated through:
- Manual entry
- Import sets
- Discovery tools
- API integrations
9. CMDB Relationship: CMDB relationships define how CIs are connected or depend on each other.
10. Test CMDB Health: CMDB health can be tested through:
- Data integrity checks
- Reconciliation rules
- Identification rules
11. Identification rules: Identification rules help identify and merge duplicate CI records.
12. Reconciliation rules: Reconciliation rules ensure data consistency between CMDB and external sources.
13. Data precedence: Data precedence determines which data source takes priority when conflicting data is found.
14. Role needed to manage CMDB: The "cmdb_admin" role is typically required to manage CMDB.
15. How CMDB works: CMDB works by storing and managing CI records, relationships, and data from various sources.
16. Data flow: Data flows into CMDB through various sources, and CMDB rules ensure data consistency and integrity.
17. CI relations maintenance: CI relations are maintained through cmdb_rel_ci table and reconciliation rules.
18. Normalization: Normalization ensures data consistency and reduces duplicates.
19. Asset vs CI example: A laptop (asset) can have multiple CIs (e.g., CPU, RAM, HDD).
20. Multiple criteria attribute: Yes, multiple criteria attributes can be created for a table.
21. Main base table of CMDB: cmdb_ci
22. Examples of base tables: windows_server, router, business_application
23. Five best practices for CMDB:
- Define clear CI and relationship criteria
- Establish data governance and ownership
- Use identification and reconciliation rules
- Regularly audit and clean up data
- Train users on CMDB processes
24. CMDB rules order:
- Identification rules
- Reconciliation rules and Data precedence rules
**Data precedence rules are now merged with reconciliation rules starting Paris release
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
@Rahman786 - on last question (#24), data precedence rules are now merged with reconciliation rules starting Paris release.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0756709
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
21. Main base table of CMDB: cmdb_ci : Isnt the base CMDB table is Base Configuration Items [cmdb]