更新された2022年10月合格させるSPLK-1002試験リアル練習テスト問題 [Q61-Q78]

Share

更新された2022年10月合格させるSPLK-1002試験リアル練習テスト問題

無料ダウンロードSplunk SPLK-1002リアル試験問題


Splunk SPLK-1002 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 視覚化のための変換コマンドの使用
  • チャートコマンドの使用
  • タイムチャートコマンドの使用
トピック 2
  • マクロの作成と使用
  • マクロの説明
  • 基本マクロの作成と使用
  • マクロの引数と変数の定義
  • マクロでの引数の追加と使用
トピック 3
  • イベントの相関
  • トランザクションの識別
  • フィールドを使用したグループイベント
  • フィールドと時間を使用したグループイベント
トピック 4
  • フィールドの作成と管理
  • フィールドエクストラクタを使用した正規表現フィールド抽出の実行
  • FXを使用したデリミタフィールド抽出の実行
トピック 5
  • データモデルの作成
  • データモデルとピボットの関係の説明
  • データモデル属性の特定
  • データモデルの作成
トピック 6
  • ワークフローアクションの作成と使用
  • GET、POST、および検索ワークフローアクションの機能の説明
  • GETワークフローアクション、POSTワークフローアクション、検索ワークフローアクションの作成
トピック 7
  • Common InformationModelの使用
  • SplunkCIMアドオンに含まれるナレッジオブジェクトの一覧表示
  • CIMアドオンを使用したデータの正規化
トピック 8
  • トランザクションで検索
  • トランザクションに関するレポート
  • トランザクションと統計をいつ使用するかを決定する
トピック 9
  • タグとイベントタイプの作成
  • タグの作成と使用
  • イベントタイプとその使用法の説明
  • イベントタイプの作成

 

質問 61
Which of the following statements about data models and pivot are true? (Choose all that apply.)

  • A. Pivot requires users to input SPL searches on data models.
  • B. Pivot allows the creation of data visualizations that present different aspects of a data model.
  • C. Data models are created out of datasets called pivots.
  • D. They are both knowledge objects.

正解: B,C

 

質問 62
Alerts trigger when search results meet specific conditions.

  • A. True
  • B. False

正解: A

 

質問 63
Which of the following eval command functions is valid?

  • A. int()
  • B. tostring()
  • C. count()
  • D. print()

正解: B

解説:
https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/CommonEvalFunctions

 

質問 64
A data model can consist of what three types of datasets?

  • A. Events, searches, and transactions.
  • B. Pivot, events, and transactions.
  • C. Searches, transactions, and pivot.
  • D. Pivot, searches, and events.

正解: A

解説:
Explanation/Reference: https://docs.splunk.com/Splexicon:Datamodeldataset

 

質問 65
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)

  • A. Spaces
  • B. Colons
  • C. Tabs
  • D. Pipes

正解: A,C,D

解説:
Reference:
https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Separate-on-Colon/m-p/29751

 

質問 66
Field aliases are used to __________ data

  • A. clean
  • B. normalize
  • C. calculate
  • D. transform

正解: B

 

質問 67
Custom charts can be created from the fields sidebar.

  • A. True
  • B. False

正解: B

 

質問 68
The pivot editor has a map visualization option.

  • A. True
  • B. False

正解: B

 

質問 69
Which of the following file formats can be extracted using a delimiter field extraction?

  • A. XML
  • B. CSV
  • C. JSON
  • D. PDF

正解: B

 

質問 70
Which delimiters can the Field Extractor (FX) detect? (select all that apply)

  • A. Spaces
  • B. Commas
  • C. Tabs
  • D. Pipes

正解: A,B,C,D

 

質問 71
Which of the following searches show a valid use of a macro? (Choose all that apply.)

  • A. index=main source=mySource oldField=* | eval newField='makeMyField(oldField)'| table _time newField
  • B. index=main source=mySource oldField=* | stats if('makeMyField(oldField)') | table _time newField
  • C. index=main source=mySource oldField=* |'makeMyField(oldField)'| table _time newField
  • D. index=main source=mySource oldField=* | "'newField('makeMyField(oldField)')'" | table _time newField

正解: A,C

 

質問 72
Which of the following are valid options with the chart command ?(select all that apply)

  • A. split=t
  • B. useother=f
  • C. transcation=t
  • D. usenull=f

正解: C,D

 

質問 73
Which of the following statements describes the command below (select all that apply) Sourcetype=access_combined | transaction JSESSIONID

  • A. An additional filed named maxspan is created.
  • B. An additional field named eventcount is created.
  • C. Events with the same JSESSIONID will be grouped together into a single event.
  • D. An additional field named duration is created.

正解: B,C,D

 

質問 74
Which of the following Statements about macros is true? (select all that apply)

  • A. Argument values are used to resolve the search string when the macro is created.
  • B. Argument values are used to resolve the search string at execution time.
  • C. Arguments are defined when the macro is created.
  • D. Arguments are defined at execution time.

正解: A,D

 

質問 75
Which of the following searches will return events contains a tag name Privileged?

  • A. Tag= Priv*
  • B. Tag= Priv
  • C. Tag= Privileged
  • D. Tag= Priv*

正解: C

解説:
Reference:
https://docs.splunk.com/Documentation/PCI/4.1.0/Install/PrivilegedUserActivity

 

質問 76
Which of the following are valid options to speed up reports? (Select all the apply.)

  • A. Edit acceleration
  • B. Edit permissions
  • C. Edit description
  • D. Edit schedule

正解: A

 

質問 77
Data model fields can be added using the Auto-Extracted method.
Which of the following statements describe Auto-Extracted fields? (Choose all that apply.)

  • A. Auto-Extracted fields can be added if they already exist in the dataset with constraints.
  • B. Auto-Extracted fields can be given a friendly name for use in Pivot.
  • C. Auto-Extracted fields can be hidden in Pivot.
  • D. Auto-Extracted fields can have their data type changed.

正解: D

 

質問 78
......

SPLK-1002問題集100パー合格保証には最新のサンプル:https://www.jpntest.com/shiken/SPLK-1002-mondaishu

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡