Weekend Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Splunk SPLK-1002 Practice Exam with Questions & Answers | Set: 5

Questions 41

In most large Splunk environments, what is the most efficient command that can be used to group events by fields/

Options:
A.

join

B.

stats

C.

streamstats

D.

transaction

Splunk SPLK-1002 Premium Access
Questions 42

Which of the following is a function of the Splunk Common Information Model (CIM)?

Options:
A.

Normalizing data across a Splunk deployment.

B.

Providing templates for reports and dashboards.

C.

Algorithmically shifting events to other indexes.

D.

Reingesting previously indexed data with new field names.

Questions 43

Which of the following searches show a valid use of macro? (Select 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

Questions 44

What is needed to define a calculated field?

Options:
A.

Eval expression

B.

Data model

C.

Event type

D.

Regular expression

Questions 45

Why would the transaction command be used instead of the stats command?

Options:
A.

The transaction command is less resource-intensive.

B.

The transaction command can perform calculations on fields.

C.

The transaction command keeps the raw data for each event.

D.

The transaction command has better search-time performance.

Questions 46

Which syntax is used to represent an argument in a macro definition?

Options:
A.

"argument"

B.

%argument%

C.

‘argument’

D.

$argument$

Questions 47

When can a pipe follow a macro?

Options:
A.

A pipe may always follow a macro.

B.

The current user must own the macro.

C.

The macro must be defined in the current app.

D.

Only when sharing is set to global for the macro.

Questions 48

When should transaction be used?

Options:
A.

Only in a large distributed Splunk environment.

B.

When calculating results from one or more fields.

C.

When event grouping is based on start/end values.

D.

When grouping events results in over 1000 events in each group.

Questions 49

The macro weekly_sales (2) contains the search string:

index=games | eval ProductSales = $Price$ * $AmountSold$

Which of the following will return results?

Options:
A.

‘weekly sales (3)’

B.

‘weekly_sales($3.995, $108)’

C.

'weekly_sales (3.99, 10)’

D.

‘weekly sales (3.99, 10)’

Questions 50

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

Options:
A.

Tag= Priv

B.

Tag= Pri*

C.

Tag= Priv*

D.

Tag= Privileged