[2024年04月] 検証済み ServiceNow 試験問題集 CIS-Discovery 試験学習ガイド [Q16-Q35]

Share

[2024年04月] 検証済みServiceNow試験問題集でCIS-Discovery試験学習ガイド

ベスト品質のServiceNow CIS-Discovery試験解答リアル練習試験問題集で[2024]


CIS発見試験は、発見の原則、発見アプリケーションの構成とカスタマイズ、トラブルシューティングとパフォーマンス監視など、ServiceNowの発見に関連する幅広いトピックをカバーしています。この試験は、複数の選択の質問で構成されており、タイミングがあり、合計60の質問が90分で回答されます。合格スコアは70%であり、試験は指定されたテストセンターでオンラインまたは対面で撮影できます。

 

質問 # 16
What do most Discovery properties start with?

  • A. glide.discovery
  • B. discovery.prop
  • C. disco.release
  • D. glide.itom

正解:A

解説:
In ServiceNow Discovery, most properties related to the Discovery module start with the prefix
'glide.discovery'. This naming convention is part of ServiceNow's system property design, where 'glide' typically indicates system properties and 'discovery' specifies that the property is related to the Discovery module. Properties are used to configure various aspects of the Discovery process, such as behavior, timeouts, and performance settings.


質問 # 17
What are the main KPIs for CMDB Health scorecard?
Choose 3 answers

  • A. Duplicates
  • B. Correctness
  • C. Completeness
  • D. Staleness
  • E. Compliance

正解:B、C、D

解説:
The main Key Performance Indicators (KPIs) for the CMDB Health scorecard in ServiceNow include Correctness, Completeness, and Staleness. These KPIs are critical for assessing the overall health and quality of the CMDB. Correctness refers to the accuracy of the data in the CMDB, Completeness measures whether all required CI data is present, and Staleness indicates the freshness or timeliness of the CI data. Compliance and Duplicates, while important, are not considered main KPIs in the context of the CMDB Health scorecard.
References = ServiceNow CMDB documentation and CMDB Health Dashboard user guide, focusing on the key performance indicators for CMDB health.


質問 # 18
Which of the following are contained in an extension section of a discovery pattern?

  • A. Connection sections
  • B. Identification sections
  • C. Network libraries
  • D. Shared libraries

正解:D

解説:
An extension section of a discovery pattern is a section that allows you to modify or extend the functionality of an existing pattern without customizing it. An extension section can contain shared libraries, which are reusable code snippets that can be invoked from any pattern or extension section. Shared libraries can be used to define common functions, variables, or constants that are used across multiple patterns or extension sections. Shared libraries can also be used to override the default behavior of some built-in functions, such as identification or classification12. References = 1: ITOM: Extending Discovery/Service Mapping Patterns - GlideFast ServiceNow 2: How to Create Discovery Pattern Extensions and Why to Use Them


質問 # 19
Which choice best describes the Reconciliation process?

  • A. The process of normalizing applications, to allow the data to be used by Software Asset Management.
  • B. The process of reconciling a deleted Cl, if it is identified as a duplicate. The result is stored in de-duplication tasks.
  • C. The process of reconciling uniquely identifying Cis. to determine if the Cl already exists in the CMDB or if it is a newly discovered Cl.
  • D. The process of reconciling Cis and Cl attributes by allowing only designated authoritative data sources to write to the CMDB at the Cl table and attribute level.

正解:D

解説:
The reconciliation process in ServiceNow refers to the method of ensuring data integrity and consistency in the Configuration Management Database (CMDB) by allowing only designated authoritative data sources to write or update information at the CI (Configuration Item) table and attribute level. This process helps maintain accurate and reliable data in the CMDB by controlling how and from where data is sourced and updated. The other options describe different processes or aspects of CMDB management and are not directly related to the reconciliation process. References = ServiceNow CMDB documentation, particularly the sections on CI data management and reconciliation processes.


質問 # 20
A discovery pattern of type application can be used by both Horizontal Discovery and Vertical Discovery.
Response:

  • A. True.
  • B. false.

正解:A


質問 # 21
Which of the following choices explain differences between Service Mapping and Discovery? (Choose two.)

  • A. Discovery finds applications and devices on your network, Service Mapping monitors those devices.
  • B. Discovery requires agent installation to find hardware devices, Service Mapping requires agents for software.
  • C. Discovery addresses inventory-related use-cases, while Service Mapping allows for the creation of accurate maps of application service topologies.
  • D. Discovery utilizes IP address ranges for initial discovery, Service Mapping uses entry points.

正解:C、D

解説:
Discovery and Service Mapping are both products that help to identify and map the IT infrastructure and services in an organization. However, they have different approaches and objectives. Discovery uses IP address ranges as the starting point for finding devices and applications on the network, and then runs probes and sensors to collect information and classify them. Discovery focuses on inventory-related use-cases, such as asset management, configuration management, and compliance. Service Mapping uses entry points, such as URLs or host names, as the starting point for mapping business services and their dependencies. Service Mapping runs patterns, which are sequences of operations that follow the traffic connections between devices and applications, and then creates a service map that shows the logical and semantic relationships. Service Mapping focuses on service-related use-cases, such as service availability, impact analysis, and root cause analysis12.
References:
* 1: ServiceNow Discovery Overview, page 9
* 2: ServiceNow Discovery Documentation, Service Mapping section


質問 # 22
How many CI Identifiers can be configured per CI Class?
Response:

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:B


質問 # 23
Which of the choices have a higher chance of leading to lost data during CI reclassification? (Choose two.)

  • A. Upgrading
  • B. Downgrading
  • C. Switching
  • D. Identifying

正解:B、C

解説:
CI reclassification is the process of changing the class of a CI in the CMDB based on the discovery data. It can be done manually or automatically, depending on the configuration settings. CI reclassification can result in data loss if the new class has fewer or different attributes than the original class, and the existing attribute values are not preserved or mapped to the new class. This can happen when a CI is switched to a different class hierarchy, such as from a Linux Server to a Windows Server, or when a CI is downgraded to a less specific class, such as from a Database to a Software Instance. Therefore, switching and downgrading have a higher chance of leading to lost data during CI reclassification.
References:
* CI reclassification
* Reclassify CIs
* Configure automatic CI reclassification


質問 # 24
In a pattern operation, which of the following correctly calls the value of the executableDir variable from the tabular process variable?

  • A. $process.executableDir
  • B. process(executableDir)
  • C. "process_executableDir"
  • D. $process_executableDir

正解:A

解説:
The $process.executableDir expression correctly calls the value of the executableDir variable from the tabular process variable. The process variable is a tabular variable that contains the output of the ps command, which lists the processes running on a CI. The executableDir variable is a column name that holds the directory path of the executable file for each process. To access the value of a column name from a tabular variable, you need to use the dot notation, such as $variable.columnName12.
References1: Pattern variables - Product Documentation: Tokyo - Now Support Portal2: Examples of EVAL scripts used in Discovery patterns - ServiceNow


質問 # 25
When designing steps with operations requiring variables, it is best practice to do what?

  • A. always use scalar variables
  • B. hard core variables
  • C. query targets for variables
  • D. design for a static environment

正解:A


質問 # 26
Match ECC Queue fields with their respective descriptions.
Fields:
1. Topic
2. Source
3. Queue
4. Payload
Descriptions:
A: The IP address against which the discovery is to be run.
B: The message body in XML format.
C: An input/output indicator of this message.
D: The probe name that the MID server ran.
Response:

  • A. 1-D, 2-A, 3-C, 4-B
  • B. 1-C, 2-A, 3-D, 4-B
  • C. 1-D, 2-A, 3-B, 4-C
  • D. 1-A, 2-D, 3-C, 4-B

正解:A


質問 # 27
From the Discovery Status record, which of the following does a Device record contain?

  • A. contains a link to the discovered Cl
  • B. the CMDB Health Dashboard link
  • C. contains a link to the discovered Asset
  • D. the contents of the discovered Cl

正解:A

解説:
From the Discovery Status record, a Device record in ServiceNow Discovery contains a link to the discovered Configuration Item (CI). This link provides direct access to the CI record that was discovered and processed during the discovery cycle. The Device record does not contain the contents of the CI, a link to the discovered Asset, or a link to the CMDB Health Dashboard. References = ServiceNow Discovery documentation, focusing on the details of Discovery Status records and the information contained within Device records.


質問 # 28
Which of the choices provides active discovery errors with a help link for each error?

  • A. IP Address Failure Report
  • B. Discovery Dashboard
  • C. Discovery Schedule
  • D. MID Server Dashboard

正解:B


質問 # 29
Which choice will populate the Location field for a discovered CI?

  • A. Location field for a parent CI Type
  • B. Location field for a Port Probe
  • C. Location report from the Discovery Dashboard
  • D. Location field for a Discovery Schedule

正解:D


質問 # 30
The Quick Discovery process requires ______ and ______ .
(Choose 2 answers)
Response:

  • A. Target IP
  • B. MID Server
  • C. Discovery Schedule
  • D. PID

正解:A、B


質問 # 31
What operation needs to be performed to modify credentials in a horizontal pattern from default to any other appropriate credentials?
Response:

  • A. Modify credentials
  • B. Update user
  • C. Change credentials
  • D. Change user

正解:D


質問 # 32
Which choice best describes a horizontal discovery pattern?

  • A. Steps that execute operations
  • B. Credential depot
  • C. Classifiers that execute probes
  • D. Port scanning tool

正解:A


質問 # 33
Given a custom column named u_custom_column on table cmdb_ci_linux_server, which variable syntax should be used to populate the column in a horizontal discovery pattern using the Set Parameter Value operation?

  • A. $cmdb_ci_linux_server[*].u_custom_column
  • B. $u_custom_column[1].cmdb_ci_linux_server
  • C. $cmdb_ci_linux_server.u_custom_column.INSERT
  • D. $user_var_custom_column

正解:C


質問 # 34
In Discovery, during the Port Scan phase an error of warning level appears: "No results returned from probe.". What could be the cause of this error?
Response:

  • A. Datasource Precedence is incorrect
  • B. Wrong configuration of Process Classifier
  • C. Physical or logical firewall prevents connection
  • D. Provided credentials are incorrect

正解:C


質問 # 35
......


CIS発見認定を取得するには、ITの専門家は、ServiceNow Discoveryツールに関連するさまざまなトピックをカバーする厳格な試験に合格する必要があります。これらのトピックには、ディスカバリープローブとセンサーの構成から、一般的な問題のトラブルシューティング、ディスカバリーの他のServiceNowツールの統合まで、すべてが含まれます。この試験に合格することにより、ITの専門家は、ディスカバリーツールで習熟度を示し、組織がServiceNowの投資を最大限に活用できるようにするために必要なスキルがあることを示すことができます。

 

正真正銘のベスト材料CIS-Discovery:https://www.passtest.jp/ServiceNow/CIS-Discovery-shiken.html

CIS-Discoveryテストエンジン練習試験:https://drive.google.com/open?id=1t3yy99tY36YMEyR0VFYPKvpx8mr3WOlG