[2024年04月] 最新のServiceNow CIS-Discoveryテスト問題集とオンライン試験エンジン [Q49-Q66]

Share

[2024年04月] 最新のServiceNow CIS-Discoveryテスト問題集とオンライン試験エンジン

ServiceNow CIS-Discovery問題を提供していますCertified Implementation Specialist問題集と完璧な解答付き


ServiceNow Cis-Discovery認定試験は、ServiceNowプラットフォームでの経験があり、ServiceNow Discoveryアプリケーションの実装と管理を担当する個人を対象としています。これには、ServiceNowの顧客と協力してServiceNowプラットフォームを実装および維持するITの専門家、システム管理者、コンサルタントが含まれます。この試験は、ITサービス管理の分野でキャリアを前進させ、IT運用およびインフラ管理の分野で知識とスキルを向上させたい人にも適しています。


ServiceNow CIS-Discovery(認定実装スペシャリスト-Discovery)認定試験は、IT業界で非常に求められている認定試験です。この試験は、ServiceNow Discoveryアプリケーションの実装における候補者の知識とスキルをテストするために設計されています。この認定試験は、IT資産管理に必須のツールであるServiceNow Discoveryアプリケーションの実装と管理における候補者の専門知識を証明するものです。

 

質問 # 49
A Discovery Schedule contains a /24 subnet IP Range and a Shazzam batch size of 5000. How many times will a Shazzam probe be launched during discovery?

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

正解:A


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

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

正解: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.


質問 # 51
For the Set Parameter Value operation, which of the following is used in the syntax to declare a constant, unchanging Value?

  • A. Hash tag
  • B. Dollar sign
  • C. Brackets
  • D. Quotes

正解:D

解説:
The Set Parameter Value operation is used to assign a value to a variable in a Discovery pattern1. The syntax for this operation is as follows2:
Set Parameter Value: <Variable Name> = <Value>
The <Value> can be either a constant or an expression. To declare a constant, unchanging value, one must use quotes around the value. For example2:
Set Parameter Value: $name = "John"
This assigns the string "John" to the variable $name. The quotes indicate that the value is a constant and will not change. The other options, hash tag, brackets, and dollar sign, are not used to declare a constant value.
They have different meanings in the syntax of the Set Parameter Value operation. A hash tag (#) is used to indicate a comment2. Brackets ([]) are used to access an element of an array or a map2. A dollar sign


質問 # 52
Which are the core CMDB Tables in ServiceNow.
Response:

  • A. cmdb_core_rel_ci
  • B. cmdb_rel_ci
  • C. cmdb_ci
  • D. cmdb_core_ci

正解:B、C


質問 # 53
What action should be taken when the Discovery Status of a device shows "Active, Couldn't Classify".
Response:

  • A. Update the credentials
  • B. Update the firewalls
  • C. Create/Update the Classifier for that device CMDB Class

正解:C


質問 # 54
The following is displayed while discovering a new network device on a Discovery Status: "Active, couldn't classify". What could cause this error?
Response:

  • A. Lack of SNMP only behavior configuration.
  • B. Incorrect SNMP credentials.
  • C. Communication between target device and the MID Server blocked by a firewall.
  • D. No SNMP Classification exists for the new device.

正解:B


質問 # 55
How does MidServer communicate with ServiceNow.
Response:

  • A. Outbound where ServiceNow sends messages to MidServer
  • B. Outbound by sending messages to ServiceNow on port 443
  • C. Bidirectional where ServiceNow sends messages to MidServer

正解:B


質問 # 56
For which 3 types of storage can Discovery find and map dependencies?
Response:

  • A. MAS (Multiple area network)
  • B. SAN (Storage area network)
  • C. DAS (Direct-attached storage)
  • D. NAS (Network-attached storage)

正解:B、D


質問 # 57
In a discovery pattern, which types are available with CI Attributes in the Pattern Designer? (Choose two.)

  • A. Related CI types
  • B. Global CI types
  • C. Main pattern CI type
  • D. All CI types

正解:A、C

解説:
In a discovery pattern, CI Attributes are the fields that store the information about the configuration items (CIs) that are discovered by the pattern. The Pattern Designer is a graphical interface that allows users to create and edit patterns using drag-and-drop operations. In the Pattern Designer, there are two types of CI Attributes that are available: Main pattern CI type and Related CI types. The Main pattern CI type is the CI type that the pattern is designed to discover, such as Windows Server, Linux Server, or Database. The Related CI types are the CI types that are related to the main CI type, such as IP Address, Network Adapter, or Software Installation. Users can select the CI Attributes from these types to populate the CMDB tables with the data collected by the pattern123.
References:
* Patterns and horizontal discovery - Product Documentation: Tokyo - Now Support Portal
* Pattern Designer - Product Documentation: Vancouver - ServiceNow
* Discovery pattern designer - ServiceNow IT Operations Management [Book]


質問 # 58
If an operating system is not discovered by the base installation of Discovery, which 2 of the following conditions would have to be met for a custom horizontal pattern to discover the system?
Response:

  • A. Infrastructure Pattern Type should be selected.
  • B. Process Strategy must be defined.
  • C. Application Pattern Type should be selected.
  • D. Cl Type should be selected.

正解:C、D


質問 # 59
Which of the following choices must be installed on a MID Server to run Credential-less Discovery?

  • A. Nmap
  • B. Credential-less Extension
  • C. Advanced IP Scanner
  • D. Defender

正解:A

解説:
Credential-less Discovery is a feature of ServiceNow Discovery that allows the instance to identify configuration items (CIs) without using credentials. Credential-less Discovery uses Network Mapper (Nmap), a free and open-source network scanner, to collect information about the CIs by sending packets and analyzing the responses. Nmap must be installed on the MID Server that runs Credential-less Discovery. Credential-less Discovery can be used as a fallback option when credential-based probes fail, or as a primary option for scanning certain types of devices, such as network devices, printers, or IoT devices12.
References:
* Credential-less Discovery with Nmap - Product Documentation: San Diego - Now Support Portal
* Credential-less host Discovery - ServiceNow - Now Support


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

  • A. 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.
  • B. 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.
  • C. The process of normalizing applications, to allow the data to be used by Software Asset Management.
  • D. The process of reconciling a deleted Cl, if it is identified as a duplicate. The result is stored in de-duplication tasks.

正解:B

解説:
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.


質問 # 61
What are the 3 important factors measured on the CMDB View Health Dashboard.
Response:

  • A. Correlation
  • B. Conciseness
  • C. Completeness
  • D. Compliance
  • E. Correctness

正解:C、D、E


質問 # 62
Which of the following pattern operations query targets? (Choose two.)

  • A. Parse Variable
  • B. Get Process
  • C. Merge Table
  • D. WMI Query

正解:B、D

解説:
Pattern operations are the building blocks of patterns that define the logic and actions to perform on the target CIs. Some pattern operations query targets to retrieve information or execute commands, while others manipulate data or perform other tasks. WMI Query and Get Process are examples of pattern operations that query targets. WMI Query executes a Windows Management Instrumentation (WMI) query on a Windows target and stores the results in a variable. Get Process executes a command to list the processes running on a target and stores the results in a variable12.
References:
* Pattern operations - Product Documentation: Vancouver - ServiceNow
* Pattern operations - Product Documentation: San Diego - Now Support Portal


質問 # 63
By default, which of the following are automatically available as variables for horizontal discovery patterns? (Choose two.)

  • A. windows_cmdb_ci
  • B. computer_system
  • C. infrastructure_system
  • D. The CI Type on the Discovery Pattern form

正解:B、D


質問 # 64
For a pattern operation, which of the below choices could be a valid replacement for <_>? (Choose three.)
$IfTable<_>.InstanceID

  • A. [3]
  • B. [X]
  • C. [&]
  • D. [*]
  • E. []
  • F. [.]

正解:A、D、F

解説:
For a pattern operation, the <_> placeholder can be replaced by any valid index or wildcard character that can be used to access an element of an array or a table. The $IfTable variable is a table that contains information about the network interfaces of a device1. The InstanceID attribute is a unique identifier for each interface2.
To access the InstanceID of a specific interface, the pattern operation can use the following syntax:
$IfTable[<index>].InstanceID
where <index> is either:
* A numeric index that corresponds to the position of the interface in the table, such as 3 for the third interface.
* A dot (.) followed by a key-value pair that matches a specific attribute and value of the interface, such as
[.Name=eth0] for the interface with the name eth0.
* An asterisk () that represents a wildcard that matches any interface in the table, such as [] for all interfaces.
References:
* 1: IfTable - Product Documentation: San Diego - ServiceNow
* 2: InstanceID - Product Documentation: San Diego - ServiceNow


質問 # 65
Which of the below choices are needed for Quick Discovery? (Choose two.)

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

正解:A、D


質問 # 66
......

2024年最新のCIS-Discoveryテスト解説(更新されたのは115問があります):https://jp.fast2test.com/CIS-Discovery-premium-file.html

信頼され続けるCIS-Discovery試験のコツがあるPDF試験材料:https://drive.google.com/open?id=1xJ6U3D3XppKaLpgd1oZ2v6iyAGz3B1S3


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어