Certified System Administrator Certification CIS-DF Sample Questions Reliable
Prepare for the Actual Certified System Administrator CIS-DF Exam Practice Materials Collection
ServiceNow CIS-DF Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION # 43
A CMDB Administrator needs to import external data into the CMDB. To reduce the risk of creating duplicates and prevent updates from unauthorized sources, it must be ensured that the Identification and Reconciliation Engine (IRE) is not bypassed.
What is the recommended method to import data into the CMDB utilizing the Identification and Reconciliation API?
- A. IntegrationHub ETL
- B. Import Sets and Transform Maps
- C. Table API (REST API or SOAP API)
Answer: A
Explanation:
In ServiceNow, protecting CMDB data quality during ingestion is a core Data Foundations principle. The Identification and Reconciliation Engine (IRE) is designed to ensure that CI records are uniquely identified, merged correctly, and protected from unauthorized overwrites. Any ingestion method that bypasses IRE introduces a high risk of duplicates and data corruption.
IntegrationHub ETL is the recommended method because it is natively designed to work with the Identification and Reconciliation API. When properly configured, IntegrationHub ETL ensures that incoming data is processed through IRE, applying identification rules, reconciliation rules, and source precedence. This allows multiple data sources to coexist safely while maintaining CMDB integrity.
Option B (Table API) is explicitly discouraged for CMDB ingestion because it writes directly to CMDB tables and bypasses IRE entirely, making it one of the most common causes of duplicate and conflicting CI records. While REST and SOAP APIs are powerful, they are not safe for CMDB ingestion unless they explicitly invoke the IRE API, which most generic table integrations do not.
Option C (Import Sets and Transform Maps) can be configured to call IRE, but this requires additional scripting and strict governance. Because of this complexity and higher risk of misconfiguration, it is not the recommended approach when safer, purpose-built options exist.
Therefore, IntegrationHub ETL is the verified and best-practice answer, making Option A correct.
NEW QUESTION # 44
A CMDB Administrator is reviewing the CMDB and notices that manyHardware CIs are missing serial numbers. The Administrator is concerned this may causeduplicate CIsand wants to resolve the issue quickly.
Whatstructured guidelines provided by ServiceNoware available to troubleshoot and resolve the issue?
- A. CMDB Data Foundations Dashboard Playbooks
- B. CSDM Data Foundations Dashboard Playbooks
- C. CSDM Now Create Playbooks
- D. CMDB Health Dashboard Playbooks
Answer: A
Explanation:
When data quality issues such asmissing serial numbersthreaten CMDB integrity and increase the risk of duplicates, ServiceNow providesprescriptive, step-by-step remediation guidancethrough theCMDB Data Foundations Dashboard Playbooks.
These playbooks are specifically designed to help administratorsidentify root causes, assess ingestion and governance gaps, and apply corrective actions using structured remediation plays (Analyze Data, Fix Data, Govern Data). For missing serial numbers, the playbooks guide teams to review Discovery patterns, identification rules, reconciliation sources, and governance controls to ensure authoritative data capture and prevention of future issues.
TheCMDB Health Dashboard Playbooksfocus on health scoring and metrics, not guided remediation.CSDM Data Foundations Dashboard Playbooksis not a distinct product naming; the correct construct is CMDB Data Foundations.Now Create Playbooksprovide implementation project guidance, not operational troubleshooting for live data issues.
Therefore, the correct answer isA - CMDB Data Foundations Dashboard Playbooks, which are purpose-built to quickly troubleshoot and remediate CMDB data quality problems while aligning with best practices inServiceNow.
NEW QUESTION # 45
A CMDB Administrator is using theDuplicate CI Remediatorto address a de-duplication task. On thefirst tab of the wizard, theMain CIis selected.
Whichattributes are used to identify the Main CI?(Choose two)
- A. Oldest Created
- B. Newest Created
- C. Most Related Items
- D. Least Related Items
Answer: A,C
Explanation:
InServiceNow, theDuplicate CI Remediatoris a governed tool designed to safely resolve duplicate Configuration Items while preserving themost valuable and authoritative record. The first step in the remediation wizard is identifying theMain CI, which will be retained after remediation.
ServiceNow uses two primary attributes to help determine the best candidate for theMain CI:
Oldest Created (Option A)
The oldest CI is often preferred because it typically has alonger operational history, may be referenced by historical incidents, changes, problems, or audits, and is more likely to be embedded in downstream processes and reports. Retaining the oldest CI helps avoid breaking historical references.
Most Related Items (Option B)
A CI with themost relationships(for example, links to applications, services, incidents, or other CIs) is generally the most valuable from abusiness and operational contextperspective. Preserving these relationships is critical for impact analysis, Change Management, and CSDM-aligned service modeling.
Options C (Newest Created) and D (Least Related Items) are not used as selection criteria because newer or weakly-related CIs typically contain less historical and relational value and are better candidates for removal or merging.
By prioritizingOldest CreatedandMost Related Items, the Duplicate CI Remediator aligns withCMDB Data Foundations best practices, ensuring minimal data loss, preserved business context, and safer de-duplication outcomes.
Therefore, the correct answers areA and B.
NEW QUESTION # 46
The CMDB Administrator has set up two Dynamic Reconciliation Rules within the ServiceNow Production Instance. The 'Server' class has a Dynamic Reconciliation Rule of largest value for the RAM field. The 'Windows Server' class has a Dynamic Reconciliation Rule of most reported for the RAM field.
Given the above data in Multisource CMDB, which value is added to the CMDB for RAM for a Server CI?
- A. 4,096 MB
- B. 2,048 MB
- C. 8,192 MB
Answer: C
Explanation:
This question hinges on understanding class-specific Dynamic Reconciliation Rules in CMDB 360
/ Multisource CMDB within ServiceNow.
Although two different dynamic rules are configured, the rule applied depends on the CI class being evaluated:
For the Server class, the configured rule is Largest value for the RAM attribute.
For the Windows Server class, the rule Most reported would apply--but only if the CI were evaluated as a Windows Server.
The question explicitly asks for the resulting RAM value for a Server CI, not a Windows Server CI.
Therefore, the Largest value rule governs the outcome.
Looking at the multisource values:
* 2,048 MB (LANDesk)
* 4,096 MB (Tivoli)
* 4,096 MB (ServiceNow)
* 8,192 MB (Altiris)
Under the Largest value dynamic reconciliation rule, the IRE selects the maximum numeric value, regardless of how frequently it is reported or which source provided it.
The Most reported logic (which would result in 4,096 MB) does not apply here because that rule is configured for a different class (Windows Server).
This scenario illustrates an important CMDB 360 principle: Dynamic reconciliation is evaluated per class, and child-class rules do not override parent-class rules unless the CI is actually classified under that child class.
NEW QUESTION # 47
A Configuration Manager has configured multiple data sources that are all authorized to update the same class and the same set of class attributes in the CMDB.
What can the Configuration Manager do to control which data source should be the authoritative source of truth for a specific class or set of class attributes?
- A. Assign a priority to each data source in reconciliation rules
- B. Configure data refresh rules with a specific time period
- C. Assign a run order to each data source in the identification rules
- D. Manually run the data source updates in the correct order
Answer: A
Explanation:
In ServiceNow, controlling source precedence when multiple authorized data sources update the same CI attributes is a core responsibility of Identification and Reconciliation Engine (IRE) governance.
The correct and supported method is to assign priority to each data source in reconciliation rules.
Reconciliation rules determine which source wins when multiple sources attempt to update the same attribute on a CI. By defining source precedence, the Configuration Manager ensures that the most authoritative system of record (for example, Discovery over manual imports, or HR systems over spreadsheets) consistently controls specific attributes or classes.
NEW QUESTION # 48
A customer's CMDB is aligned to the CSDM Walk stage.
What benefit is provided by the CMDB?
- A. Allows for additional stratification of technical teams' support structure along the lines of OLAs and commitments
- B. Improves the implementation velocity of APM Foundation for future business application rationalization
- C. Enables impact assessments for incident, problem, and change on Business Services
Answer: C
NEW QUESTION # 49
The Incident Process Owner asks which classes of CSDM are used on the Incident form. Which classes are appropriate?
- A. Service Offering
- B. Business Application
- C. Application Service
- D. Service Portfolio
Answer: A,C
Explanation:
In the Common Service Data Model (CSDM), the Incident form is designed to capture operational impact and enable effective incident routing, prioritization, and communication. To achieve this, CSDM prescribes using classes that represent how services are delivered and consumed, not how they are planned or governed.
Application Service (Option A) is an appropriate class on the Incident form because it represents the technical service that is running in production and is directly impacted during an incident.
Application Services are service-mapped, relate to underlying infrastructure, and support impact analysis, root cause investigation, and automated assignment. This makes them ideal for associating incidents with technical outages or degradations.
Service Offering (Option C) is also appropriate because it represents how a service is consumed by users or business units. Service Offerings allow Incident Management to understand who is affected, enable targeted communications, and support SLA/OLA alignment. For example, an email service offering for a specific department clearly identifies the impacted consumer group.
NEW QUESTION # 50
A CMDB Administrator has built a number of Technology Management Service Offerings (Technical Service Offerings) based on Dynamic CI Groups to better maintain group alignment for the member CIs.
Which groups are synced to CIs from the offering that has a relationship to a Dynamic CI Group?
(Choose 2 options)
- A. Managed by Group
- B. Support Group
- C. Approval Group
- D. Owned by Group
Answer: A,B
Explanation:
In ServiceNow, Dynamic CI Groups are a core Data Foundations capability used to automatically manage CI membership based on rules rather than manual maintenance. When Technology Management Service Offerings (Technical Service Offerings) are related to Dynamic CI Groups, ServiceNow uses those relationships to synchronize operational support attributes to the member CIs.
The two CI attributes that are intentionally designed to sync in this model are the Managed by Group and the Support Group. These groups directly influence operational ownership and support routing, which is why they are automatically aligned when Dynamic CI Groups are used.
This ensures that incidents, changes, problems, and operational tasks are routed consistently as CI membership changes over time.
The Support Group defines who provides day-to-day operational support and is critical for Incident and Request Management workflows. The Managed by Group represents the team responsible for the technical lifecycle and operational health of the CI. Synchronizing these attributes eliminates manual updates and reduces misrouted tickets, which is a key goal of Configuration Management maturity.
NEW QUESTION # 51
A CMDB Administrator needs to set up CMDB 360/Multisource CMDB Drag and drop the system property to the functionality Some options may not apply.
Answer:
Explanation:
Explanation:
In ServiceNow, CMDB 360 / Multisource CMDB extends the Identification and Reconciliation Engine (IRE) to support multi-source visibility, reconciliation, and confidence scoring. Configuration is controlled through system properties, each enabling a specific capability.
glide.identification_engine.multisource_enabled is the master switch that activates CMDB 360 functionality.
glide.identification_engine.multisource_cmdb_ci_enabled allows CMDB 360 to collect and evaluate data specifically from CMDB CI classes.
glide.cmdb.logger.source.cmdb_multisource enables detailed logging for troubleshooting multisource ingestion and reconciliation.
glide.identification_engine.multisource_recompute.max_ci_limit protects performance by limiting how many CIs can be processed during a recompute operation.
Capturing CMDB 360 data from non-CMDB classes is not supported, which is why no property applies to that option.
This mapping aligns with Data Foundations and CMDB governance best practices, ensuring CMDB 360 is enabled safely, transparently, and at scale.
NEW QUESTION # 52
Which ServiceNow solutions create automatic relationships? (Choose 2 options)
- A. Discovery
- B. Service Mapping
- C. IntegrationHub ETL
- D. Workflow Studio
Answer: A,B
Explanation:
Automatic relationship creation is fundamental to maintaining a service-aware and trustworthy CMDB. In ServiceNow, this capability is primarily delivered by Discovery and Service Mapping.
Discovery (Option C) automatically identifies infrastructure components--such as servers, network devices, and storage--and creates technical relationships between them (for example, "runs on,"
"connected to," or "depends on"). These relationships form the backbone of infrastructure dependency mapping.
Service Mapping (Option B) builds on Discovery by creating application- and service-level relationships. It maps how application components interact across servers, databases, and middleware, resulting in accurate Application Service models aligned with CSDM. These relationships are created and maintained automatically as the environment changes.
NEW QUESTION # 53
A Configuration Manager has configured multiple data sources that are all authorized to update thesame class and the same set of class attributesin the CMDB.
What can the Configuration Manager do to controlwhich data source should be the authoritative source of truthfor a specific class or set of class attributes?
- A. Assign a priority to each data source in reconciliation rules
- B. Configure data refresh rules with a specific time period
- C. Assign a run order to each data source in the identification rules
- D. Manually run the data source updates in the correct order
Answer: A
Explanation:
InServiceNow, controllingsource precedencewhen multiple authorized data sources update the same CI attributes is a core responsibility ofIdentification and Reconciliation Engine (IRE)governance.
The correct and supported method is toassign priority to each data source in reconciliation rules.
Reconciliation rules determinewhich source winswhen multiple sources attempt to update the same attribute on a CI. By defining source precedence, the Configuration Manager ensures that themost authoritative system of record(for example, Discovery over manual imports, or HR systems over spreadsheets) consistently controls specific attributes or classes.
Option B is incorrect because manually sequencing data source runs is unreliable, does not scale, and violates Data Foundations best practices. Option C only controls how often data is refreshed, not which source is authoritative. Option D is incorrect becauseidentification rulesare used to uniquely identify CIs-not to control attribute-level precedence.
Using reconciliation rules providesdeterministic, auditable, and automated control, which is essential for maintaining CMDB trust and avoiding data conflicts.
Therefore, the correct answer isA - Assign a priority to each data source in reconciliation rules.
NEW QUESTION # 54
A CMDB Administrator wants to improvedata quality related to the CSDM.
Which action should the Administrator take to meet this goal?
- A. Start the ServiceNow Health Scan
- B. Use the default configured CMDB Health Dashboard
- C. Use the CSDM Data Foundations Dashboard
Answer: C
Explanation:
To specifically improvedata quality related to CSDM, the most effective and prescribed action is to use theCSDM Data Foundations Dashboard. InServiceNow, this dashboard is purpose-built to assess and improveCSDM alignment, not just general CMDB hygiene.
The CSDM Data Foundations Dashboard focuses onservice modeling readiness, highlighting gaps such as missing service ownership, incomplete relationships between Business Applications and Application Services, unmanaged services, and misaligned lifecycle states. It providesGet Well Playbooksthat guide administrators through structured remediation using Analyze Data, Fix Data, and Govern Data plays-directly tied to CSDM outcomes.
Option C (default CMDB Health Dashboard) is valuable, but it measuresgeneric CMDB data quality dimensions(completeness, correctness, compliance) and does not specifically evaluateCSDM constructs or service modeling maturity. Option B (ServiceNow Health Scan) provides platform-wide configuration and performance recommendations, but it is not focused on CMDB or CSDM data quality.
Therefore, to improveCSDM-specific data quality, the administrator should use theCSDM Data Foundations Dashboard, makingOption Athe correct answer.
NEW QUESTION # 55
Drag and drop theCMDB Health Dashboard metricto the correctdescription.
Answer:
Explanation:
Explanation:
TheCMDB Health Dashboardorganizes data quality into practical, action-oriented metrics:
Auditsvalidate correctness by comparing CI values against defined expectations (rules, policies, certifications).
Duplicate CIsrepresent redundant records and should be reduced to improve trust and reporting accuracy.
Orphan CIslack required relationships or key context, limiting impact analysis and service visibility.
Recommended fieldsare not mandatory but add diagnostic value during incidents and problem investigations.
Required fieldsare enforced by the platform and closely tied to Identification & Reconciliation remediation.
Stale CIssignal aging data that no longer reflects the current environment.
This mapping aligns withCMDB Data Foundationsbest practices and how the Health Dashboard is designed to guide prioritization and remediation.
NEW QUESTION # 56
Some steps need to be taken to transition from usinglegacy CMDB status attributestoCSDM lifecycle objects.
Drag and drop theobjects / attributesto the correctdescriptions.
Answer:
Explanation:
Explanation:
When transitioning toCSDM-aligned lifecycle management, ServiceNow introduces a structured lifecycle framework that separateshigh-level intentfromdetailed operational state.
Life Cycle Stagerepresents themacro phaseof a CI's existence (for example:Plan, Build, Deploy, Operate, Retire).
Life Cycle Stage Statusrefines that phase withgranular, sub-level statesthat vary by CI type.
Life Cycle Objectdetermineswhich lifecycle stages and statuses apply, based on what kind of CI is being managed (hardware, application, document, etc.).
Life Cycle Mappingensures asafe transitionfrom legacy status fields by translating existing values into standardized CSDM lifecycle values-avoiding data loss or process disruption.
Together, these objects enableconsistent lifecycle governance, improve reporting accuracy, and support automation across ITSM, ITOM, and IRM use cases-while remaining backward compatible with legacy CMDB data.
NEW QUESTION # 57
A new custom class is needed to reflect a new application being managed in the CMDB.
Which roles are minimally needed to add this custom CI class?
- A. sn_cmdb_admin and personalize_dictionary
- B. sn_cmdb_admin and personalize_form
- C. itil_admin and personalize_form
- D. sn_cmdb_admin and personalize_dictionary
Answer: D
Explanation:
Creating a custom CI class in the CMDB is a dictionary-level configuration activity and must be performed with the correct minimum privileges to ensure governance and upgrade safety in ServiceNow.
The sn_cmdb_admin role is required because it grants administrative access to CMDB structures, including CI class hierarchy management. This role ensures that changes align with CMDB governance controls and Data Foundations practices.
The personalize_dictionary role is also required because adding a new CI class involves creating or extending dictionary entries (tables, attributes, inheritance). Without dictionary-level access, a user cannot define new classes or attributes in the CMDB schema.
NEW QUESTION # 58
TheApache Web Server Identification Ruleis configured with the followingcriterion attributes:
Class
Configuration file
Version
Yesterday, anApache Web Server CIwas discovered as part ofService Mapping.
Today, the application ownerupgraded Apache to a different versionand reran discovery of the service.
What will happen in the CMDB?
- A. A new Apache Web Server CI is created.
- B. A duplication error will occur.
- C. The Apache Web Server CI will be reclassified as a Web Server CI.
- D. The existing Apache Web Server CI will be reconciled and its version will be updated.
Answer: A
Explanation:
This scenario hinges on how theIdentification and Reconciliation Engine (IRE) inServiceNowevaluatesidentification rules.
The identification rule for theApache Web Serverclass includesVersionas part of theidentifier criteria, along with Class and Configuration file. Identification rules must matchall criterion attributes exactlyfor an incoming record to be identified as an existing CI and reconciled.
Yesterday's discovery created an Apache Web Server CI with a specific version value. When Apache is upgraded and discovery is rerun, theVersion attribute changes. Because Version is part of the identifier, the incoming recordno longer matchesthe existing CI's identifier entry. As a result, the IREcannot identify the existing CIas the same configuration item.
When identification fails and no matching identifier entry is found, the IRE proceeds toinsert a new CI recordrather than updating the existing one. This behavior is intentional and protects the CMDB from incorrectly reconciling records that no longer meet identification criteria.
Option A is incorrect because reconciliation only occursafter successful identification.
Option C is incorrect because reclassification is unrelated to identification criteria.
Option D is incorrect because this is not an error condition; it is expected IRE behavior.
This example highlights abest practice caution:volatile attributes (such as Version)should generallynot be used as identifier attributes, as they can cause unintended CI duplication during upgrades.
NEW QUESTION # 59
Which type ofCMDB Data Manager policycreates tasks that allow the assigned individual toupdate fields on the CI record?
- A. Certification
- B. Audit
- C. Attestation
- D. Compliance
Answer: A
Explanation:
In CMDB governance, differentCMDB Data Manager policy typesserve different validation and enforcement purposes. When the objective is to allow an assigned individual toreview and update specific fields on a CI record, the correct policy type isCertification.
ACertification policycreates actionable tasks that require the assignee tovalidate and, if necessary, correct specific CI attributes, such as lifecycle status, support group, environment, or ownership. During certification, the user can directly update CI fields to bring the record into compliance with defined standards.
Attestation(Option C) only asks the user to confirm that a CIstill existsor is still valid; it does not require or enable attribute-level updates.Audit(Option A) is used for reporting and evidence collection, not remediation.
Compliance(Option D) measures adherence to rules but does not itself generate editable remediation tasks.
Certification is therefore the primary mechanism used whenhuman validation and correctionof CI data is required-making it a cornerstone of CMDB data quality management.
Hence, the correct answer isB - Certification.
NEW QUESTION # 60
A customer's CMDB is aligned to theCSDM Walk stage.
What benefit is provided by the CMDB?
- A. Allows for additional stratification of technical teams' support structure along the lines of OLAs and commitments
- B. Improves the implementation velocity of APM Foundation for future business application rationalization
- C. Enables impact assessments for incident, problem, and change on Business Services
Answer: C
Explanation:
In theCSDM Walk stage, an organization has moved beyond basic data hygiene (Crawl) and has establishedfoundational service models, especiallyBusiness Services and their relationships to underlying technical components. One of the most important and immediate benefits of reaching this stage is the ability to performreliable impact analysisacross ITSM processes.
When Business Services are correctly defined and related to Application Services, applications, and infrastructure CIs, the CMDB becomes adecision-support systemrather than just a data repository. This enablesimpact assessments for Incident, Problem, and Change Management, which is exactly what Option C describes. For example, when an incident is logged against a CI, ServiceNow can automatically determine which Business Services are impacted and who the affected stakeholders are. Similarly, during Change Management, planners can assess downstream risk by identifying which business-facing services could be disrupted.
Option A is more aligned with advanced operational governance and support model optimization, which typically appears later as organizations mature toward theRun stage. Option B relates to Application Portfolio Management (APM) acceleration, which benefits more from accurate application ownership and lifecycle data rather than core Walk-stage service modeling.
Therefore, the correct and CSDM-aligned benefit at the Walk stage isenabling impact assessments for incident, problem, and change on Business Services, makingOption Cthe verified answer.
NEW QUESTION # 61
A CMDB Administrator, viewing the CMDB Data Foundations Dashboard, notices the Unique Locations Result percentage is low.
What is the recommended process from the associated playbook to correct this issue?
- A. Retain the location that matches the organization's standard naming convention, and delete the duplicate without further validation
- B. Review both locations, update CIs with the correct location, and delete the duplicate location
- C. Keep both locations as either can be used as a valid alternate location
- D. Use the Duplicate CI Remediator to merge the duplicate location records
Answer: B
Explanation:
In Data Foundations, a low "Unique Locations" result indicates the CMDB contains duplicate Location records (or inconsistent location usage) that reduce data reliability for operational reporting and service analytics. This sits under "Insight" because the dashboard is highlighting a measurable quality issue, and the playbook provides a structured remediation path to restore confidence.
The recommended playbook-aligned process is to review the duplicate locations, determine which one is correct per the organization's naming and data standards, then re-point dependent records (CIs) to the correct Location before removing the duplicate. That sequence is essential: if you delete a duplicate location without first updating related CIs, you risk leaving CIs with missing/invalid location references, creating new completeness and correctness issues.
Option C matches best practice: validate which location record should remain, update all affected CIs (and any other dependent records) to use the correct location, and then delete (or retire/merge, depending on process controls) the duplicate record. Option B is risky because it skips validation and dependency updates.
Option D defeats the purpose of "Unique Locations" by allowing ongoing inconsistency. Option A is not the best fit because "Duplicate CI Remediator" is oriented toward CI duplicates; Location is typically a reference
/organization data domain and is handled through the specific remediation steps for that data set. Therefore, C is the recommended process.
NEW QUESTION # 62
A CMDB Administrator wants to create a CMDB query to find all databases located in Seattle that are connected to application services. They also want to include incidents related to those databases.
Which actions should be taken to build this query? (Choose 2 options)
- A. Add to the canvas the Incident table from the Non-CMDB Tables list
- B. Add property columns to the Application Service node
- C. Set the relationship level to up to 2nd-level relationships
- D. Add a filter to the Database node for Location = Seattle
Answer: A,D
Explanation:
When building advanced CMDB queries using CMDB Query Builder in ServiceNow, the correct approach is to model CI scope, relationships, and task context explicitly on the canvas.
To limit results to databases in a specific location, the administrator must filter the Database CI node by the Location attribute. Therefore, Option C is required to scope the query to Database CIs where Location = Seattle.
To include Incidents related to those databases, the Incident table must be added from the Non- CMDB Tables list and linked through the task_ci relationship. This is exactly what Option A provides. CMDB Query Builder separates CMDB tables (CIs) from task and transactional tables, so incidents must be explicitly added from the Non-CMDB section.
NEW QUESTION # 63
(Choose two)
A CMDB Administrator is leveraging CI data as part of anIntegrated Risk Management (IRM)implementation and theEntity Scopingprocess. The Administrator wants to leverage theCSDM Data Foundations Dashboard playbooks under the Run tab.
WhichCSDM relationshipsare leveraged using the CSDM playbooks?
- A. Logical CIs that have relationships with Information Objects
- B. Business Applications that have their relationships to Information Objects
- C. Locations that have established parent records
- D. Business Applications that have relationships to Application Services
Answer: A,B
Explanation:
TheRuntab in theCSDM Data Foundations Dashboardfocuses on enablingoperationalized, risk-aware use cases, includingIntegrated Risk Management (IRM)andEntity Scoping. These use cases require organizations to understandwhat data is processed,where it resides, andwhich technical components are involved, rather than only service impact for ITSM.
Information Objectsplay a central role at this stage.
Option Ais correct becauseBusiness Applications related to Information Objectsallow organizations to identifywhat types of data (PII, PCI, PHI, regulated data)are processed by each business application. This relationship is essential forrisk classification, regulatory compliance, and audit scopingin IRM. Without it, risk assessments lack data sensitivity context.
Option Dis also correct becauseLogical CIs (such as databases, schemas, or data stores) related to Information Objectsestablishwhere sensitive data is stored or processedat a technical level. This enables IRM to trace risk from business context down to technical exposure, supporting control testing, issue management, and remediation prioritization.
Option B (Location hierarchy) supports foundational data quality but does not directly enable risk or entity scoping. Option C (Business Applications to Application Services) is critical forservice impact and Change
/Incident Management, but it is more aligned toservice operationsrather thanrisk and data-centric scoping, which is the focus of the Run playbooks for IRM.
Therefore, the correct answers areA and D, as they directly supportIRM entity scoping, regulatory analysis, and risk visibilitythrough CSDM-aligned data modeling.
NEW QUESTION # 64
Where can an administrator perform Natural Language Queries (NLQ)?
- A. CMDB Workspace
- B. CI Class Manager
- C. CMDB Health Dashboard
- D. CMDB Data Manager
Answer: A
Explanation:
In Data Foundations, the "Insight" topic is about making CMDB and service data easy to discover, understand, and use for operational decisions. Natural Language Queries (NLQ) support this by enabling admins and practitioners to ask questions in plain language (for example, finding specific CIs, services, or relationships) and quickly retrieve relevant results without navigating multiple tables and filters.
NLQ is performed in CMDB Workspace because CMDB Workspace is the primary user experience for exploring configuration data, visualizing relationships, and consuming insights from the CMDB in a guided way. It is designed as the central hub where CMDB users validate CI information, examine dependencies, and use workspace capabilities to troubleshoot and analyze.
NLQ fits naturally here: it accelerates discovery and analysis by reducing the need for advanced query building and manual report construction.
NEW QUESTION # 65
What is the value of using the CMDB in security operations? (Choose Two)
- A. Enables audits and attestations across CIs
- B. Identifies the IT infrastructure with a vulnerability
- C. Auto-resolves a vulnerability
- D. Allows the security team to assess and remediate an incident
Answer: B,D
Explanation:
The CMDB plays a critical role in security operations by providing trusted, structured insight into the organization's IT landscape. When built according to Data Foundations principles-accurate discovery, governed relationships, and alignment to CSDM-the CMDB becomes an essential enabler for security incident response and vulnerability management.
Option D is correct because the CMDB allows security teams to identify exactly which IT infrastructure components are affected by a vulnerability. By correlating vulnerability scan results with configuration items (CIs), security teams can determine whether an issue exists on a server, application, cloud resource, or network device-and understand where that CI sits within the broader service context. This eliminates blind spots and reduces time spent investigating unknown or unmanaged assets.
Option A is also correct because the CMDB supports assessment and remediation activities during security incidents. Once affected CIs are identified, the CMDB provides ownership, support group, environment, and service relationships. This enables security teams to quickly route remediation tasks to the correct resolver groups, assess business impact, and prioritize response based on service criticality. While the CMDB does not perform remediation itself, it enables informed and coordinated action.
Option B is incorrect because vulnerabilities are not auto-resolved by the CMDB; remediation requires human decision-making and execution through security, patching, or change processes. Option C, while related to governance and compliance use cases, is more aligned with GRC and audit functions rather than day-to-day security operations, making it less appropriate for this question.
In summary, the CMDB's primary value in security operations is visibility and actionable insight, enabling faster identification, assessment, and response to security threats.
NEW QUESTION # 66
A CMDB Owner starts theCSDM journeyand needs to become familiar with theCSDM domains.
Drag theCMDB objectsto the correctCSDM domains.
Answer:
Explanation:
Explanation:
TheCommon Service Data Model (CSDM)organizes CMDB data into domains that reflect how services areplanned, delivered, and consumed. Correct placement of objects is essential for reporting, ownership, and downstream ITSM, ITOM, and IRM use cases.
Design and Planning domain # Business Process
Business Processes describehow the business operatesand what capabilities are required. These are planning constructs used to design services and applications before they are built or delivered.
Foundation domain # Business Application
Business Applications are foundational reference objects that representwhat applications existandwho owns them. They anchor ownership, lifecycle, and governance but are not directly operational.
Service Delivery domain # Application Service
Application Services representrunning, operational technical services(often created via Service Mapping).
They are central to Incident, Change, and Event Management, making them part of Service Delivery.
Sell / Consume domain # Business Service
Business Services representwhat is offered to customers or consumers. They define value delivery, SLAs, and consumption context, which is why they belong in the Sell/Consume domain.
This mapping aligns withCSDM v5 guidanceand ensures clear separation betweenplanning constructs, foundational records, operational services, and consumer-facing services-a key principle for a scalable and governed CMDB.
NEW QUESTION # 67
......
Ace ServiceNow CIS-DF Certification with Actual Questions Apr 26, 2026 Updated: https://troytec.examstorrent.com/CIS-DF-exam-dumps-torrent.html