100%無料Splunk Core Certified Power User SPLK-1002問題集PDFお試しサンプル認定ガイドカバー率 [Q44-Q66]

Share

100%無料Splunk Core Certified Power User SPLK-1002問題集PDFお試しサンプル認定ガイドカバー率

PDF試験材料2022年最新の実際に出るSPLK-1002問題集

質問 44
The Splunk search language does not support wildcards.

  • A. False
  • B. True

正解: A

 

質問 45
The Field Extractor (FX) is used to extract a custom field. A report can be created using this custom field. The created report can then be shared with other people in the organization.
If another person in the organization runs the shared report and no results are returned, why might this be?
(Choose all that apply.)

  • A. The extraction is private.
  • B. The person in the organization running the report does not have access to the index.
  • C. The dashboard is private.
  • D. Fast mode is enabled.

正解: A,B

 

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

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

正解: A,B,C,D

 

質問 47
Which of the following can be used with the eval command tostring function (select all that apply)

  • A. ''hex''
  • B. ''Decimal''
  • C. ''commas''
  • D. ''duration''

正解: A,C,D

解説:
Reference:https://splunkonbigdata.com/2018/10/27/usage-of-splunk-eval-function-tostring/

 

質問 48
Which command can include both an overand a byclause to divide results into sub-groupings?

  • A. xyseries
  • B. chart
  • C. transaction
  • D. stats

正解: B

解説:
Explanation/Reference: https://www.splunk.com/en_us/blog/tips-and-tricks/search-commands-stats-chart-and- timechart.html

 

質問 49
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?

  • A. 'convert_sales(euro,€,.79)'
  • B. "convert_sales(euro,€,.79)"
  • C. 'convert_sales($euro$,$€$,$.79$)'
  • D. "convert_sales($euro$,$€$,$.79$)"

正解: C

解説:
Explanation/Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Usesearchmacros

 

質問 50
Which of the following statements would help a user choose between the transaction and stats commands?

  • A. The transaction command is faster and more efficient.
  • B. state can only group events using IP addresses.
  • C. There is a 1000 event limitation with the transaction command.
  • D. Use state when the events need to be viewed as a single event.

正解: C

 

質問 51
Which search mode returns all fields?

  • A. Smart mode
  • B. Fast mode
  • C. Verbose mode

正解: C

 

質問 52
Which of the following can be used with the eval command tostring function (select all that apply)

  • A. ''hex''
  • B. ''Decimal''
  • C. ''commas''
  • D. ''duration''

正解: A,C,D

解説:
Explanation
https://docs.splunk.com/Documentation/Splunk/8.1.0/SearchReference/ConversionFunctions#tostring.28X.2CY.

 

質問 53
This clause is used to group the output of a stats command by a specific name.

  • A. As
  • B. By
  • C. Rex
  • D. List

正解: C

 

質問 54
Which of these search strings is NOT valid:

  • A. index=web status=50* | chart count over host by status
  • B. index=web status=50* | chart count over host, status
  • C. index=web status=50* | chart count by host, status

正解: B

 

質問 55
Which statement is true?

  • A. In most cases, each Splunk user will create their own data model.
  • B. Pivot is used for creating reports and dashboards.
  • C. Data model are randomly structured datasets.
  • D. Pivot is used for creating datasets.

正解: B

解説:
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Pivot/IntroductiontoPivot

 

質問 56
These allow you to categorize events based on search terms.
Select your answer.

  • A. Groups
  • B. Tags
  • C. Event Types
  • D. Macros

正解: C

 

質問 57
When using | timechart by host, which field is represented in the x-axis?

  • A. _time
  • B. time
  • C. host
  • D. date

正解: B

解説:
Reference:
https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Timechart

 

質問 58
A calculated field maybe based on which of the following?

  • A. Regular expressions
  • B. Lookup tables
  • C. Extracted fields
  • D. Fields generated within a search string

正解: C

 

質問 59
What are the two parts of a root event dataset?

  • A. Constraints and fields.
  • B. Constraints and lookups.
  • C. Fields and variables.
  • D. Fields and attributes.

正解: A

解説:
Reference:https://docs.splunk.com/Documentation/SplunkLight/7.3.5/GettingStarted/Designdatamodelobjects

 

質問 60
Which of the following statements is true, especially in largo environments?

  • A. The scats command is faster and more efficient than the transaction command
  • B. Use the transaction command when you want to see the results of a calculation.
  • C. The transaction command is faster and more efficient than the stats command.
  • D. Use the scats command when you next to group events by two or more fields.

正解: C

 

質問 61
Which of the following searches will return events containing a tag named Privileged?

  • A. tag=Priv*
  • B. tag=priv*
  • C. tag=privileged
  • D. tag=Priv

正解: A

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

 

質問 62
Which of the following searches show a valid use of a macro? (Choose all that apply.) index=main source=mySource oldField=* |'makeMyField(oldField)'| table _time

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

正解: B,D

解説:
Explanation/Reference: https://answers.splunk.com/answers/574643/field-showing-an-additional-and-not-visible-value-
1.html

 

質問 63
Data model are composed of one or more of which of the following datasets? (select all that apply.)

  • A. Transaction datasets
  • B. Any child of event, transaction, and search datasets
  • C. Events datasets
  • D. Search datasets

正解: A,C,D

解説:
Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Aboutdatamodels

 

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

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

正解: A,C,D

 

質問 65
These users can create global knowledge objects. (Select all that apply.)

  • A. administrators
  • B. power users
  • C. users

正解: A,B

 

質問 66
......


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

トピック出題範囲
トピック 1
  • Search with Transactions
  • Report on Transactions
  • Determine When to Use Transactions vs. Stats
トピック 2
  • Correlating Events
  • Identify Transactions
  • Group Events Using Fields
  • Group Events Using Fields and Time
トピック 3
  • Filtering and Formatting Results
  • The Eval Command
  • Use the Search and where Commands to Filter Results
  • The Fillnull Command
トピック 4
  • Creating and Managing Fields
  • Perform Regex Field Extractions Using the Field Extractor
  • Perform Delimiter Field Extractions Using the FX
トピック 5
  • Creating and Using Macros
  • Describe Macros
  • Create and Use a Basic Macro
  • Define Arguments and Variables for a Macro
  • Add and Use Arguments with a Macro
トピック 6
  • Using the Common Information Model
  • List the Knowledge Objects Included with the Splunk CIM Add-On
  • Use the CIM Add-On to Normalize data
トピック 7
  • Creating Field Aliases and Calculated Fields
  • Describe, Create, and Use Field Aliases
  • Describe, Create, and Use Calculated Fields
トピック 8
  • Creating and Using Workflow Actions
  • Describe the Function of GET, POST, and Search Workflow Actions
  • Create a GET Workflow Action, a POST Workflow Action, a Search Workflow Action
トピック 9
  • Using Transforming Commands for Visualizations
  • Use the Chart Command
  • Use the Timechart Command
トピック 10
  • Creating Data Models
  • Describe the Relationship Between Data Models and Pivot
  • Identify Data Model Attributes
  • Create a Data Model

 

更新されたのはSplunk SPLK-1002問題集PDFオンラインエンジン:https://www.goshiken.com/Splunk/SPLK-1002-mondaishu.html

SPLK-1002.PDFで問題解答PDFサンプル問題信頼され続ける:https://drive.google.com/open?id=10n9x4XER0KOlIGvG-6m-rd26soXLbw6u