Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

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

Questions 21

Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?

Options:
A.

Access

B.

Accounting

C.

Authorization

D.

Authentication

Splunk SPLK-1002 Premium Access
Questions 22

Which of the following is true about Pivot?

Options:
A.

Users can save reports from Pivot.

B.

Users cannot share visualizations created with Pivot.

C.

Users must use SPL to find events in a Pivot.

D.

Users cannot create visualizations with Pivot.

Questions 23

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? (select all that apply)

Options:
A.

Fast mode is enabled.

B.

The dashboard is private.

C.

The extraction is private-

D.

The person in the organization running the report does not have access to the index.

Questions 24

This function of the stats command allows you to identify the number of values a field has.

Options:
A.

max

B.

distinct_count

C.

fields

D.

count

Questions 25

When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)

Options:
A.

For data cleanly separated by a space, a comma, or a pipe character.

B.

For data in a CSV (comma-separated value) file.

C.

For data with multiple, different characters separating fields.

D.

For unstructured data.

Questions 26

If a search returns ____________ it can be viewed as a chart.

Options:
A.

timestamps

B.

statistics

C.

events

D.

keywords

Questions 27

When using the transaction command, what is the assigned timestamp for each of the resulting transactions?

Options:
A.

The timestamp of the event search time execution.

B.

The timestamp of the earliest event.

C.

The difference between the earliest and latest event.

D.

The timestamp of the most recent event.

Questions 28

What is the purpose of a calculated field?

Options:
A.

To automatically add fields to the index using an eval expression rather than manually including an eval command.

B.

To manually add and remove fields at search time related to statistical functions.

C.

To automatically add fields at search time using an eval expression rather than manually including an eval command.

D.

To manually add fields at search time and check for syntax errors.

Questions 29

Which of the following statements describe GET workflow actions?

Options:
A.

GET workflow actions must be configured with POST arguments.

B.

Configuration of GET workflow actions includes choosing a sourcetype.

C.

Label names for GET workflow actions must include a field name surrounded by dollar signs.

D.

GET workflow actions can be configured to open the URT link in the current window or in a new window

Questions 30

A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?

Options:
A.

index=X sourcetype=Y | chart sum(product) by price AND region

B.

index=X | chart sum(price) by product, region

C.

index=X | chart total(product) over price by region

D.

index=X | chart total(price) by product, region