Pass the Splunk Splunk Core Certified Power User SPLK-1002 Questions and answers with CertsForce

Viewing page 5 out of 9 pages
Viewing questions 41-50 out of questions
Questions # 41:

Which of the following searches can be used to define an event type?

Options:

A.

index=games sourcetype=score [search index=players | fields player_id]


B.

index=games sourcetype=score I where score>9999


C.

index=games sourcetype=score player=* score>9999


D.

index=games sourcetype=score I stats count by player


Expert Solution
Questions # 42:

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

Options:

A.

Auto-Extracted fields can be hidden in Pivot.


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 added if they already exist in the dataset with constraints.


Expert Solution
Questions # 43:

A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain.

What workflow action would return an external IP lookup for the field named domain?

Options:

A.

POST


B.

PUT


C.

GET


D.

Search


Expert Solution
Questions # 44:

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

Options:

A.

index=main source=mySource oldField=* |’makeMyField(oldField)’| table _time newField


B.

index=main source=mySource oldField=* | stats if(‘makeMyField(oldField)’) | table _time newField


C.

index=main source=mySource oldField=* | eval newField=’makeMyField(oldField)’| table _time newField


D.

index=main source=mySource oldField=* | "’newField(‘makeMyField(oldField)’)’" | table _time newField


Expert Solution
Questions # 45:

Two separate results tables are being combined using the |join command. The outer table has the following values:

Refer to following Tables

Question # 45

The line of SPL used to join the tables is: | join employeeNumber type=outer

How many rows are returned in the new table?

Options:

A.

Zero


B.

Five


C.

Eight


D.

Three


Expert Solution
Questions # 46:

A macro has another macro nested within it, and this inner macro requires an argument. How can the user pass this argument into the SPL?

Options:

A.

An argument can be passed through the outer macro.


B.

An argument can be passed to the outer macro by nesting parentheses.


C.

There is no way to pass an argument to the inner macro.


D.

An argument can be passed to the inner macro by nesting parentheses.


Expert Solution
Questions # 47:

For the following search, which field populates the x-axis?

index=security sourcetype=linux secure | timechart count by action

Options:

A.

action


B.

source type


C.

_time


D.

time


Expert Solution
Questions # 48:

Which of the following searches would create a graph similar to the one below?

Question # 48

Options:

A.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | start count states


B.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | chart count states by -time


C.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | timechart count by status


D.

None of these searches would generate a similart graph.


Expert Solution
Questions # 49:

What does the following search do?

Question # 49

Options:

A.

Creates a table of the total count of users and split by corndogs.


B.

Creates a table of the total count of mysterymeat corndogs split by user.


C.

Creates a table with the count of all types of corndogs eaten split by user.


D.

Creates a table that groups the total number of users by vegetarian corndogs.


Expert Solution
Questions # 50:

When used with the timechart command, which value of the limit argument returns all values?

Options:

A.

limit=*


B.

limit=all


C.

limit=none


D.

limit=0


Expert Solution
Viewing page 5 out of 9 pages
Viewing questions 41-50 out of questions