Free CIS-DF Exam Flashcards

Memorize 50 essential terms and definitions for the ServiceNow Certified Implementation Specialist - Data Foundations (CMDB and CSDM) (CIS-DF). See the term, recall the definition, then flip to check yourself.

50 Flashcards
5 Topics
100% Free
TermClick to flip

What are the three CMDB Health KPIs, and in what priority order do they roll up?

Tap to reveal definition
Card 1 of 50Governance

Filter by Topic

Jump to Card

About These CIS-DF Flashcards

These 50 flashcards are designed to help you memorize key terms and definitions for the ServiceNow Certified Implementation Specialist - Data Foundations (CMDB and CSDM) (CIS-DF). Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.

Topics Covered

Governance18 cards
Insight10 cards
Ingestion10 cards
Configuration7 cards
CSDM Fundamentals5 cards

Complete Flashcard Reference

Review every term in this set. Open any term to reveal its definition.

What are the three CMDB Health KPIs, and in what priority order do they roll up?

Completeness (attributes filled), Compliance (passes Desired State audit), and Correctness (no duplicates, orphans, or staleness). These three Cs combine into an overall CMDB Health Score.

A CI has every required and recommended attribute populated but fails its Desired State audit. Which Health KPI is violated?

Compliance, not Completeness. Completeness only checks whether fields are filled in; Compliance checks whether the CI actually matches its configured standard.

What is the default staleness threshold used by the Correctness KPI?

60 days with no update, by default. A CI untouched beyond that window is flagged stale and drags down the Correctness score.

Where are 'required' attributes defined for Completeness scoring, versus 'recommended' attributes?

Required attributes are defined in the System Dictionary; recommended attributes are flagged inside CI Class Manager. Both feed the Completeness KPI.

What is the difference between an orphan CI and a duplicate CI?

An orphan CI has no configured relationship rules linking it to anything; a duplicate CI matches an existing identification rule against another record. One is a missing-link problem, the other is a matching problem.

Why do orphan CIs commonly persist even after Discovery has run?

Because orphan relationship rules ship unconfigured out of the box and must be manually configured - Discovery alone will not create relationships without them.

In CMDB Data Manager, what exactly does the 'Retire' action do to a CI?

It changes only the CI's status field. The record stays in the active cmdb_ci table and the action is reversible.

How does 'Archive' differ from 'Delete' in CMDB Data Manager?

Archive moves the record to a read-only archive state, out of active tables but still recoverable. Delete permanently removes the record with no recovery.

What governance step is designed to run before an Archive or Delete action is executed?

Attestation - the CI owner verifies the action before it is applied, preventing accidental loss of records still in use.

What tool replaced legacy 'Data Certification' for governing CI lifecycle actions?

CMDB Data Manager, which runs retire, archive, delete, and attestation actions through scheduled policies.

Which CSDM field tracks where a CI sits in its governed lifecycle?

lifecycle_stage. It records the CI's governance lifecycle position for CSDM-aligned reporting.

What is the preferred matching key for detecting duplicate CIs, and why?

Serial number, because it is a stable identifier that does not change. Matching on a volatile attribute produces unreliable duplicate detection.

What is the recommended remediation once two CI records are confirmed duplicates?

Merge them (or delete the redundant record), consolidating relationships and history onto a single surviving CI.

Distinguish what Completeness, Compliance, and Correctness each actually measure.

Completeness = fields are filled in. Compliance = the CI matches its configuration standard. Correctness = free of duplicates, orphans, and staleness. Confusing 'filled in' with 'correct' is a common exam trap.

Why does Governance carry the single largest blueprint weighting (35%) on CIS-DF?

A technically complete CMDB is worthless if it is not trustworthy - Governance ties together the Health KPIs and lifecycle controls that keep the data reliable for every other domain (Insight, Ingestion, and beyond).

A CI has not been updated in 90 days under the default policy. What is it flagged as?

Stale, since 90 days exceeds the default 60-day staleness threshold used in the Correctness KPI.

What is the long-term goal behind CMDB governance activities like attestation and lifecycle policies?

Sustained CMDB trustworthiness - ensuring downstream consumers such as ITSM, Discovery, and reporting can rely on the data without re-verifying it themselves.

True or false: deleting a CI in CMDB Data Manager is reversible.

False. Delete permanently removes the record; only Retire (status change) and Archive (read-only relocation) preserve the underlying data.

What can CMDB Query Builder do that a basic list view cannot?

Build multi-class, relationship-aware queries that traverse CI relationships across classes, not just filter a single table.

What two capabilities does the Unified Map combine into one view?

Dependency Views (top-down dependency visualization) and Service Mapping (application-to-infrastructure discovery), consolidated into a single map.

What does Service Mapping specifically discover that manual CI entry usually misses?

Application-to-infrastructure dependencies - the actual runtime connections between a business app and the servers or services it relies on.

What CMDB capability powers Impact Analysis for a proposed change?

Accurate CI relationships. Impact Analysis walks the relationship graph to surface everything else that would be affected by changing or removing a CI.

In a Dependency View, which direction does the visualization typically traverse first?

Top-down, starting from a business service and drilling into its underlying dependencies.

Why is reporting accuracy on a Business Service Map directly tied to the Governance domain?

Because the map rolls up health and relationship data from underlying CIs - if those CIs are incomplete, non-compliant, or incorrect, the rollup reporting is unreliable too.

What relationship property determines how Query Builder and Dependency Views traverse the CMDB graph?

Relationship direction (the parent-child traversal path) - queries and maps follow these directional links to build their picture.

An implementer wants one view combining a technical dependency tree with discovered application connections. Which tool fits?

Unified Map, since it merges Dependency Views and Service Mapping into a single consolidated view.

Why can't Insight-domain tools like Query Builder or Impact Analysis be trusted if the underlying CMDB fails its Health KPIs?

Insight is built entirely on top of CMDB data - broken relationships, stale records, or duplicate CIs propagate directly into inaccurate maps and impact analyses.

Before they're combined in Unified Map, what is the practical difference between Dependency Views and Service Mapping?

Dependency Views visualize already-known relationships top-down; Service Mapping actively discovers new application-to-infrastructure dependencies.

What is the correct processing order inside the Identification and Reconciliation Engine (IRE)?

Identification runs first (match the payload to an existing CI or create a new one), then Reconciliation runs second (decide which data source is allowed to write). Reversing this order is a common exam trap.

What does an Identification Rule actually decide?

Whether an incoming payload matches an existing CI (triggering an update) or requires creating a brand-new CI record.

What does a Reconciliation Rule decide, as distinct from an Identification Rule?

Data source precedence - which authoritative source is allowed to write to a given class or attribute when multiple sources send conflicting data.

What happens when the IRE encounters an ambiguous match - a payload that could match more than one existing CI?

It raises an error instead of merging or guessing. Ambiguous matches always require manual resolution, never an automatic merge.

What is the preferred, certified method for ingesting third-party application data into the CMDB?

Service Graph Connector - a prebuilt, IRE-aware integration that is preferred over building a custom Import Set.

What is the main tradeoff of using a custom Import Set instead of a Service Graph Connector?

Higher ongoing maintenance: custom transform maps must be built and kept in sync manually, versus a connector's prebuilt, certified mappings.

What does Discovery populate, and how does that differ from what the IRE governs?

Discovery automatically finds and populates infrastructure CIs such as servers and network devices. The IRE governs how any incoming CI data - from Discovery or any other source - is identified and reconciled.

What does Multisource CMDB (CMDB 360) track that a single-source CMDB cannot?

Field-level source history - which data source last wrote each individual attribute, enabling reversion to a prior source's value.

An attribute needs to be reverted to a value written by a previous source. What capability enables that?

Multisource CMDB's field-level tracking, which retains prior source values instead of permanently overwriting them.

What happens when the IRE receives a partial payload for an existing CI?

It updates only the fields included in that payload; any fields not sent are left untouched, not cleared or overwritten.

What tool does CIS-DF test for configuring CI classes, attributes, and identifier rules?

CI Class Manager - ServiceNow's graphical interface for configuring the CMDB class schema.

What base table do all CMDB classes inherit from, and why does that matter?

cmdb_ci. Table inheritance means new classes should extend cmdb_ci (or an existing subclass) rather than being built as unrelated tables.

When adding a new type of infrastructure, is it preferred to extend an existing class or create a brand-new one?

Extend an existing class where possible. Creating unrelated new classes breaks the inheritance hierarchy and duplicates functionality already available through it.

What is a 'dependent entry' in an identifier rule, and what does it require?

An identifier entry that needs a parent identifier to already match before it can be evaluated - it cannot stand alone.

Why is serial number preferred over IP address as an identifier attribute in CI Class Manager?

Serial number is a stable identifier that does not change; IP address is volatile and can be reassigned, causing false non-matches or false matches over time.

What does a 'prioritized identifier entry' list control during identification?

The order in which candidate attributes are tried to match or create a CI - higher-priority entries are evaluated before lower-priority ones.

What three directional relationship pairs are configured in CI Class Manager?

Contains / Contained by (containment), Runs on / Runs (hosting), and Depends on / Used by (dependency).

What are the five domains of the Common Service Data Model (CSDM), in order?

Foundation, Design, Build, Manage Technical Services, and Sell/Consume - remembered as 'Foundation, Design, Build, Manage, then Sell or Consume.'

What is the key distinction between a Business Application and an Application Service in CSDM?

A Business Application is the owned software product, a design-time entity. An Application Service is the operational, running instance of that product, a runtime entity.

What is the difference between a Business Service and a Service Offering?

A Business Service is the customer-facing capability itself, typically one per service. A Service Offering is a sellable variant or tier of that service, and there can be many offerings per service.

What kind of data does the Foundation domain of CSDM contain?

Foundational data shared across the whole model - locations, users, and groups - the base entities that everything else in CSDM references.

Why does ServiceNow emphasize one 'common' data model spanning Foundation, Design, Build, Manage, and Sell/Consume?

So every part of the platform - CMDB, service catalog, ITSM, and reporting - shares one consistent language for services, avoiding conflicting definitions of the same business capability.

Frequently Asked Questions

How many questions are on the CIS-DF exam and how much time do I get?

ServiceNow does not publish an exact official question count for CIS-DF. The exam is delivered online-proctored in 90 minutes, and third-party sources report anywhere from about 60 to 75 multiple-choice, multiple-select, and drag-and-drop questions. Budget your pacing assuming the higher end of that range.

What is the CIS-DF passing score?

ServiceNow states the passing score is approximately 70%, but does not publish the exact scaled cut score or a public pass-rate percentage. Treat 70% as a study target rather than a guaranteed threshold.

What happens if I fail the CIS-DF exam - how long before I can retake it?

ServiceNow's standard mainline exam retake policy applies to CIS exams: you must wait 3 days after a first failed attempt, 30 days after a second failed attempt, and 6 months (180 days) after a third or later failed attempt before scheduling again. Each retake is charged the standard CIS exam fee.

Do I need employer sponsorship to sit the CIS-DF exam?

No. CIS-DF does not require firm or employer sponsorship - any candidate can register and schedule the online-proctored exam directly through ServiceNow University. ServiceNow does recommend completing the Data Foundations learning path and having hands-on CMDB/CSDM experience first.

What are the CIS-DF blueprint domains and their weights?

Five weighted domains: Governance (35%) covering CMDB Health and CMDB Data Manager lifecycle actions, Insight (20%) covering Query Builder and the Unified Map, Ingestion (19%) covering the IRE and Service Graph Connector, Configuration (15%) covering CI Class Manager, and CSDM Fundamentals (11%) covering the five CSDM domains.

Is the CIS-DF exam free in 2026?

ServiceNow is offering the first CIS-DF attempt free through June 30, 2026; after that date, or for any retake, the standard $225 USD CIS exam fee applies. Confirm the current offer on the ServiceNow University CIS-DF page before scheduling.

Same family resources

Explore More ServiceNow Certifications

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.