A solid understanding of CMDB tables is essential for working with configuration items (CIs). This question focuses on identifying the core table that stores the basic attributes of all configuration items.
❓ Quiz Question
What CMDB table stores the basic attributes of all the configuration items?
✅ Correct Answer
✔ Configuration Item
❌ Incorrect Options
-
CI Relationship
-
Configuration File
-
Base Configuration Item
🔍 Detailed Explanation
The Configuration Item table is the central table in the CMDB hierarchy. It contains the common, foundational attributes shared by all configuration items.
✔️ Why Configuration Item Is Correct
🟢 Configuration Item
This table:
-
Stores basic CI attributes such as name, status, and identifiers
-
Acts as the parent table for most IT-related CI classes
-
Provides a consistent structure for all configuration items
📌 Key point: All CI types inherit from cmdb_ci.
❌ Why the Other Options Are Incorrect
🚫 Base Configuration Item
-
Serves as the base table for non-IT configuration items
-
Does not store the core attributes for all CIs
🚫 CI Relationship
-
Stores relationships between CIs
-
Does not contain CI attribute data
🚫 Configuration File
-
Represents a specific CI type
-
Inherits attributes from cmdb_ci but does not store attributes for all CIs
🧠 Overall Explanation Summary
-
cmdb_ci stores the foundational attributes of all configuration items
-
Specialized CI tables extend cmdb_ci
-
Relationship data is stored separately
-
Non-IT items use a different base table
🏁 Final Thoughts
For exams, remember:
If the question asks where basic CI attributes live, the answer is always cmdb_ci.
This simple rule helps eliminate confusion quickly.







0 comments:
Post a Comment