CIS-DF Dumps 2026 - New ServiceNow CIS-DF Exam Questions
Free CIS-DF braindumps download (CIS-DF exam dumps Free Updated)
NEW QUESTION # 15
An organization is changing data centers and needs to know the consequences of the planned changes.
How canApplication Service Mappingbe used as part ofChange Management?
- A. To understand the business impact of CIs
- B. To identify which devices will go offline first
- C. To understand the physical location of CIs
Answer: A
Explanation:
Application Service Mapping is a critical capability inServiceNowfor enablingbusiness-aware Change Management. Its primary value is not in identifying physical shutdown sequences or CI locations, but in translating technical changes intobusiness impact.
When an organization plans a data center move, multiple infrastructure components-servers, databases, network devices-may be affected. On their own, these technical CIs provide little insight into business risk.
Application Service Mapping connects these CIs toApplication Services and Business Servicesas defined by the Common Service Data Model (CSDM). This relationship allows Change Managers to seewhich business services, customers, and processes are impactedby the planned change.
By leveraging service maps, Change Management can answer critical questions such as:
Which customer-facing services may experience downtime?
What revenue-generating or mission-critical services are at risk?
Which stakeholders must be notified or involved in approvals?
Option A is incorrect because service mapping does not determine shutdown order; that is handled by infrastructure planning. Option C focuses on physical location data, which is typically managed through Location CIs and Discovery, not service mapping.
Therefore, the correct answer isB - To understand the business impact of CIs, which aligns directly with ITIL
4, CSDM, and Change Management best practices.
NEW QUESTION # 16
When integrating data into the CMDB usingImport Sets and Transform Maps, which type of script is added to ensure the data is processed through theIdentification and Reconciliation Engine (IRE)?
- A. onComplete
- B. onBefore
- C. onAfter
- D. onStart
Answer: C
Explanation:
When usingImport Sets and Transform Mapsto ingest data into the CMDB, it is critical that records are processed through theIdentification and Reconciliation Engine (IRE)to prevent duplicates and enforce source precedence. InServiceNow, this is achieved by invoking the IREafterthe transform logic has completed.
TheonAftertransform script is the correct place to call the IRE API. At this stage, the transformed data has already been mapped and prepared, allowing the IRE to correctly identify whether a CI already exists and reconcile updates according to defined rules.
TheonBeforeandonStartscripts execute too early-before data mapping is complete-making them unsuitable for IRE processing. TheonCompletescript runs after the entire import job finishes and is not intended for per- record CI identification and reconciliation.
Because Import Sets can bypass IRE if not configured correctly, using anonAfter scriptis a critical Data Foundations safeguard when this ingestion method is chosen.
Therefore, the correct answer isC - onAfter.
NEW QUESTION # 17
A CMDB Administrator wants to remove allLinux Serversin the organization that havenot been updated in six months.
Whichrecommended actionshould the Administrator take in Data Foundations?
- A. Create a scheduled job
- B. Create a business rule
- C. Create an archive policy
Answer: C
Explanation:
Removing obsolete or inactive CIs from the CMDB must be handled carefully to avoid data loss, audit issues, and unintended operational impact. InServiceNow, the recommended and governed approach is to use anarchive policy.
Archive policiesare designed to manageCI lifecycle cleanupbased on defined conditions such as class, last updated date, lifecycle status, or operational state. In this scenario, the condition would targetLinux Server CIsthat have not been updated in six months. Archive policies can either archive or permanently delete records in a controlled, auditable manner, ensuring compliance with data retention and governance standards.
Creating abusiness rule(Option A) is strongly discouraged for bulk CMDB cleanup because it introduces technical debt, upgrade risk, and unpredictable side effects. Ascheduled job(Option C) may automate execution but lacks governance logic and lifecycle awareness on its own.
Archive policies integrate withCMDB Data Manager, provide visibility into actions taken, and support approval and rollback where appropriate. This aligns fully with Data Foundations best practices for maintaining alean, accurate, and trusted CMDB.
Therefore, the correct and recommended action isB - Create an archive policy.
NEW QUESTION # 18
(Choose 2 options)
A CMDB Administrator wants to run the"Services Have Owners Identified"Get Well Playbook to remediate issues shown in theCMDB Data Foundations Dashboard.
Whichremediation playswould be used?
- A. Fix Data
- B. Govern Data
- C. Analyze Data
- D. Report Data
Answer: A,B
Explanation:
TheCMDB Data Foundations Dashboardis paired withGet Well Playbooksthat guide administrators through structured remediation. The"Services Have Owners Identified"playbook focuses on closing ownership gaps for services, which is agovernance and data correctionactivity.
Fix Data(Option A) is used tocorrect missing or incorrect values, such as populating owner fields, assigning responsible groups, or updating relationships. In this playbook, Fix Data actions are required to actually remediate the issue by assigning owners to services.
Govern Data(Option D) is also required because ownership is not a one-time correction-it must beenforced and sustained. Govern Data establishes policies, ownership accountability, and controls (such as certifications or attestations) to ensure services continue to have owners over time and do not regress.
Analyze Data(Option B) is used to understand patterns and root causes, but it does not remediate the issue.
Report Data(Option C) provides visibility and communication, not corrective action.
Therefore, the remediation plays that apply to theServices Have Owners Identifiedplaybook areFix DataandGovern Data, makingOptions A and Dcorrect.
NEW QUESTION # 19
A healthcare provider faces a critical incident affecting itspatient management system. The provider needs to identify theusers impactedto mitigate disruption effectively.
WhichCSDM-related datashould they leverage?
- A. Service environment attribute
- B. Service Offerings by Department or Location
- C. Affected CI [task_ci] related list
- D. Incident history of similar CIs
Answer: B
Explanation:
In a healthcare environment, identifyingwho is impactedduring a critical incident is essential to patient safety and continuity of care. Within theCommon Service Data Model (CSDM), the most effective way to determine impacted users is throughService Offerings, particularly when they are definedby department or location.
Service Offeringsrepresent how a service is consumed by specific user groups. In this case, a patient management system may have different offerings for departments such as Emergency, Inpatient Care, or Outpatient Services, or be scoped by hospital location. These offerings explicitly defineconsumer context, allowing incident responders to immediately identify which clinicians, staff, or facilities are affected.
Option D (Affected CI related list) identifies technical impact but does not translate that impact intouser or consumer context. Option A provides historical insight but does not identify current impacted users. Option C (service environment) helps differentiate production vs non-production but does not identifywhois impacted.
By leveragingService Offerings by Department or Location, the provider can quickly notify the right users, prioritize response based on clinical impact, and coordinate mitigation effectively-aligning with CSDM and ITIL best practices.
Therefore, the correct answer isB - Service Offerings by Department or Location.
NEW QUESTION # 20
A CMDB Administrator identifies duplicate CIs. One was created by a manual import, and the other was created by automated discovery. The discovered CI has the latest IP address, while the manually imported CI has an accurate relationship to a critical business application.
How does the Administrator use theDuplicate CI Remediatorto resolve this issue?
- A. Merge the two CIs automatically, retaining all attributes from the discovered CI
- B. Retain the discovered CI and delete the manually imported CI
- C. Retain the discovered CI, but merge the relationship from the manually imported CI
- D. Retain the manually imported CI and delete the discovered CI
Answer: C
Explanation:
InServiceNow, theDuplicate CI Remediatoris designed to resolve duplicate records while preserving themost authoritative datafrom each source. Data Foundations guidance clearly states thatautomated discovery is the system of record for technical attributes, such as IP address, hostname, and operational status, while manually maintained records often containvaluable business context, such as relationships to business applications or services.
In this scenario, the discovered CI contains the most accurate and up-to-datetechnical data, making it the correct CI to retain as the primary record. However, the manually imported CI has acritical relationship to a business application, which is essential for impact analysis, incident prioritization, and CSDM alignment.
Deleting this CI without preserving the relationship would result in loss of business context and reduced CMDB value.
The Duplicate CI Remediator supportsselective merging, allowing administrators to retain one CI while merging specific attributes or relationships from the duplicate. Option C reflects this best practice by retaining the discovered CI and merging the relationship from the manually imported CI, ensuring both technical accuracy and business relevance are preserved.
Options A and D would result in the loss of important relationship data, while Option B would discard the discovered CI, violating the principle that discovery should be the authoritative source for technical attributes.
Therefore,Option Cis the correct and Data Foundations-aligned answer.
NEW QUESTION # 21
A CMDB Administrator needs to create a new CI class for an Internet of Things (IoT) Sensor in ServiceNow.
What are the recommended practices for this activity? (Choose 2 options)
- A. Delete an unused class and replace it with the new one
- B. Add a new class under an appropriate parent class
- C. Install or update the CMDB CI Class Models Store application and verify the class does not already exist
- D. Modify an existing class
Answer: B,C
Explanation:
Creating new CI classes is a high-impact configuration activity and must follow strict Data Foundations and CSDM-aligned best practices to avoid long-term technical debt and upgrade risk.
Option B is a recommended first step. Before creating any new CI class, administrators should install or update the CMDB CI Class Models Store application and verify whether an appropriate class already exists. ServiceNow frequently delivers new CI classes through updates and class model packages, and duplicating an existing or planned class can lead to fragmentation and governance issues.
Option C is also correct. When a new class is truly required, it should be added under an appropriate parent class to inherit attributes, behaviors, and discovery patterns. For an IoT Sensor, this might be under a hardware or device-related parent class, ensuring consistency and minimizing customization.
NEW QUESTION # 22
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 # 23
The CMDB Configuration Management team wants to managede-duplication tasksgenerated from data ingested into the CMDB via theIdentification and Reconciliation Engine (IRE).
In which area of theCMDB Workspacecan they locate these de-duplication tasks?
- A. Total status under the My Work tab
- B. CMDB feature adoption tile under the Insights tab
- C. Important actions tile under the Home tab
Answer: A
NEW QUESTION # 24
A CMDB Data Manager needs to access the ServiceNow platform to create, publish, and manage policies that automate and govern CI lifecycle operations, ensuring the CMDB remains healthy and efficient.
Where can the Data Manager do this?
- A. CI Class Manager
- B. CMDB Workspace - CMDB 360 tab
- C. Service Operations Workspace
- D. CMDB Workspace - Management tab
Answer: D
Explanation:
In Data Foundations, "govern" is not only about defining standards-it also includes implementing repeatable controls that keep CMDB data clean over time. CMDB Data Manager is the ServiceNow capability built specifically for policy-driven CI lifecycle operations such as deletion, archival, and attestation. Rather than relying on one-off scripts or manual cleanup, Data Manager applies consistent lifecycle rules at scale, which is a core expectation of CMDB Data Foundations governance.
The place to administer these lifecycle policies is within CMDB Workspace, under the Management area, where the Data Manager tools expose a dedicated Policies experience. From there, a Data Manager can create new policies, publish them, and manage existing policies used to automate lifecycle processing. This aligns with the intent of "keeping the CMDB healthy and efficient" because it operationalizes governance through automated, standardized actions and controlled approvals where needed.
By contrast, CI Class Manager is primarily for managing CI class definitions and class-level settings (for example, class configuration related to identification, reconciliation, and health rules), not for publishing CI lifecycle automation policies. "CMDB 360" is oriented toward exploring CI/service context, and "Service Operations Workspace" is designed for operational workflows rather than CMDB lifecycle policy administration.
NEW QUESTION # 25
Which best ensures CMDB governance over time?
- A. Ongoing Data Certification and CMDB Health dashboards
- B. Disable manual CI creation
- C. One-time data cleanup
- D. Limit access to admins only
Answer: A
Explanation:
CMDB governance requires continuous monitoring through CMDB Health dashboards and recurring Data Certification reviews.
NEW QUESTION # 26
An organization needs to maintain non-discoverable attributes, such as warranty expiration dates, for hardware CIs. These attributes are not updated by automated discovery tools.
What method ensures these attributes are accurately maintained for all CIs?
- A. Use a scheduled data import to update the attributes from an external source
- B. Use the CMDB Reconciliation Engine to update the attributes
- C. Create a new CI class specifically for non-discoverable attributes
Answer: A
Explanation:
In Data Foundations, "Ingest" is not limited to Discovery. It includes establishing reliable sources and mechanisms to populate and maintain CMDB attributes-especially those that Discovery cannot provide.
Warranty expiration dates are a classic example of non-discoverable data: they typically come from procurement systems, asset repositories, vendors, or contract tools rather than from device interrogation.
The correct approach is to maintain these attributes via a scheduled data import from an authoritative external source. This ensures ongoing accuracy and consistency at scale. A scheduled import allows you to define a repeatable integration pattern, apply data quality checks, and keep warranty data current as vendors and procurement records change-without relying on manual updates that inevitably drift over time.
Option A is incorrect because the CMDB Reconciliation Engine resolves conflicts between multiple data sources and applies precedence rules; it does not create the warranty values out of thin air. Reconciliation helps decide which source wins when updates occur, but you still need a source feed providing the warranty attribute values. Option B is also not recommended because creating a new CI class just to hold non- discoverable attributes fragments the model and complicates reporting and processes. Best practice is to keep the attributes on the appropriate hardware CI classes (or related normalized structures, when applicable) and manage them through governed ingestion from authoritative systems. Therefore, C is the best method.
NEW QUESTION # 27
A CMDB Administrator wants to remove all Linux Servers in the organization that have not been updated in six months.
Which recommended action should the Administrator take in Data Foundations?
- A. Create a scheduled job
- B. Create a business rule
- C. Create an archive policy
Answer: C
Explanation:
Removing obsolete or inactive CIs from the CMDB must be handled carefully to avoid data loss, audit issues, and unintended operational impact. In ServiceNow, the recommended and governed approach is to use an archive policy.
Archive policies are designed to manage CI lifecycle cleanup based on defined conditions such as class, last updated date, lifecycle status, or operational state. In this scenario, the condition would target Linux Server CIs that have not been updated in six months. Archive policies can either archive or permanently delete records in a controlled, auditable manner, ensuring compliance with data retention and governance standards.
NEW QUESTION # 28
The CMDB Configuration Manager is using the CI Class Manager to define group ownership of CI classes and needs to leverage the ownership value specified in the CI Class Manager.
When creating a CMDB Data Manager policy, which group reference field should be set?
- A. Change Group
- B. Support Group
- C. Approval Group
- D. Managed By Group
Answer: D
Explanation:
In ServiceNow CMDB governance, the CI Class Manager allows administrators to assign ownership and accountability at the class level. This ownership is used by governance tools-- especially CMDB Data Manager--to automatically determine who receives tasks and actions related to data lifecycle management.
The group reference field that aligns with class ownership and is consumed by CMDB Data Manager policies is the Managed By Group. This field represents the team responsible for the technical stewardship and lifecycle management of CIs within that class.
When CMDB Data Manager executes policies such as retention, archival, or cleanup, it uses the Managed By Group to assign tasks to the appropriate data owners. This ensures governance actions are routed to the correct accountable team without manual intervention.
Approval Group, Support Group, and Change Group serve different purposes. Approval Group is used for workflow approvals, Support Group is used for operational ticket routing, and Change Group supports Change Management governance. None of these reflect data ownership at the class level.
NEW QUESTION # 29
A CMDB Administrator wants only the CIs of Principal Classes to appear in CI reference fields, for example the CI reference fields accessible from an Incident form.
Where does the CMDB Administrator designate Principal Classes?
- A. System Properties
- B. CI Class Manager
- C. CMDB Workspace
- D. CMDB Data Manager
Answer: B
Explanation:
Within Data Foundations, "Configuration" includes designing the CMDB data model in a way that supports operational usability--especially for ITSM processes like Incident and Change. One common usability challenge is that CI reference fields (such as the Incident "Configuration item" field) can become cluttered and confusing if they allow selection from every CI class, including highly technical or rarely used classes. To address this, ServiceNow uses the concept of Principal Classes: a curated subset of CI classes that are considered primary for operational selection and reporting.
Principal Classes are designated in the CI Class Manager, because this is where administrators configure and manage CI class behaviors and class-level settings. Defining Principal Classes at the class-management layer ensures that the platform can consistently apply this constraint across CI reference fields and related experiences. This aligns with Data Foundations goals:
improving data quality and process outcomes by making it easier for users to select the correct CI, which in turn increases accuracy for assignment, routing, impact analysis, and analytics.
NEW QUESTION # 30
......
Verified CIS-DF dumps Q&As - Pass Guarantee Exam Dumps Test Engine: https://www.dumpstorrent.com/CIS-DF-exam-dumps-torrent.html
CIS-DF Dumps for Pass Guaranteed - Pass CIS-DF Exam: https://drive.google.com/open?id=15iliNq9BEVyGYXIn1gsPoDXJ5_h22H3r