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

Free Splunk SPLK-1002 Practice Exam with Questions & Answers

Questions 1

How can an existing accelerated data model be edited?

Options:
A.

An accelerated data model can be edited once its .tsidx file has expired.

B.

An accelerated data model can be edited from the Pivot tool.

C.

The data model must be de-accelerated before edits can be made to its structure.

D.

It cannot be edited. A new data model would need to be created.

Splunk SPLK-1002 Premium Access
Questions 2

Which of the following describes this search?

New Search

'third_party_outages(EMEA,-24h)'

Options:
A.

This search will find all events for the third_party_outages event type that have "EMEA" or "-24h" in the raw event data.

B.

This search will run the third_party_outages saved search and filter for events containing "EMEA" and "-24h" in the raw event data.

C.

This search will run the third_party_outages macro and pass the arguments EMEA and -24h to the macro definition.

D.

This search will find all events in the third_party_outages index with the tags EMEA and -24h.

Questions 3

What does the following search do?

SPLK-1002 Question 3

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.

Questions 4

A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window

in the user's Splunk instance. What kind of workflow action should they create?

Options:
A.

A Run workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.

B.

A Search workflow action, because the user is running a new search with a specific field value from an event returned in the user's search.

C.

A POST workflow action, because the search is being sent to the user's current Splunk instance.

D.

A GET workflow action, because a field value needs to be retrieved from the events returned in the user's search.

Questions 5

Which of the following about reports is/are true?

Options:
A.

Reports are knowledge objects.

B.

Reports can be scheduled.

C.

Reports can run a script.

D.

All of the above.

Questions 6

By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?

Options:
A.

Turned off

B.

Turned on

C.

Determined automatically based on the sourcetype.

D.

Determined automatically based on the data source.

Questions 7

When is a GET workflow action needed?

Options:
A.

To send field values to an external resource.

B.

To retrieve information from an external resource.

C.

To use field values to perform a secondary search.

D.

To define how events flow from forwarders to indexes.

Questions 8

What does the fillnull command replace null values with, it the value argument is not specified?

Options:
A.

0

B.

N/A

C.

NaN

D.

NULL

Questions 9

When a search returns __________, you can view the results as a list.

Options:
A.

a list of events

B.

transactions

C.

statistical values

Questions 10

What is the correct format for naming a macro with multiple arguments?

Options:
A.

monthly_sales(argument 1, argument 2, argument 3)

B.

monthly_sales(3)

C.

monthly_sales[3]

D.

monthly_sales[argument 1, argument 2, argument 3)