20% of Exam~15 questions

Insight

The Insight domain tests your ability to extract actionable intelligence from the CMDB. This covers query tools, visualization, dashboards, analytics capabilities, and how CMDB data powers the broader ServiceNow platform.

CMDB Query Builder

The CMDB Query Builder is a powerful drag-and-drop tool for constructing complex queries across multiple CMDB classes without writing code. It is accessible from the CMDB Workspace under the Insights page.

Capabilities

  • Multi-Class Joins — add multiple CI classes and define relationship-based joins between them
  • Visual Query Building — drag classes onto the canvas, connect with relationship types, and add filters without scripting
  • Saved and Scheduled Queries — save queries for reuse and schedule them with email notifications
  • Export — results can be exported to CSV, Excel, or PDF
  • Service Map Queries — query within service maps for service-centric analysis
  • Complex Conditions — support for multi-level AND/OR logic and dot-walking into related fields

Core Components

  • Conditions/Filters — define what data to include; use dot-walking for related records
  • Aggregates — calculations such as counts, averages, and sums on grouped data
  • Fields — select which attributes to display in the results
💡Dot-Walking Best Practice

Use dot-walking to filter based on related records. For example: cmdb_ci_server.managed_by.name = "Network Team" lets you filter servers by the name of their managing group without a separate join.

Example Query

Find all Windows Servers hosting an Application Service in Production with Completeness below 80%. Start with the Windows Server class, join to Application Service through a hosting relationship, filter by Environment = Production, and add a condition where the Completeness score is less than 80%.

Unified Map

The Unified Map is a modern visualization tool within the CMDB Workspace that replaces and combines the legacy Dependency Views and Service Mapping visualizations. It was introduced with CMDB Workspace version 4.0 in the Vancouver release.

Key Features

  • Hierarchical Graphical View — top-down view of CIs and relationships including parent-child, dependency, and hosting
  • Home Node Exploration — start from any CI and expand upstream or downstream relationships
  • Real-Time Impact Analysis — select a CI to see all dependent services and infrastructure
  • CMDB Workspace Integration — native integration using the Node Map component in UI Builder
  • Editing Capabilities — unlike legacy Dependency Views which are read-only, Unified Map allows editing relationships directly
📝Legacy vs. Modern Comparison

Unified Map replaces legacy Dependency Views. The key distinction: Dependency Views are read-only, while Unified Map supports editing relationships directly. Expect the exam to test this difference.

CSDM Data Foundations Dashboard

The CSDM Data Foundations Dashboard is SEPARATE from the CMDB Health Dashboard. It specifically measures alignment with the CSDM framework, tracking how well the organization has populated CSDM-required data structures across implementation phases.

Dashboard Tabs (5 Phases)

CSDM Data Foundations Dashboard Phases

PhaseFocusKey Indicators
FoundationMeasures base referential dataUsers, Locations, Companies, Departments, Business Processes populated and linked correctly
CrawlMinimum viable CSDMBusiness Applications with linked Application Services, Application Services with at least one infrastructure CI relationship, Ownership assigned
WalkTechnical Services layer addedTechnical Service Offerings with Support Group or Change Group, Dynamic CI Groups created, Application Services linked to Technical Service Offerings
RunFull service portfolioBusiness Service Offerings created, full end-to-end service chain, Information Objects for data governance
FlyStrategic business alignmentBusiness Capabilities linked to services, strategic portfolio rationalization, enterprise architecture alignment

The dashboard uses indicators and reports for each phase. Some indicators are static (relationship counts), while others are dynamic (query-based from Dynamic CI Groups).

AD SPACE

CMDB Data Foundations Dashboard (v2.0)

The CMDB Data Foundations Dashboard is separate from the CSDM dashboard. It focuses on CMDB-level health metrics. Version 2.0 added KPIs for infrastructure and service data health.

📝Key Distinction — Know This for the Exam

CSDM Data Foundations Dashboard = CSDM framework alignment (Crawl/Walk/Run/Fly phases). CMDB Data Foundations Dashboard = CMDB data quality (Completeness, Correctness, Compliance of CI records). The exam frequently tests whether candidates can distinguish between these two dashboards.

Natural Language Query (NLQ)

The CMDB Workspace includes Intelligent Search powered by Natural Language Query (NLQ). Users can type plain language queries and the system translates them to CMDB queries automatically.

Example

A user types "show me all Linux servers in the New York data center" and the system automatically translates this into the appropriate CMDB query and returns matching results.

Additional Search Capabilities

  • Conditional Search — traditional filter-based search
  • Query Builder Access — launch the full Query Builder directly from the search interface
  • CI Class Filtering — search within specific classes or across the entire CMDB

Dependency Views (Legacy)

Dependency Views graphically display infrastructure relationships for a CI. They show which business applications and services a CI supports or depends on, and status indicators display active incidents, problems, and changes.

Limitations

  • READ-ONLY — no editing capabilities whatsoever

Why This Is Still on the Exam

  • Dependency Views exist in older releases and many organizations still use them
  • The exam may ask about legacy versus modern visualization tools
  • Understanding Dependency View limitations contrasts directly with Unified Map capabilities
🔴Key Comparison

Dependency Views = read-only, legacy. Unified Map = editable, modern replacement. Remember this distinction.

AD SPACE

Impact Analysis

Impact Analysis leverages CMDB relationship data to determine downstream effects of changes, outages, or maintenance. When a Change Request is created against a CI, impact analysis traces the relationship graph to identify all affected CIs and services.

⚠️Quality Depends on Relationships

The quality of impact analysis DIRECTLY depends on the quality of CMDB relationships. Without accurate relationships, impact analysis produces incomplete or incorrect results.

This is why Correctness (especially relationship orphans) and CSDM alignment (proper service modeling) are so critical. Impact analysis is one of the primary business justifications for maintaining a high-quality CMDB.

Reporting and Analytics

The CMDB provides robust reporting and analytics capabilities that enable both executive and operational visibility into CMDB health and CI data.

Key Capabilities

  • Query Builder reports are reusable in dashboards, lists, and scheduled reports
  • Dynamic Aggregations for counts, averages, and sums
  • Dashboards provide executive and operational views
  • Drill-down capability from poor health scores to non-compliant CIs
  • Metric breakdown by CI class, support group, and location

Exam-Style Scenarios

SCENARIO

An admin needs to find all Linux Servers in the New York data center that host an Application Service with no Support Group assigned. Which tool?

Answer

CMDB Query Builder. Build a query starting with Linux Server class, filter by Location = New York. Join to Application Service through the 'Runs on / Runs' relationship. Add a condition on Application Service where Support Group is empty. The Query Builder handles multi-class joins without requiring scripting.

SCENARIO

A change manager wants to visually see what services would be impacted if a specific database server goes down. Which tool?

Answer

Unified Map. Navigate to the database server CI in the CMDB Workspace, open the Unified Map, and expand upstream relationships. The map shows all Application Services, Technical Services, and Business Services that depend on this database server, enabling visual impact analysis.

SCENARIO

The CSDM Data Foundations Dashboard shows the Walk phase has low compliance. What does this indicate?

Answer

Technical Service Offerings may be missing Support Groups or Change Groups, Dynamic CI Groups may not be properly configured, or infrastructure CIs may not be linked to Technical Service Offerings. The Walk phase requires every CI in the Manage Technical Services domain to have a relationship to a Technical Service Offering with proper operational support assignments.

Key Takeaways

  • CMDB Query Builder is the primary tool for complex multi-class queries — no scripting required
  • Unified Map is the modern replacement for Dependency Views — supports editing relationships (Dependency Views are read-only)
  • CSDM Data Foundations Dashboard measures CSDM framework alignment (Crawl/Walk/Run/Fly phases)
  • CMDB Data Foundations Dashboard measures CMDB data quality (Completeness, Correctness, Compliance)
  • Know the difference between these two dashboards — the exam tests this distinction
  • NLQ allows plain-language queries in the CMDB Workspace Intelligent Search
  • Impact Analysis quality directly depends on CMDB relationship quality — orphaned CIs break impact analysis
  • Query Builder supports dot-walking, multi-level AND/OR conditions, saved/scheduled queries, and export to CSV/Excel/PDF
  • Unified Map was introduced in CMDB Workspace 4.0 (Vancouver release) using Node Map component in UI Builder
AD SPACE

Community-created study aids. Not official ServiceNow exam content.