ServiceNow認証試験に参加する方はTopexamの問題集を買ってください。CIS-DF試験の成功を祈ります。
| Certification Vendor: | ServiceNow |
|---|---|
| Exam Name: | Certified Implementation Specialist - Data Foundations (CMDB and CSDM) Exam |
| Exam Number: | CIS-DF |
| Certificate Validity Period: | 2 years |
| Related Certifications: | CIS-VR CIS-HAM CIS-SM CIS-SAM CIS-SIR CIS-ITSM CIS-DISCO |
| Exam Price: | $150 USD (free first attempt until June 2026) |
| Real Exam Qty: | 75 |
| Available Languages: | English, Spanish, Portuguese (Brazil), Japanese |
| Passing Score: | 70% |
| Exam Format: | Scenario-based, Multiple Choice, Multiple Select, Matching / Drag-and-Drop |
| Exam Duration: | 90 minutes |
| Recommended Training: | Configuration Management Database (CMDB) Implementation CMDB Fundamentals CSDM Fundamentals |
| Exam Registration: | ServiceNow University Registration Pearson VUE Scheduling |
| Sample Questions: | ServiceNow CIS-DF Sample Questions |
| Exam Way: | Online proctored (Pearson OnVUE) or onsite at Pearson VUE test centers |
| Pre Condition: | Recommended: ServiceNow CSA certification, hands-on CMDB experience, completion of CMDB Fundamentals and CSDM Fundamentals training; mandatory prerequisite for CIS-ITSM, CIS-HAM, CIS-SAM, CIS-DISCO, CIS-SM, CIS-VR, CIS-SIR |
| Official Syllabus URL: | https://learning.servicenow.com/lxp/en/credentials/certified-implementation-specialist-data-foundations-cmdb-and |
有効的なServiceNow CIS-DF認定資格試験問題集を見つけられるのは資格試験にとって重要なのです。我々TopexamのServiceNow CIS-DF試験問題と試験解答の正確さは、あなたの試験準備をより簡単にし、あなたが試験に高いポイントを得ることを保証します。ServiceNow CIS-DF資格試験に参加する意向があれば、当社のTopexamから自分に相応しい受験対策解説集を選らんで、認定試験の学習教材として勉強します。
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
質問 # 192
An organization needs to ensure that when a parent CI's Life Cycle Stage changes, the Life Cycle Stage of its child CIs is updated automatically.
What action should the organization take?
正解:C
解説:
CMDB Data Manager provides policy-driven lifecycle governance for configuration items. The organization should configure Life Cycle Stage automation in Data Manager so that a qualifying lifecycle change on a parent CI is propagated consistently to the relevant child CIs.
This approach creates a controlled and auditable lifecycle process. It avoids relying on custom scripts or disconnected import logic and ensures that lifecycle transitions are applied according to defined conditions and CI relationships.
A Transform Map is intended to transform and import source data. It is not the appropriate mechanism for continuously cascading lifecycle changes between related CIs. Creating a new CI class would also be incorrect because lifecycle management is a behaviour applied to existing CI classes rather than a separate CI type.
CMDB Data Manager is specifically designed to automate CI lifecycle activities such as retirement, archival, deletion, certification, and attestation. Therefore, Data Manager lifecycle automation is the governed solution.
質問 # 193
Which ServiceNow Store application is used to import data from different sources into the CMDB?
正解:B
解説:
IntegrationHub ETL is a ServiceNow data-ingestion application used to extract data from external sources, transform it through defined mappings, and load it into the CMDB. Its Robust Transform Engine provides a guided, low-code mechanism for mapping source data to appropriate CMDB classes, attributes, and relationships.
A major Data Foundations advantage of IntegrationHub ETL is its integration with the Identification and Reconciliation Engine. Incoming records can be processed through identification and reconciliation rules so that existing CIs are updated correctly, duplicate creation is reduced, and source-authority controls are respected.
Agent Client Collector is used to gather inventory and telemetry from devices through an installed endpoint agent. Service Mapping builds Application Service topology and dependency relationships; it is not the general ETL application for importing data from multiple external sources.
The guide identifies IntegrationHub ETL as the recommended method for importing external data through the Identification and Reconciliation API when a dedicated Service Graph Connector is not the applicable solution.
質問 # 194
A CMDB Administrator wants only the CIs of Principal Classes to appear in CI reference fields, such as the CI reference field on an Incident form.
Where does the CMDB Administrator designate Principal Classes?
正解:D
解説:
Principal Classes are a key CMDB configuration concept used to control which CI classes are selectable in reference fields across ITSM processes. This helps reduce noise, prevent incorrect CI selection, and improve data quality.
In ServiceNow, Principal Classes are designated within the CI Class Manager. This tool allows CMDB administrators to manage the CI class hierarchy, define ownership, and explicitly mark classes as principal. Once a class is marked as principal, its CIs become available in CI reference fields such as those on Incident, Change, and Problem forms.
質問 # 195
A CMDB Administrator has imported data into the ServiceNow CMDB from a third-party source by using a Service Graph Connector. The Administrator wants to review specific field-to-field mappings for the import.
Which feature shows this information?
正解:A
解説:
The CMDB Integrations Dashboard provides visibility into integrations that populate the CMDB, including Service Graph Connector activity and mapping information. It enables administrators to inspect how source data is mapped to ServiceNow target classes and fields, review connector execution information, and investigate ingestion or mapping problems.
Service Graph Connectors are prebuilt, governed integrations that import third-party data into the CMDB through standardized class mappings and IRE processing. They are intended to minimize custom transformations and preserve source and reconciliation information. The guide describes Service Graph Connectors as upgrade-safe integrations that ingest external data while applying Identification and Reconciliation Engine controls.
Integration Hub is the broader integration and automation framework, not the specific dashboard for reviewing Service Graph Connector field mappings. IntegrationHub ETL is a separate tool for building and managing ETL transformations. It does not serve as the inspection dashboard for mappings belonging to an installed Service Graph Connector.
Therefore, B is correct.
質問 # 196
(Choose 2 options)
The following Reconciliation Rules were configured for ServiceNow, Altiris, and SCCM for the Windows Server (cmdb_ci_win_server) class:
Which statements are true?
正解:C、D
解説:
This question tests understanding of reconciliation source priority in the Identification and Reconciliation Engine (IRE) in ServiceNow.
In reconciliation rules, lower numeric values represent higher priority. Therefore, the priority order is:
ServiceNow (100) - highest authority
Altiris (200)
SCCM (300) - lowest authority
Why A is correct
Because Altiris (200) has higher priority than SCCM (300), data from Altiris can update records originally inserted by SCCM. This is exactly how reconciliation precedence works-higher-priority sources can overwrite lower-priority ones.
Why C is correct
SCCM, even though it has the lowest priority, is still an authorized discovery source. It can insert new records into the Windows Server table when no existing CI is identified. Priority only affects updates, not the ability to create records.
Why B is incorrect
ServiceNow (priority 100) can update records from Altiris and SCCM because it has the highest priority. The statement incorrectly claims it cannot.
Why D is incorrect
SCCM does not have the highest authority. A higher numeric value means lower priority, so SCCM cannot update records created by higher-priority sources.
質問 # 197
......
CIS-DF難易度: https://www.topexam.jp/CIS-DF_shiken.html