[Q72-Q94] ServiceNow CIS-Discovery日本語認証された練習解答、必ずあなたを試験合格させる![2026]

Share

ServiceNow CIS-Discovery日本語認証された練習解答、必ずあなたを試験合格させる![2026]

有効な合格方法Certified Implementation SpecialistのCIS-Discovery日本語試験問題集

質問 # 72
Discovery を拡張する 3 つの最良の方法を表すのはどれですか?

  • A. 分類器、フィンガープリンティング、プローブおよびセンサー
  • B. オーケストレーション、分類子、検出パターン
  • C. 分類子、プローブとセンサー、検出パターン
  • D. フィンガープリンティング、分類子、検出パターン
  • E. オーケストレーション、分類子、プローブ、センサー

正解:C

解説:
ServiceNow Discovery can be extended in three main ways: Classifiers, Probes & Sensors, and Discovery Patterns. Classifiers are used to identify the type of device or application that is being discovered, based on the information returned by a probe. Probes are commands or scripts that are executed on the target device or application to collect data. Sensors are scripts that process the data collected by probes and create or update configuration items (CIs) in the CMDB. Discovery Patterns are graphical representations of the discovery process that can be customized or created to discover specific types of devices or applications, using classifiers, probes, and sensors as building blocks.
References:
* Discovery overview - Product Documentation: Vancouver - Now Support Portal
* Create a Discovery CI classification - Product Documentation: Vancouver - Now Support Portal
* Discovery probes and sensors - Product Documentation: Vancouver - Now Support Portal
* Discovery patterns - Product Documentation: Vancouver - Now Support Portal


質問 # 73
エージェント上で osquery コマンドを実行して CI から属性の詳細を収集するのは次のうちどれですか?

  • A. エージェント リスナー
  • B. ポリシー
  • C. 定義のチェック
  • D. エージェント コレクター
  • E. ディスカバリー用の ACC

正解:D

解説:
Agent Collector is the component that executes the osquery commands on agents to gather attribute details from a CI. Agent Collector is a feature of the Agent Client Collector (ACC) for Discovery, which is an integration that enables ServiceNow Discovery to use osquery to collect data from Linux and Windows devices that have the Elastic Agent installed1. Agent Collector allows you to define osquery queries and assign them to policies that target specific devices or groups of devices2. Agent Collector then runs the queries on the agents and sends the results back to the instance, where they are processed by the Agent Listener and stored in the CMDB3.
References: 1: Agent Client Collector for Discovery - ServiceNow 2: Create an Agent Collector policy - ServiceNow 3: Agent Client Collector for Discovery architecture - ServiceNow


質問 # 74
Windows Server に対して検出が実行され、初めて次の属性値が返されます。
名前 = WindowsSN1 シリアル番号 = 12321
後続の検出は別の Windows Server に対して実行され、次の属性値が返されます: name = WindowsSN2 Serial_number = 12321 基本システム CI 識別子のみが構成されている場合、次のうちどれが当てはまりますか?

  • A. Serial_number 値なしで、2 つの Windows Server CI が作成されます。
  • B. Windows Server CI が作成され、名前として WindowsSN2 を使用して更新されます。
  • C. 2 つの Windows Sewer CI が作成され、名前は WindowsSN1 と WindowsSN2 になります。
  • D. Windows Server CI が作成され、WindowsSN1 という名前で更新されます。

正解:C

解説:
According to the ServiceNow Discovery documentation, the base system CI Identifiers for Windows Server class are name and serial_number. These are the attributes that Discovery uses to uniquely identify a Windows Server CI. If both attributes match an existing CI, Discovery updates that CI. If only one attribute matches, Discovery creates a new CI. If neither attribute matches, Discovery also creates a new CI. In this scenario, the serial_number is the same for both Windows Servers, but the name is different. Therefore, Discovery will create two separate CIs, one with WindowsSN1 as the name and one with WindowsSN2 as the name.
References:
* Create a Discovery CI classification - Product Documentation: Tokyo - Now Support Portal
* Identification rules - Product Documentation: Tokyo - Now Support Portal
* ServiceNow IRE: Identification Rules Explained - Cookdown


質問 # 75
検出スケジュールには、/24 サブネット IP 範囲と 5000 の Shazzam バッチ サイズが含まれています。検出中に Shazzam プローブは何回起動されますか?

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

正解:D

解説:
A /24 subnet IP Range means that there are 256 possible IP addresses in the range, from 0 to 255. A Shazzam batch size of 5000 means that Discovery will send 5000 ICMP packets at a time to scan the IP addresses.
Therefore, Discovery will launch the Shazzam probe once for every 5000 IP addresses in the range, or 256 /
5000 = 0.0512 times. Since the number of times must be an integer, Discovery will round up to 1 and launch the Shazzam probe once. However, since the Shazzam probe is launched for each MID Server that is assigned to the Discovery Schedule, the actual number of times will depend on how many MID Servers are available. If there are N MID Servers, then the Shazzam probe will be launched N times, each sending 5000 ICMP packets to the same IP range. Therefore, the total number of times that the Shazzam probe will be launched during discovery is N * 1 = N.
References:
* Discovery Schedule form
* Shazzam Probe
* Discovery IP range


質問 # 76
以下は、パターン デザイナーの Windows OS - サーバー パターンの一部を示しています。

上記の手順のうち、共有ライブラリを使用するのはどれですか?

  • A. どちらのステップも実行しない
  • B. ステップ 26
  • C. 両方のステップ
  • D. ステップ 25

正解:D


質問 # 77
水平検出パターンで使用されないものは次のうちどれですか?

  • A. 変数
  • B. 接続セクション
  • C. 識別セクション
  • D. 操作

正解:B

解説:
A horizontal discovery pattern is a sequence of operations that collects information about a specific type of configuration item (CI), such as an operating system, a database, or a web server1. A horizontal discovery pattern does not use the connectivity section, which is only used for the application pattern type2. The connectivity section defines how to connect to a CI and run commands on it3. A horizontal discovery pattern uses the following sections1:
* Variables: Defines the variables that store the data collected by the pattern and map them to the target table fields.
* Identification: Defines the criteria to identify a CI and update or create a record in the CMDB.
* Operations: Defines the actions to perform on the target CI, such as running commands, querying databases, or parsing files.
1: ServiceNow Docs - Horizontal discovery patterns 2: ServiceNow Docs - Application pattern types 3:
ServiceNow Docs - Connectivity section


質問 # 78
分類子のどの関連リストがどの水平パターン プローブを起動するかを決定しますか?

  • A. 検出ログ
  • B. プローブをトリガーします
  • C. パターンプローブ
  • D. 分類基準

正解:B

解説:
A classifier is a set of rules that identifies a device type based on the results of a probe. A classifier can have one or more related lists that define the classification criteria, the pattern probes, and the triggers probes. The pattern probes related list specifies which horizontal discovery pattern to run for the device type. The triggers probes related list specifies which probes to run after the device is classified, and before the horizontal discovery pattern is executed. The triggers probes can be used to gather additional information or credentials that are needed for the horizontal discovery pattern12.
:
1: ServiceNow Discovery Overview, page 9
2: ServiceNow Discovery Documentation, Classifiers section


質問 # 79
ServiceNow インスタンスと対話するには、MID サーバーのユーザー アカウントにどのようなロールが必要ですか?

  • A. 発見中
  • B. ミッドサーバー
  • C. ディスカバリー管理者
  • D. sm_mid

正解:B


質問 # 80
パターンを開始するにはどの選択が必要ですか? (2つお選びください。)

  • A. CI シリアル番号属性
  • B. CI タイプ
  • C. データ証明書
  • D. CI 分類

正解:B、D

解説:
To launch any pattern, you need to specify the CI classification and the CI type. The CI classification determines the table where the discovered CI is stored in the CMDB, and the CI type defines the specific attributes and relationships of the CI. For example, if you want to discover a Windows server, you need to select the CI classification as cmdb_ci_win_server and the CI type as Windows Server. These choices are mandatory for any pattern, as they enable Discovery to identify and classify the CIs correctly.
1: Patterns and horizontal discovery, Available discovery patterns
Reference: https://docs.servicenow.com/bundle/quebec-it-operations-management/page/product/discovery/concept/c-UsingPatternsForHorizontalDiscovery.html


質問 # 81
[検出] > [ホーム] から Automaton エラー メッセージ リストに移動した後、右側のナビゲーション ペインのオプションはどのように分類されますか? (2つお選びください。)

  • A. 1 つ選択してください
  • B. すべて選択
  • C. すべてに対するアクション
  • D. 選択された項目に対するアクション

正解:B、C


質問 # 82
どの選択を選択すると、検出された CI の [場所] フィールドに値が入力されますか?

  • A. ポート プローブの場所フィールド
  • B. 検出スケジュールの場所フィールド
  • C. 親 CI タイプの場所フィールド
  • D. Discovery ダッシュボードからの位置レポート

正解:B

解説:
The Location field for a discovered CI is populated by the Location field of the Discovery Schedule that triggered the discovery of that CI. This is done by the DiscoverySensor script, which gets the location ID from the Discovery Schedule and passes it to the Shazzam probe, which then updates the cidata with the location information. The Location field for a parent CI Type, a Port Probe, or a Discovery Dashboard report does not affect the Location field for a discovered CI.
1: Discovery - How Location field is set for a CI, How to pass discovery schedule fields to a CI record via discovery


質問 # 83
検出スケジュールには、/24 サブネット IP 範囲と 5000 の Shazzam バッチ サイズが含まれています。検出中に Shazzam プローブは何回起動されますか?

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

正解:A


質問 # 84
ServiceNow インスタンスと対話するには、MID サーバーのユーザー アカウントにどのようなロールが必要ですか?

  • A. 発見中
  • B. ミッドサーバー
  • C. ディスカバリー管理者
  • D. sm_mid

正解:B

解説:
The MID Server's user account must have the mid_server role to interact with a ServiceNow instance. This role allows the MID Server to access protected tables and perform discovery and orchestration tasks on behalf of the instance. The other roles are not related to the MID Server functionality. The discovery_admin role is for configuring and managing discovery, the sm_mid role is for using the Service Mapping MID Server, and the mid_discovery role is for running discovery probes and sensors.
References:
* Setting up MID Server user and role
* Configure Windows MID Server service credentials
* Correcting MID Server Windows service account user and permissions


質問 # 85
30 日以内に検出されなかった特定の CI を削除する 1 つの方法は次のとおりです。

  • A. データポリシー
  • B. UI ポリシー
  • C. サービスマッピング
  • D. スケジュールされたジョブ

正解:D

解説:
One method for deleting specific CIs not discovered in 30 days is to use a scheduled job that runs a script to query the CMDB for CIs that have not been updated by Discovery for a certain period of time, and then delete them or mark them as retired. This method can help you keep your CMDB clean and accurate, and avoid having stale or obsolete CIs. You can configure the scheduled job to run at a specific frequency and time, and specify the criteria for selecting the CIs to delete.
1: Automated way to disable/retire CIs not updated for 45 days, ServiceNow CIS-Discovery Sample Questions


質問 # 86
Discovery のプロパティのほとんどは何から始まりますか?

  • A. Discovery.prop
  • B. グライド.ディスカバリー
  • C. ディスコ.リリース
  • D. glide.itom

正解:B

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


質問 # 87
検出パターンの一時変数のタイプはどれですか?
2 つの答えを選択してください

  • A. 表形式/表形式
  • B. スカラー/リスト
  • C. コマンド
  • D. SQL ステートメント

正解:A、B

解説:
In the context of ServiceNow Discovery patterns, the types of temporary variables include Scalar/List and Tabular/Table. Scalar/List variables are used to store single values or lists of values, while Tabular/Table variables are used to store structured data in a table format. Command and SQL statement are not types of temporary variables; rather, they are types of operations or steps that can be used within a pattern to execute commands or SQL queries. References = ServiceNow Discovery documentation, especially sections related to Discovery Patterns and the use of temporary variables within patterns.


質問 # 88
ホスト IP がアクティブであるか生きているかを判断するために、ディスカバリではどの方法が使用されますか?

  • A. 分類
  • B. ping
  • C. トレースルート
  • D. ポートスキャン

正解:A


質問 # 89
変数を必要とする操作を含むステップを設計する場合、何を行うのがベスト プラクティスですか?

  • A. ハードコア変数
  • B. 静的環境向けの設計
  • C. 変数のクエリターゲット
  • D. 常にスカラー変数を使用します

正解:D


質問 # 90
Pattern Designer から、下の画像はどの水平パターン タイプを示していますか?
一時変数
コンピューターシステム

  • A. コンピュータ システム
  • B. アプリケーション
  • C. サービス マッピング
  • D. インフラストラクチャ

正解:A

解説:
The Pattern Designer in ServiceNow Discovery uses different types of horizontal patterns to model various IT components and services. The temporary variable 'computer_system' seen in the pattern indicates that this is a
'Computer System' pattern type. This type of pattern is used to model and discover details about computer systems, which typically include hardware, operating system, and other related components.


質問 # 91
検出プロセス中に、資産レコードが作成されるかどうかは何が決定されますか?

  • A. ECC キュー
  • B. モデル製品
  • C. モデル カテゴリ
  • D. CMDB
  • E. 設定項目

正解:C

解説:
During the Discovery process, the Model Category of the Configuration Item (CI) determines if an Asset record is created. A Model Category is a grouping of models that share the same asset tracking strategy and the same CI and Asset tables. The asset tracking strategy defines whether Discovery creates an Asset record for each CI of that Model Category. There are three possible asset tracking strategies: Create Assets, Don't create Assets, and Create Consumable Assets12.
:
1: ServiceNow Discovery Documentation, Model Categories section
2: ServiceNow Support Article, Why do Assets get created when inserting a CI that has a Model that is set to Don't create Assets?


質問 # 92

次の図に基づいて、Discovery が検出された Windows Server CI の name 属性を「Windows1」に設定し、その後 Altiris Discovery が実行されて同じ CI 上の name 属性に対して「Windows2」を検出した場合に何が起こるかを最もよく説明しているものはどれですか?

  • A. CI の名前が「Windows2」に変更されます。
  • B. CI の名前は「Windows1」のままです。
  • C. CI の名前はどちらの検出にも入力されません。
  • D. Discovery がどちらのイメージにもリストされていないため、CI は検出されません。

正解:A

解説:
In ServiceNow Discovery, the reconciliation process is governed by precedence rules. These rules determine which data source's information will be retained if there are conflicts when multiple sources discover the same CI. In this case, Altiris has a higher order of precedence (300) compared to ServiceNow (100), as seen in the
"Data Source Precedents" section of the image. Therefore, if Altiris discovers 'Windows2' for the name attribute on the same CI after ServiceNow sets it to 'Windows1', the name will change to 'Windows2' due to Altiris's higher precedence.
References: The explanation is inferred from understanding how reconciliation and data source precedents work in ServiceNow Discovery, though not directly quoted from specific documents. You can find more information on these topics in the following links:
* Reconciliation
* Data source precedents


質問 # 93
Windows Server に対して検出が実行され、初めて次の属性値が返されます。
名前 = WindowsSN1 シリアル番号 = 12321
後続の検出は別の Windows Server に対して実行され、次の属性値が返されます: name = WindowsSN2 Serial_number = 12321 基本システム CI 識別子のみが構成されている場合、次のうちどれが当てはまりますか?

  • A. Serial_number 値なしで、2 つの Windows Server CI が作成されます。
  • B. Windows Server CI が作成され、名前として WindowsSN2 を使用して更新されます。
  • C. 2 つの Windows Sewer CI が作成され、名前は WindowsSN1 と WindowsSN2 になります。
  • D. Windows Server CI が作成され、WindowsSN1 という名前で更新されます。

正解:C

解説:
According to the ServiceNow Discovery documentation, the base system CI Identifiers for Windows Server class are name and serial_number. These are the attributes that Discovery uses to uniquely identify a Windows Server CI. If both attributes match an existing CI, Discovery updates that CI. If only one attribute matches, Discovery creates a new CI. If neither attribute matches, Discovery also creates a new CI. In this scenario, the serial_number is the same for both Windows Servers, but the name is different. Therefore, Discovery will create two separate CIs, one with WindowsSN1 as the name and one with WindowsSN2 as the name.
:
Create a Discovery CI classification - Product Documentation: Tokyo - Now Support Portal Identification rules - Product Documentation: Tokyo - Now Support Portal ServiceNow IRE: Identification Rules Explained - Cookdown


質問 # 94
......

ServiceNow CIS-Discovery日本語事前試験練習テストはPassTest:https://www.passtest.jp/ServiceNow/CIS-Discovery-JPN-shiken.html