Courseiva

ServiceNow Certified Implementation Specialist - Data Foundations (CMDB and CSDM) (CIS-DF) (CIS-DF) (CIS-DF) — Questions 76150

320 questions total · 5pages · All types, answers revealed

Page 1

Page 2 of 5

Page 3
76
Multi-Selecthard

Which THREE actions occur when a Data Certification task is assigned to a CI owner? (Choose three.)

Select 3 answers
A.The CI is automatically retired from the database immediately
B.The reviewer can update incorrect attribute values directly from the task interface
C.A high-priority incident is automatically created for the IT service desk
D.The reviewer submits the certification response, completing the task
E.The reviewer is asked to verify if the CI data is accurate and up to date
AnswersB, D, E

Reviewers are typically given access to correct attributes while performing certification.

Why this answer

Data certification tasks prompt owners to verify record accuracy, update invalid details, and submit their certification response.

77
Multi-Selectmedium

An administrator is reviewing Discovery results and notices that network switches are successfully discovered, but their associated switch ports are missing. Which TWO factors are most likely responsible for this ingestion gap? (Choose two.)

Select 2 answers
A.The dependent relationship payload structure for switch ports failed IRE validation or was omitted.
B.The cmdb_ci_ip_address table has read-only access enabled for all users.
C.Data Source Precedence rules marked switch ports as deprecated.
D.The discovery pattern for network switches was modified to exclude port table parsing.
E.Discovery schedules were run outside of business hours.
AnswersA, D

Switch ports depend on the parent switch; if the relationship payload is misconfigured or fails IRE rules, the ports are dropped.

Why this answer

Missing switch ports during discovery can result from pattern configurations, SNMP walk limits, or dependent relationship payloads.

78
Multi-Selectmedium

Which TWO types of metrics are evaluated under the CMDB Health framework? (Choose two.)

Select 2 answers
A.Availability
B.Scalability
C.Correctness
D.Completeness
E.Performance
AnswersC, D

Correctness is one of the three core CMDB health pillars.

Why this answer

The three core pillars of CMDB Health are Completeness, Correctness, and Compliance.

79
MCQeasy

An implementer is setting up a new integration using IntegrationHub to ingest network switch data into the CMDB. Which API should be utilized within the script or action to ensure that the payload passes through deduplication and reconciliation checks?

A.SNC.IdentificationEngine.createOrUpdate()
B.RestMessageV2.execute()
C.CMDBAPI.ingest()
D.GlideRecord.insert()
AnswerA

SNC.IdentificationEngine.createOrUpdate() is the standard API used to invoke the IRE programmatically.

Why this answer

The IRE must be invoked via its dedicated script include or API (such as JSONUtil or SNC.IdentificationEngine) rather than direct table insertions.

80
MCQhard

Your team is mapping a custom homegrown Java application to the CSDM framework. The application runs across a cluster of three Linux servers in a Production environment. According to best practices, what is the exact hierarchical relationship path from the infrastructure to the Business Application?

A.Business Application -> Linux Servers -> Application Service
B.Linux Servers -> Application Service -> Business Application
C.Application Service -> Linux Servers -> Business Application
D.Linux Servers -> Business Application -> Application Service
AnswerB

Correct. Infrastructure supports the Application Service, which in turn maps to the Business Application portfolio entry.

Why this answer

The infrastructure CIs (Linux servers) connect to the Application Service via 'Runs on' or 'Depends on', and the Application Service connects to the Business Application via 'Consumes / Used by' or 'Realizes'.

81
MCQmedium

An administrator is configuring a new Import Set to ingest third-party server data into the cmdb_ci_server table. During testing, they notice that records are being inserted as duplicates rather than updating existing CIs because the incoming payload lacks a unique identifier match. Which component should be configured to ensure the Identification and Reconciliation Engine (IRE) correctly identifies the existing CI?

A.Configure an Identification Rule in CI Class Manager for cmdb_ci_server.
B.Modify the coalesce setting on the Transform Map to use serial number.
C.Enable 'Robust Transform Engine' on the data source properties.
D.Create a Data Source Precedence rule for the import set.
AnswerA

Identification Rules define the criteria the IRE uses to match incoming records to existing CIs.

Why this answer

Identification Rules are used by the IRE to determine if an incoming payload matches an existing CI in the CMDB, preventing duplicates.

82
Multi-Selectmedium

Which TWO of the following are characteristics of the 'Fly' maturity phase in CSDM?

Select 2 answers
A.Advanced optimization and business value realization.
B.Configuring standard Foundation company records.
C.Continuous enterprise transformation and innovation across domains.
D.Initial data cleansing of user and department tables.
E.Setting up basic service portfolios for the first time.
AnswersA, C

Correct. Fly is the optimization phase.

Why this answer

Fly focuses on advanced business value realization, continuous optimization, and enterprise transformation.

83
MCQeasy

What is the primary purpose of the CMDB Query Builder when generating insights?

A.To configure CI class identification and reconciliation rules.
B.To manage CSDM lifecycle policies and archival rules.
C.To execute automated discovery scans across IP networks.
D.To visually build and execute complex multi-class CI relationship queries and export results.
AnswerD

Query Builder is designed for visual multi-class relationship querying.

Why this answer

CMDB Query Builder allows users to construct visual, multi-class queries to find specific CI relationships and subsets across the CMDB.

84
MCQhard

A company has strict compliance mandates requiring that any modification to a Business Service relationship must be authorized by the Service Owner. Which ServiceNow feature can be configured to audit and require approval for relationship changes in the CMDB?

A.Data Certification schedules for relationships
B.Workflow editor on the task table
C.Service Level Agreements (SLAs) on the cmdb_rel_ci table
D.CMDB Data Governance Relationship Policies
AnswerD

Relationship policies can validate and govern allowed connections between CI classes.

Why this answer

CI Relationship Rules or CMDB Data Governance relationship policies can govern and restrict how relationships are established and maintained.

85
MCQeasy

An administrator wants to view the list of all registered discovery sources in ServiceNow. Which table stores these discovery source definitions?

A.sys_data_source
B.cmdb_rel_ci
C.cmdb_ci
D.discovery_source
AnswerD

The discovery_source table holds the registered names of all authorized data sources that ingest data into the CMDB.

Why this answer

Discovery sources are tracked in the Discovery Source table (`discovery_source` or managed via reference definitions).

86
MCQmedium

An administrator is setting up a new technical service for internal server backup management. Where should this technical service be classified according to CSDM?

A.Design domain as a Business Application
B.Manage Technical Services domain
C.Sell/Consume domain as a public Catalog Item
D.Foundation domain as a User Group
AnswerB

Correct. Technical services are managed in the Manage Technical Services domain.

Why this answer

Internal IT-managed technical services belong in the Manage Technical Services domain.

87
MCQeasy

When setting up CMDB data ownership, which field on a CI record is typically used to designate the individual accountable for the physical or logical asset's data quality?

A.Managed by
B.Caller ID
C.Reported by
D.Opened by
AnswerA

The Managed by field establishes accountability for the CI's data governance and management.

Why this answer

The 'Managed by' or 'Assigned to' fields are standard fields used to define ownership, with 'Managed by' frequently tied to governance ownership.

88
Multi-Selecthard

An administrator is designing identification rules for a custom CI class in the CMDB. Which THREE ofg the following best practices should be followed when configuring identification rules? (Choose three.)

Select 3 answers
A.Use attributes that are guaranteed to be unique and immutable, such as serial numbers or hardware asset tags.
B.Order identification criteria logically, putting the most reliable and specific rules first.
C.Ensure that identification rules are created on custom tables without inheriting from cmdb_ci.
D.Avoid using volatile attributes like IP address or hostname alone as primary identifiers if devices frequently change networks.
E.Configure every single attribute of the CI class into a single compound identification rule entry to ensure maximum security.
AnswersA, B, D

Unique and immutable attributes prevent false duplicates and accidental record merging.

Why this answer

Good identification rule design ensures uniqueness, avoids overly broad criteria, and uses reliable hardware attributes like serial numbers or MAC addresses.

89
MCQmedium

During an audit of the cmdb_ci_computer table, you notice that several records lack standard manufacturer and model attributes that are present in the parent cmdb_ci_hardware table. What architectural feature of ServiceNow tables explains why these attributes exist across multiple hardware sub-classes?

A.Table inheritance through dictionary column extension
B.CMDB Data Manager policy enforcement
C.Dynamic CI Group membership rules
D.Database View joining
AnswerA

Extended tables inherit columns from parent tables down the hierarchy tree.

Why this answer

Extended tables inherit all columns (attributes) from their parent tables in the hierarchy, maintaining a single schema definition for shared properties.

90
MCQhard

A user is utilizing Dependency Views to analyze a critical business application outage. The map displays multiple downstream relationships, but one expected server CI is missing from the view. What is the most likely cause for this behavior in Service Mapping and Dependency Views?

A.The CI class of the server does not belong to the cmdb_ci table hierarchy.
B.The server CI has a 'Retired' lifecycle stage, which completely purges it from the CMDB database.
C.The relationship record between the application and the server does not exist in the cmdb_rel_ci table.
D.Dependency Views only render relationships up to two hops by default and cannot be expanded.
AnswerC

Dependency Views traverse the cmdb_rel_ci table; if the relationship record is absent, the child node cannot be displayed.

Why this answer

Dependency Views render relationships based on the cmdb_rel_ci table and respect filter rules. If a CI is missing, it may be due to missing relationship records, or filter configurations omitting specific relationship types.

91
MCQhard

A team is designing a custom CMDB class for virtual storage arrays. They need to ensure that when a physical host is deleted, the dependent virtual storage array records are also cleaned up. Where should this cascading delete behavior be defined?

A.CI Class Manager under the relationship rules section
B.Business Rules on the cmdb_ci table
C.Data Dictionary [sys_dictionary] attribute settings
D.IRE payload processor scripts
AnswerA

Relationship rules configured in CI Class Manager define allowed parent-child types and cascading deletion behavior.

Why this answer

Relationship rules (cmdb_rel_rule) define parent-child relationships and specify cascading behaviors like cascade delete for CIs.

92
Multi-Selectmedium

Which TWO of the following methods can be used to view relationship-based insights for a configuration item in ServiceNow? (Choose two.)

Select 2 answers
A.Relationships related list on the CI form
B.CI Class Manager identifier rules
C.CMDB Health Dashboard completeness scorecards
D.Dependency Views map on the CI record
E.Discovery Schedule execution log
AnswersA, D

Relationships related list lists all connected CIs in tabular format.

Why this answer

Relationship insights can be viewed via Dependency Views and the Relationships related list on CI forms.

93
MCQeasy

An auditor needs to verify when a critical business application CI was last updated by an authorized discovery source versus a manual update. Which CMDB feature tracks the provenance and history of attribute updates for governance review?

A.CMDB Baseline
B.Reconciliation Engine Simulator
C.Audit Log and CI History
D.CMDB Data Manager
AnswerC

The system Audit Log and CI History track individual attribute updates, including the user or integration source that made the change.

Why this answer

CI attribute-level history and audit logging track updates, but the Identification and Reconciliation Engine (IRE) and Discovery logs specifically track source provenance. More directly, CMDB History and Audit Log track changes, and CMDB baseline tracks deviations.

94
Multi-Selectmedium

Which TWO of the following capabilities are provided out-of-the-box by the CMDB Health Dashboard? (Choose two.)

Select 2 answers
A.Tracking duplicate CI counts under Correctness metrics
B.Executing automated network IP discovery scans
C.Designing multi-class CMDB Query Builder reports
D.Configuring CI identification and reconciliation rules
E.Monitoring CI staleness and compliance audit results
AnswersA, E

Correctness metrics track duplicate CIs in the CMDB.

Why this answer

The CMDB Health Dashboard evaluates Completeness (mandatory fields), Correctness (duplicates and orphans), and Compliance (staleness and audits).

95
Multi-Selecthard

Which THREE of the following mechanisms can be used to populate or maintain Application Services in the CMDB?

Select 3 answers
A.Manual CI selection and list management
B.Dynamic CI Groups using query criteria
C.Direct import of incident ticket attachments
D.Automatic conversion of Foundation user records
E.Top-down Service Mapping
AnswersA, B, E

Correct. Manual Application Services use direct CI membership lists.

Why this answer

Application Services can be populated manually, via Dynamic CI Groups, or through Service Mapping engines.

96
MCQmedium

During a Discovery run, a Linux server is identified, but its associated IP interfaces are missing from the cmdb_ci_ip_address table. Reviewing the payload processor logs shows an IRE payload error regarding related items. What is the most likely cause of this issue?

A.Discovery schedules do not support ingesting IP addresses automatically.
B.The cmdb_ci_ip_address table requires manual creation of records due to security restrictions.
C.Data Source Precedence has marked IP addresses as read-only.
D.The identification rule for the IP address class lacks a valid criteria definition matching the hardware CI.
AnswerD

If the dependent relation or identification criteria for the related item fails, the IRE drops or fails the insertion of the related child CI.

Why this answer

Identification rules for related lists or embedded objects in the payload must include valid relation identifiers, or the payload structure must correctly define parent-child relationships.

97
MCQhard

An organization requires a custom report that extracts CIs that match a complex multi-class criteria: Linux servers running a specific Oracle version that connect to a Business Service via a downstream 'Depends on::Used by' relationship. What is the most efficient native way to generate this dataset?

A.Write a Database View joining cmdb_ci, cmdb_rel_ci, and cmdb_software_product.
B.Build a custom Service Mapping Traffic Connection report.
C.Use CMDB Query Builder to construct a multi-node relationship query and save it as a reporting source.
D.Create a standard ServiceNow List Report on the CI [cmdb_ci] table with multiple join conditions.
AnswerC

CMDB Query Builder is specifically designed for complex, multi-class relationship queries in the CMDB.

Why this answer

CMDB Query Builder allows administrators to define multi-class, relationship-aware queries across multiple tables and export or report on the resulting dataset.

98
MCQhard

An organization notices that custom application CIs are failing compliance checks because the governance policy checks standard fields that do not apply to custom apps. How should an administrator resolve this while maintaining governance standards?

A.Disable CMDB Data Governance globally
B.Create a class-specific governance policy targeting the custom application table
C.Add mandatory fields to the base configuration item table (cmdb_ci)
D.Ignore the failed tasks permanently
AnswerB

Targeting policies to specific classes ensures that data quality rules apply only to relevant CI types.

Why this answer

Policies in CMDB Data Governance can be targeted to specific CI classes, allowing custom classes to have tailored data quality rules.

99
MCQhard

An organization wants to configure CMDB Data Governance remediation tasks so that when a completeness policy fails for a high-priority server, a task is automatically assigned to the data owner. Where are these remediation workflows and task generation parameters configured?

A.CMDB Health > Dashboard Settings
B.Data Certification > Definitions
C.CMDB Data Governance > Policies
D.System Policy > Rules > Data Policy
AnswerC

Policies defined within the CMDB Data Governance application contain the configuration for automated remediation task generation and assignment.

Why this answer

CMDB Data Governance policies are tied to remediation rules that dictate how remediation tasks are created, assigned, and managed upon policy violation.

100
MCQeasy

Where can an administrator view overall metrics regarding CMDB data quality, including completeness, correctness, and compliance?

A.System Diagnostics > Stats
B.Configuration > CMDB Health Dashboard
C.Performance Analytics > Dashboards > CI Quality
D.Reports > View/Run > CMDB Quality
AnswerB

The CMDB Health Dashboard is the dedicated reporting tool for CMDB data quality metrics.

Why this answer

The CMDB Health Dashboard provides real-time scoring and metrics on CMDB data quality across completeness, correctness, and compliance.

101
Multi-Selectmedium

Which TWO statements are true regarding Configuration Item (CI) relationships in ServiceNow? (Choose two.)

Select 2 answers
A.Creating a relationship automatically deletes both CIs if one is updated.
B.Relationships are directional, typically defined between a parent CI and a child CI.
C.A CI can only participate in a single relationship across the entire CMDB.
D.Relationships and reference fields (like 'Assigned to') function in the exact same manner.
E.CI relationships are stored in the cmdb_rel_ci table.
AnswersB, E

Relationships link parent and child records to establish topology and dependencies.

Why this answer

Relationships are stored in cmdb_rel_ci and can be directional (parent/child). They are not limited to 1:1 and are distinct from reference fields.

102
MCQhard

An integration script is passing a complex payload containing multiple related CIs to the Identification and Reconciliation Engine (IRE) via the script include 'JSONUtils' or 'CmdbUtil'. Which payload structure is required for the IRE to correctly process related CIs in a single transaction?

A.Separate REST API calls for each CI followed by a manual relationship creation call.
B.A CSV file attached to a Data Source record processed exclusively by a Transform Map.
C.A flat array of CI records with parent and child reference ID fields embedded directly in each CI record.
D.A root object containing an 'items' array for the CIs and a 'relations' array specifying parent, child, and relationship type references.
AnswerD

IRE multi-payload format explicitly requires separate 'items' and 'relations' arrays to map CIs and their inter-item relationships.

Why this answer

The IRE payload requires a structured JSON object containing an 'items' array for the CIs and a 'relations' array to define relationships between items in the payload.

103
MCQmedium

An administrator needs to create a CMDB Query Builder definition to locate all Windows Servers that host a specific Business Application and have an open critical Incident. What capability does Query Builder provide to achieve this?

A.Real-time execution of automated remediation workflows on matching CIs
B.Visual graphical querying across multiple related CMDB tables and operational tables
C.Automatic conversion of query results into scheduled Discovery jobs
D.Enforcement of CI write-access restrictions during query execution
AnswerB

Query Builder enables visual creation of complex topology and relationship queries spanning CIs and task tables.

Why this answer

Query Builder allows users to construct visual multi-table graph queries across the CMDB and related operational tables (such as Incidents) without writing complex SQL or scripted GlideRecord queries.

104
MCQmedium

Your organization is designing a custom subclass for specialized network appliances that require unique attributes not found in the standard cmdb_ci_netgear class. When creating a custom CI class extending cmdb_ci, what is the best practice recommendation regarding table extension?

A.Create a standalone table independent of the CMDB hierarchy and link it via business rules.
B.Extend from the most specific existing parent class that shares the common attributes of the new CI type.
C.Extend from cmdb_rel_ci to automatically inherit relationship capabilities.
D.Always extend directly from cmdb to avoid table bloat and performance degradation.
AnswerB

Extending the most specific appropriate class maximizes inheritance and maintains standard class hierarchy design.

Why this answer

Extending from the most specific parent class that fits your data model ensures you inherit existing attributes and relationships without redundant configuration.

105
MCQmedium

An organization requires that all database CIs have their assigned support group populated before being marked as operational, failing which a compliance task should be generated. Which feature should be configured to enforce this policy?

A.Reconciliation Definition
B.CMDB Data Manager
C.Data Certification
D.CMDB Audit Rules
AnswerD

CMDB Audit Rules allow administrators to define specific filters and query criteria that evaluate CI compliance, contributing to the CMDB Health Compliance score.

Why this answer

Audit Results and CMDB Data Manager or CMDB Data Policies (Audit Rules/CMDB Audit) can evaluate compliance against defined criteria and generate tasks or surface them on the CMDB Health Dashboard under the Compliance metric.

106
MCQhard

An organization implements CSDM and wants to ingest business applications and their hosting environments. They receive a payload containing a Business Application CI that references a non-existent Application Service CI. How does the IRE handle references to related CIs that do not yet exist in the CMDB?

A.References to non-existent CIs are automatically converted into Incident records in IT Service Management.
B.The IRE automatically creates dummy placeholder records for any unresolving reference.
C.The entire payload is always aborted if any single related reference cannot be resolved immediately.
D.If the payload includes nested identification blocks for the related CI, the IRE will create the missing CI first and then establish the relationship.
AnswerD

The IRE supports nested payloads where related CIs can be identified and created/updated inline before establishing the relationship.

Why this answer

Depending on how the payload is structured (using identification entries or reference payloads), the IRE can either create the referenced CI automatically or fail the relationship creation if criteria are missing.

107
Multi-Selectmedium

Which TWO tools or features in ServiceNow allow you to investigate and visualize relationships between configuration items? (Choose two.)

Select 2 answers
A.CI Class Manager
B.Discovery Schedule configuration
C.CMDB Query Builder
D.System Definition > Tables
E.Dependency Views
AnswersC, E

Query Builder visualizes multi-table relationships and query paths.

Why this answer

Dependency Views and CMDB Query Builder (or Mapping tools) allow relationship visualization. CI Class Manager, Discovery schedules, and System Tables do not provide graphical relationship mapping.

108
MCQhard

Your team is troubleshooting a business service mapping issue where incident impact analysis fails to show downstream application outages. Upon reviewing the CMDB, you discover that the Application Service was created as a 'Manual' type, but its supporting infrastructure CIs were deleted during a data purge. What is the recommended way to restore the mapping?

A.Run a quick discovery scan to automatically regenerate the manual application service relationships.
B.Convert the manual Application Service into a Business Application record.
C.Re-establish the infrastructure CIs and manually re-add them to the Application Service via the Application Service Workbench.
D.Delete the Business Application and recreate it as a Technical Service.
AnswerC

Correct. Manual Application Services require manual relationship maintenance when underlying CIs change.

Why this answer

For a manual Application Service, you must manually re-add the appropriate infrastructure CIs or recreate the relationships using the Application Service workbench.

109
Multi-Selectmedium

An administrator is reviewing the configuration of CI relationships within the platform. Which THREE characteristics apply to the cmdb_rel_ci table? (Choose three.)

Select 3 answers
A.It supports the Dependency Views map to visually display upstream and downstream impacts.
B.It automatically purges all relationship records whenever a parent CI is updated by a discovery schedule.
C.It relies on a 'Type' field to define the specific nature of the relationship (e.g., 'Runs on :: Runs').
D.It stores unique configuration item attribute values such as IP address and serial number for network gear.
E.It utilizes 'Parent' and 'Child' reference fields to establish directional relationships between configuration items.
AnswersA, C, E

Dependency Views queries cmdb_rel_ci to render visual relationship graphs.

Why this answer

The cmdb_rel_ci table stores relationship records between parent and child CIs, uses specific parent/child fields, and is foundational to dependency mapping.

110
MCQeasy

An administrator needs to track overall CMDB data quality using standardized metrics out of the box. Which specific dashboard should they access in ServiceNow to view scores for Completeness, Correctness, Compliance, and Freshness?

A.CSDM Framework Dashboard
B.CMDB Health Dashboard
C.Data Certification Dashboard
D.CI Class Manager Dashboard
AnswerB

The CMDB Health Dashboard is the correct tool designed to evaluate and display metrics for Completeness, Correctness, Compliance, and Freshness.

Why this answer

The CMDB Health Dashboard provides out-of-the-box scores for Completeness, Correctness, Compliance, and Freshness to help administrators measure data quality.

111
MCQhard

An organization ingests data from two different cloud providers into the CMDB. Provider A populates virtual machines with a serial number, while Provider B populates virtual machines with a BIOS UUID but no serial number. Both providers use the same identification rule which requires serial number. Consequently, Provider B records fail identification and create duplicates. How should the identification rules be configured to correctly handle both providers?

A.Disable identification rules and rely on legacy transform map coalescing.
B.Create a Business Rule to copy the BIOS UUID into the serial number field before ingestion.
C.Combine serial number and BIOS UUID into a single compound identification rule entry with an AND operator.
D.Configure multiple identification rule entries in CI Class Manager: Entry 1 using serial number, and Entry 2 using BIOS UUID.
AnswerD

Multiple identification rule entries allow the IRE to try serial number first, and fall back to BIOS UUID if serial number is missing or unmatched.

Why this answer

To handle multiple identification identifiers across different providers, administrators can configure multiple identification rule entries (e.g., Entry 1 for Serial Number, Entry 2 for BIOS UUID).

112
MCQeasy

During which CSDM maturity phase does an organization typically implement Service Portfolio Management and basic Business Service mapping?

A.Run
B.Walk
C.Fly
D.Crawl
AnswerB

Correct. Walk introduces service portfolios and basic service mappings.

Why this answer

Walk is the second CSDM phase, where organizations introduce service portfolios and map basic services.

113
MCQeasy

A user wants to view the parent-child relationships and upstream/downstream dependencies of a core router in a graphical map format. Which ServiceNow feature should they open?

A.Dependency Views
B.CI Class Manager
C.CMDB Query Builder
D.CSDM Dashboard
AnswerA

Dependency Views renders an interactive map of CIs and their connected relationships.

Why this answer

Dependency Views provide a graphical representation of configuration items and their relationships.

114
Multi-Selectmedium

Which THREE features are provided natively by the CMDB Query Builder tool? (Choose three.)

Select 3 answers
A.Real-time generation of automated remediation workflows
B.Direct packet capture analysis for discovered network switches
C.Exporting query results to JSON or CSV formats
D.Ability to filter nodes based on specific CI attributes and related task states
E.Visual construction of multi-class relationship queries
AnswersC, D, E

Query results can be exported for external analysis or reporting.

Why this answer

CMDB Query Builder allows visual definition of node relationships, filtering by CI attributes, and exporting or saving results for further use.

115
MCQeasy

Which ServiceNow workspace or dashboard provides a unified view for monitoring overall ITOM health, including Discovery status, Service Mapping coverage, and event alerts?

A.ITOM Visibility / Health Dashboard
B.Service Portfolio Management Workspace
C.CMDB Data Manager Workspace
D.Instance Security Center
AnswerA

ITOM dashboards provide unified visibility into Discovery, Service Mapping, and event metrics.

Why this answer

The ITOM Health Dashboard or ITOM Visibility Dashboard provides comprehensive insights into ITOM coverage and health.

116
MCQhard

An enterprise is designing a complex class hierarchy for IoT devices. They decide to create a multi-level extension: cmdb_ci > cmdb_ci_hardware > cmdb_ci_compute > cmdb_ci_iot. What happens to the table inheritance and record storage when a new record is inserted into cmdb_ci_iot?

A.All attributes are stored in a single flat cmdb_ci table with discriminator columns.
B.The platform throws an error because more than two levels of extension are prohibited in the CMDB.
C.The record is stored in the cmdb_ci_iot table, and database views or UNION queries allow parent tables to display the record.
D.Records are stored exclusively in the cmdb_ci table, and child tables only store metadata.
AnswerC

Each extended class has its own table, and queries on parent tables automatically union records from child tables.

Why this answer

ServiceNow extends tables using database extension, meaning records are stored in the specific leaf table (cmdb_ci_iot) while parent tables hold corresponding records for polymorphic queries.

117
Multi-Selecthard

An administrator is troubleshooting an integration that uses Robust Transform Engine (RTE) to ingest software licenses. During testing, records are inserted into staging tables, but the RTE fails to push them into the CMDB via the IRE. Which THREE areas should the administrator inspect to diagnose the failure? (Choose three.)

Select 3 answers
A.The Service Level Agreement (SLA) definition table for expired response times.
B.The UI Macro table for broken form decorators.
C.CMDB Integration Results / IRE Execution Logs to identify specific payload rejection reasons.
D.CI Class Manager to verify that valid identification rules exist for the target software license class.
E.RTE Field Mappings and Data Stream Definitions to verify that source fields are correctly mapped to target IRE payload attributes.
AnswersC, D, E

IRE execution logs capture exact validation errors and payload rejections.

Why this answer

Troubleshooting RTE-to-IRE integrations requires checking RTE data stream mappings, IRE identification rules, and integration error logs.

118
MCQmedium

An IT architect wants to map a Software-as-a-Service (SaaS) application (e.g., Workday) into the CSDM framework. Since there is no on-premise infrastructure to discover, how should Workday be modeled?

A.As a Technical Service with no portfolio parent.
B.As an unmapped Incident record.
C.As a Business Application record linked to an Application Service record representing the SaaS tenant, without requiring local infrastructure CIs.
D.As a Hardware Asset CI in the Foundation domain.
AnswerC

Correct. SaaS apps require a Business Application and an Application Service, but lack traditional underlying infrastructure CIs.

Why this answer

Workday should be modeled as a Business Application record in the Design domain, with an Application Service record linked to it representing the SaaS subscription/tenant environment.

119
MCQmedium

An administrator is troubleshooting an issue where duplicate CIs are being created by an external data feed despite having an identification rule configured. Upon inspecting the payload, they notice the payload uses a custom identifier field not included in the IRE rule. What is the correct way to resolve this?

A.Update the identification rule in the CI Class Manager to include the new attribute as part of the identification criteria.
B.Modify the transform map script to delete duplicate records after insertion.
C.Write a Business Rule on cmdb_rel_ci to merge records with matching names.
D.Disable the Identification and Reconciliation Engine for external feeds.
AnswerA

Adding the attribute to the identification rule ensures the IRE evaluates it during the matching phase.

Why this answer

To incorporate new unique identifiers into matching logic, the identification rule associated with the class must be updated in the CI Class Manager to include the new criteria attribute.

120
MCQmedium

An implementation specialist is configuring dependency relationships where a virtual machine must be marked as dependent on a physical ESXi host. When utilizing CI relationships, what is the significance of setting the 'Depends :: Used by' relationship direction correctly?

A.It enforces mandatory database indexing on the cmdb_rel_ci table for both records.
B.It determines the physical network routing path used by Discovery.
C.It automatically populates the asset tag field on the child CI from the parent CI.
D.It dictates how Business Service Management and Dependency Views calculate impact propagation.
AnswerD

Dependency Views and Impact Analysis rely on correct parent-child relationship directions to calculate service downstream impacts.

Why this answer

Relationship directions determine how impact analysis flows in Incident, Problem, and Change management, ensuring accurate outage propagation.

121
MCQhard

An organization uses ServiceNow Discovery to populate servers. They also have a security vulnerability scanner that ingests vulnerability records and associates them with CIs in the CMDB. The security tool frequently sends payloads containing stale IP addresses that match existing CIs incorrectly because the IP reuse policy in their network causes IP addresses to cycle rapidly. How can the administrator prevent the security tool from using IP address as an identification criterion while still allowing it to update vulnerability attributes?

A.Configure Data Source Precedence to block the security tool from updating IP addresses.
B.Write a Business Rule on cmdb_ci to delete IP records when IP churn occurs.
C.Review and refine the identification rules for the server class to remove volatile attributes like IP address, ensuring identification relies on stable unique keys like serial number or system ID.
D.Set the security tool's discovery source to 'Manual'.
AnswerC

Relying on volatile attributes like IP address causes incorrect matching during IP churn; identification rules should be based on persistent hardware identifiers.

Why this answer

Identification rules are defined per class and discovery source or governed by the class identification rules, but tuning identification rules or separating payload matching criteria prevents IP address collision.

122
MCQeasy

An incident manager wants to see all upstream business services impacted by a failed network switch directly from the infrastructure alert. Where can they view this immediate impact path?

A.CMDB Baseline Diff Viewer
B.Event Management Alert Correlation Form
C.Dependency Views map on the switch CI record
D.CSDM Conceptual Diagram
AnswerC

The Dependency Views map visually traces upstream dependencies and downstream impacts.

Why this answer

Dependency Views provide the real-time visual hierarchy showing upstream services affected by downstream infrastructure failures.

123
MCQmedium

A team needs to evaluate the overall health of their CSDM implementation by verifying if technical services are correctly linked to applications and infrastructure. Which built-in assessment tool provides this specific visibility?

A.Service Portfolio Workspace
B.CMDB Health Dashboard
C.Instance Security Center
D.CSDM Data Foundations Dashboard
AnswerD

The CSDM Data Foundations Dashboard evaluates CSDM compliance and data readiness across all stages.

Why this answer

The CSDM Data Foundations Dashboard evaluates instance data against CSDM best practices and provides scorecards showing gaps in foundations, design, manage technical services, and sell/consume stages.

124
MCQhard

An organization discovers network gear using both SNMP Discovery and an external cloud management platform API. Both integrations populate the same physical switch CIs. The cloud platform sometimes sends an empty string for the serial number, which accidentally clears out valid serial numbers previously populated by SNMP Discovery. How can this be prevented using CMDB ingestion controls?

A.Delete the identification rule for serial number.
B.Write an Inbound Email Action to reject empty payloads.
C.Set the serial number field dictionary attribute to 'read-only'.
D.Configure IRE payload settings or Data Source Precedence rules to ignore empty or null attribute updates from specific data sources.
AnswerD

Configuring the IRE to ignore empty attribute values prevents lower-priority or incomplete payloads from blanking out existing valid data.

Why this answer

The IRE supports ignore empty attributes or data source precedence settings that prevent empty or null values from overwriting existing non-empty data.

125
MCQeasy

An administrator needs to create a new custom Configuration Item class for specialized industrial IoT gateways that inherit base attributes from the Hardware class. Which table should be the parent table for this new class?

A.cmdb_rel_ci
B.cmdb_ci
C.cmdb_ci_hardware
D.cmdb
AnswerC

Hardware-related CIs should inherit from cmdb_ci_hardware to ensure proper tracking and attribute inheritance.

Why this answer

Custom CI classes representing physical hardware typically inherit from the cmdb_ci_hardware table to leverage existing hardware attributes and identification rules.

126
MCQhard

An administrator is troubleshooting a custom integration where incoming JSON payloads for routers contain an array of interfaces. When the payload is processed, the parent router updates successfully, but none of the interface CIs are created. Reviewing the IRE payload structure shows that the interface objects are nested inside a property named `network_interfaces`. What must be configured in the IRE payload mapping to successfully process these child items?

A.Modify the Transform Map coalesce script to loop through the array.
B.Define a related items block in the payload structure mapping `network_interfaces` to the corresponding child class and relationship type.
C.Create a Business Rule to split the JSON array into individual rows on the import staging table.
D.Add 'network_interfaces' as a comma-separated string column in the base cmdb_ci table dictionary.
AnswerB

IRE payloads require explicit related items arrays or robust transform engine related item processors to parse and process nested child entities.

Why this answer

When child items are nested in arrays within an IRE payload, related items / dependent relationships must be explicitly defined in the payload structure so the IRE iterates through the array.

127
MCQeasy

An enterprise wants to establish clear data ownership and automate the lifecycle management tasks of archiving and retiring old hardware servers. Which native ServiceNow tool should be implemented to govern this process?

A.Service Graph Connector
B.CMDB Data Manager
C.Discovery Schedule
D.Identification and Reconciliation Engine (IRE)
AnswerB

CMDB Data Manager provides a policy-driven framework to manage CI lifecycles, including ownership assignment, retirement, and archiving.

Why this answer

CMDB Data Manager is the native application designed to automate lifecycle operations such as backup, retire, delete, and attest for CIs based on policy rules.

128
Multi-Selectmedium

Which TWO of the following tasks can be accomplished using the CMDB Data Manager? (Choose two.)

Select 2 answers
A.Scheduling automated archival of historical CIs
B.Creating automated policies to retire obsolete CIs
C.Visualizing service maps in Service Mapping
D.Configuring network IP discovery schedules
E.Defining CI identification and reconciliation rules
AnswersA, B

Data Manager automates CI archival policies.

Why this answer

CMDB Data Manager allows administrators to create policies for automating CI lifecycle states such as archival and retirement.

129
MCQhard

An administrator is reviewing the Correctness score on the CMDB Health Dashboard and notices a low score caused by multiple CIs having no relationships to any business services. Which specific Correctness metric is flagging this issue?

A.Duplicate CIs
B.Orphans
C.Unassigned CIs
D.Stale CIs
AnswerB

Orphans identify CIs that lack required relationships within the dependency hierarchy.

Why this answer

The Orphan metric under CMDB Health Correctness identifies CIs that lack required relationships (e.g., servers not related to applications or services).

130
MCQhard

Your organization is adopting CSDM and wants to map incidents so that when a database server fails, the service desk instantly sees which Business Services are impacted. What is the correct traversal path in the CMDB to achieve this visibility?

A.Database Server -> Business Service -> Application Service
B.Business Service -> Application Service -> Database Server
C.Business Service -> Database Server -> Application Service
D.Database Server -> Application Service -> Business Service
AnswerD

Correct. Infrastructure supports Application Services, which link to Business Services.

Why this answer

Database Server -> runs on -> Application Service -> consumed by -> Business Service (or via Service Offering).

131
Multi-Selecthard

An organization is utilizing CSDM (Common Service Data Model) and needs to relate technical CIs to business services and applications. Which THREE relationship types or foundational concepts are core to proper CSDM alignment in the CMDB? (Choose three.)

Select 3 answers
A.Storing all users, business applications, and servers in a single flat cmdb_ci table without differentiation.
B.Relating Business Applications to Application Services using the 'Consumes::Consumed by' or instance relationship mappings.
C.Establishing clear demarcations between the Design, Technical, and Sell/Consume domains of CSDM.
D.Connecting Infrastructure CIs to Application Services using 'Hosted on::Hosts' or 'Depends on::Used by'.
E.Using the task table to store direct relationships between hardware and software.
AnswersB, C, D

Business Applications define the software conceptual model, while Application Services represent deployable instances.

Why this answer

CSDM relies on relationship types such as 'Hosted on', 'Used by', and separating application services from business applications.

132
MCQeasy

Which of the following domains is responsible for managing technical infrastructure, hardware, and software instances?

A.Sell/Consume
B.Foundation
C.Design
D.Manage Technical Services
AnswerD

Correct. Manage Technical Services covers infrastructure and technical CIs.

Why this answer

The Manage Technical Services domain covers technical services and the underlying infrastructure CIs that support them.

133
MCQmedium

An administrator needs to deprecate an old custom CI class that is no longer in use. What is the recommended best practice in the CI Class Manager?

A.Delete the table directly from the Tables and Columns module without checking for records.
B.Deactivate all identification rules and leave the table orphaned.
C.Rename the table name prefix to 'z_deprecated_' directly in the dictionary.
D.Use the CI Class Manager to deprecate or safely review dependent records and rules before taking action.
AnswerD

The CI Class Manager helps administrators assess the impact of deprecating a class by checking for existing records and identification rules.

Why this answer

The CI Class Manager provides functionality to deprecate or safely manage class lifecycles, though structural changes must account for existing records.

134
MCQhard

Your company acquires another firm and inherits two separate ServiceNow instances. You are consolidating them and need to merge overlapping Business Applications. When retiring a redundant Business Application record that has active Application Services attached to it, what must be done first according to CSDM data integrity standards?

A.Export all incident history to an external data lake and delete the CMDB table.
B.Convert the redundant Business Application into a Technical Service.
C.Delete all underlying infrastructure CIs associated with the application.
D.Reassign or re-map the active Application Services to the surviving Business Application record.
AnswerD

Correct. Application Services must be reparented to the active surviving Business Application before retiring the redundant one.

Why this answer

Before retiring or deleting a Business Application, its active Application Services must be reassigned to the surviving Business Application to prevent orphaned deployable instances.

135
MCQmedium

An organization is configuring ITSM processes to use CSDM data. When a user submits an incident, which CI field on the incident form should be populated to ensure proper service alignment according to CSDM?

A.Service Portfolio [service_portfolio] directly.
B.Business Application [cmdb_ci_business_app] directly.
C.Foundation Company [core_company] directly.
D.Configuration Item [cmdb_ci] referencing an Application Service.
AnswerD

Correct. Incidents should target Application Services to capture runtime context.

Why this answer

The Configuration Item [cmdb_ci] field on task forms like Incident should reference the Application Service [cmdb_ci_service_calculated].

136
MCQmedium

A company needs to store custom serial number attributes for specific physical storage devices. Where should an administrator add these custom attributes to ensure they are properly managed and tracked?

A.Using the CI Class Manager by selecting the target storage CI class and adding the attribute under the Attributes tab
B.By editing the cmdb_ci_hardware form layout directly
C.Through the Discovery Definition > CI Attributes module
D.Directly in the Data Dictionary via System Definition > Dictionary by modifying the base cmdb table
AnswerA

The CI Class Manager allows administrators to safely add attributes to specific classes and handles underlying dictionary updates.

Why this answer

Attributes specific to a child class should be added using the CI Class Manager to ensure they are correctly inherited or registered against that specific class dictionary.

137
Multi-Selecthard

Which THREE of the following actions help ensure accurate relationship-based insights in the CMDB? (Choose three.)

Select 3 answers
A.Disabling all manual relationship creation across the entire instance
B.Configuring proper IRE identification rules for relationships to prevent duplicate links
C.Utilizing Discovery and Service Mapping to automatically populate runtime relationships
D.Setting CMDB Query Builder cache timeouts to zero
E.Monitoring and remediating orphan CIs using the CMDB Health Dashboard
AnswersB, C, E

Proper IRE rules prevent duplicate and erroneous relationship creation.

Why this answer

Accurate relationship insights rely on robust IRE rules for discovery, valid relationship types, and regular health auditing for orphans and duplicates.

138
MCQmedium

An enterprise wants to ensure that data ingested via manual spreadsheets cannot overwrite critical network attributes populated by automated network discovery. Where should an administrator configure this restriction?

A.Discovery Schedule Properties
B.Data Policies on cmdb_ci
C.Import Set Transform Map Field Maps
D.CI Class Manager -> Data Source Precedence
AnswerD

Data Source Precedence rules in CI Class Manager define which sources can update specific attributes, preventing lower-priority sources from overwriting authoritative ones.

Why this answer

Attribute-level overwrite protection between different data sources is managed via Data Source Precedence rules.

139
MCQeasy

An administrator needs to track adherence to CSDM data standards across business services. Which ServiceNow workspace or dashboard natively provides out-of-the-box visibility into CSDM compliance scores and orphaned relationships?

A.Data Certification Dashboard
B.CSDM Data Foundations Dashboard
C.CMDB Health Dashboard
D.Service Portfolio Management Workspace
AnswerB

This dashboard directly evaluates CSDM maturity and compliance.

Why this answer

The CSDM Data Foundations Dashboard is specifically designed to provide out-of-the-box visibility into CSDM compliance, tracking stages such as Foundations, Design, Manage Technical Services, and Sell/Consume.

140
MCQhard

An enterprise is planning to deploy a complex multi-tier application architecture. They want to ensure that application services are mapped using the correct relationship types between technical CIs and logical service nodes. Which recommended relationship type represents the connection between a logical application service and its running software instance?

A.Contains / Contained by
B.Runs on / Runs
C.Used by / Uses
D.Connects to / Connected by
AnswerB

Runs on / Runs is the standard CSDM relationship type linking software instances to the compute CIs they execute upon.

Why this answer

The 'Hosted on' or 'Runs on / Runs' relationship types are standard for connecting software instances and application components to underlying hosting CIs.

141
MCQeasy

A CMDB manager wants to review the overall health of the CMDB across Completeness, Correctness, and Compliance. Which ServiceNow module should they navigate to first?

A.Configuration > Data Governance > Dashboard
B.Configuration > CMDB Health > Dashboard
C.System Definition > CMDB Dashboard
D.Reports > View > CMDB Health
AnswerB

This is the exact navigation path to view the main CMDB Health Dashboard.

Why this answer

The CMDB Health Dashboard is the primary built-in tool for viewing overall completeness, correctness, and compliance metrics.

142
MCQmedium

When analyzing a service map in Service Mapping, an administrator wants to see live network connections and traffic flows captured between application nodes. Which feature provides this insight?

A.Dependency Views baseline diff
B.CMDB Query Builder topology export
C.Traffic Connections view
D.Discovery Schedule Log
AnswerC

Traffic Connections view shows active network traffic flows between nodes.

Why this answer

Traffic Connections in Service Mapping display actual network communication flows discovered between CIs, validating relationships.

143
MCQhard

A ServiceNow implementation specialist is configuring Data Certification to ensure that application owners regularly review the accuracy of their business-critical applications. Where must the filter criteria be specified to determine which CIs are included in the certification schedule?

A.Inside the CI Class Manager under Governance settings
B.In the Certification Filter related list of the audit definition
C.On the CMDB Health Dashboard compliance settings tab
D.In the CMDB Data Manager policy definition
AnswerB

Certification Filters define the precise query criteria used to gather the subset of CIs that need to be audited in a given certification schedule.

Why this answer

Data Certification schedules utilize a filter condition or a related Audit Definition to dynamically select the target CIs based on specified criteria.

144
Multi-Selecthard

Which THREE of the following are core goals or benefits of implementing the CSDM framework?

Select 3 answers
A.Automatically configuring network router firewall rules without admin approval.
B.Replacing the ServiceNow database with external spreadsheets.
C.Enabling accurate incident and change impact analysis via proper service mapping.
D.Providing a standard, product-agnostic data model for the CMDB.
E.Aligning business applications and capabilities with technical infrastructure.
AnswersC, D, E

Correct. CSDM ensures accurate impact analysis for ITSM.

Why this answer

CSDM provides a standard data model, enables accurate impact analysis, and aligns business applications with technical infrastructure.

145
Multi-Selecthard

Which THREE of the following are primary components evaluated under the CMDB Health Dashboard framework? (Choose three.)

Select 3 answers
A.Security
B.Performance
C.Correctness
D.Completeness
E.Compliance
AnswersC, D, E

Correctness is a core CMDB Health pillar.

Why this answer

The CMDB Health framework evaluates Completeness, Correctness, and Compliance.

146
MCQeasy

What is the primary role of a 'Data Owner' in the context of ServiceNow CMDB governance?

A.Accountability for the accuracy, completeness, and quality of data within their assigned CI domain
B.Approving financial balance sheets for the enterprise
C.Configuring network switch routing tables
D.Writing custom Java code for MID server extensions
AnswerA

Data owners hold ultimate accountability for data governance within their scope.

Why this answer

Data owners are accountable for the accuracy, completeness, and governance of their assigned CI portfolios.

147
MCQhard

Your company is preparing for an IT audit and needs to demonstrate which user groups are responsible for supporting specific Application Services. Where should the support group be specified on the Application Service record according to CSDM guidelines?

A.Assignment group field on all incoming Incident records automatically.
B.Managed by group field on the underlying Linux server CIs.
C.Support group field on the Application Service record.
D.Assigned group field on the parent Business Application record.
AnswerC

Correct. Operational support groups are assigned directly on the Application Service.

Why this answer

The 'Support group' field on the Application Service record designates the operational team responsible for supporting that specific service deployment.

148
MCQhard

When analyzing CMDB data quality, you discover multiple records representing the exact same physical server, but they were created by different discovery tools with slightly different naming conventions. The IRE successfully merges them during updates, but initial creation still generates duplicates. What is the root cause?

A.Reconciliation definitions are set to allow multiple sources.
B.The cmdb_rel_ci table is missing indexes.
C.The CMDB Health Dashboard needs to be restarted.
D.The identification rules for the server class lack matching criteria that cover the unique attributes provided by both tools.
AnswerA, D

Reconciliation definitions allow multiple sources to update, but identification rules control matching.

Why this answer

If identification rules are misconfigured or criteria are missing, the IRE cannot match incoming payloads during initial insertion, leading to duplicate creation.

149
MCQeasy

When reviewing CI records ingested into the CMDB, an administrator notices a field labeled 'First discovered' and another labeled 'Last discovered'. Which component populates these lifecycle tracking fields automatically?

A.Standard Transform Map execution engine
B.The Identification and Reconciliation Engine (IRE) and Discovery logging mechanisms
C.CMDB Health Dashboard audit jobs
D.Data Policies on the cmdb_ci table
AnswerB

The IRE and Discovery framework update discovery audit timestamps whenever a CI is processed by an authorized discovery source.

Why this answer

Discovery and the IRE automatically maintain discovery audit metadata, such as first and last discovered timestamps.

150
Multi-Selectmedium

An enterprise is planning a data ingestion strategy for their CSDM implementation. Which TWO principles should guide their approach to data ingestion and the CMDB? (Choose two.)

Select 2 answers
A.Disable identification rules on all base classes to allow any data source to create records freely.
B.Always route automated integrations through the Identification and Reconciliation Engine (IRE) to maintain data hygiene.
C.Rely exclusively on manual spreadsheet imports performed weekly for all infrastructure CIs.
D.Establish clear data source ownership and precedence rules for critical CI attributes.
E.Use legacy transform maps with direct GlideRecord insertions for all server ingestion to maximize performance.
AnswersB, D

Routing through the IRE prevents duplicates and ensures data precedence is respected.

Why this answer

CSDM and CMDB best practices dictate avoiding legacy custom transforms that bypass IRE and leveraging authoritative automated sources.

Page 1

Page 2 of 5

Page 3

All pages

Practice CIS-DF by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →