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

Home > Splunk > Splunk Certification > SPLK-1004

SPLK-1004 Splunk Core Certified Advanced Power User Exam Question and Answers

Question # 4

Which of the following best describes the process for tokenizing event data?

A.

The event data is broken up by values in the punch field.

B.

The event data is broken up by major breakers and then broken up further by minor breakers.

C.

The event data is broken up by a series of user-defined regex patterns.

D.

The event data has all punctuation stripped out and is then space-delimited.

Full Access
Question # 5

What is the value of base lispy in the Search Job Inspector for the search index=sales clientip=170.192.178.10?

A.

[ index::sales AND 192 AND 10 AND 178 AND 170 ]

B.

[ index::sales AND 469 10 702 390 ]

C.

[ 192 AND 10 AND 178 AND 170 index::sales ]

D.

[ AND 10 170 178 192 index::sales ]

Full Access
Question # 6

Which syntax is used when referencing multiple CSS files in a view?

A.

B.

C.

D.

Full Access
Question # 7

Which commands can run on both search heads and indexers?

A.

Transforming commands

B.

Centralized streaming commands

C.

Dataset processing commands

D.

Distributable streaming commands

Full Access
Question # 8

Which of the following is valid syntax for the split function?

A.

... | eval split phoneNumber by "" as areaCodes.

B.

... | eval areaCodes = split(phoneNumber, "")

C.

... | eval phoneNumber split("-", 3, areaCodes)

D.

... | eval split(phone-Number, "_", areaCodes)

Full Access
Question # 9

When using the bin command, which argument sets the bin size?

A.

maxDataSizeMB

B.

max

C.

volume

D.

span

Full Access
Question # 10

A report named "Linux logins" populates a summary index with the search string sourcetype=linux_secure | sitop src_ip user. Which of the following correctly searches against the summary index for this data?

A.

index=summary sourcetype="linux_secure" | top src_ip user

B.

index=summary search_name="Linux logins" | top src_ip user

C.

index=summary search_name="Linux logins" | stats count by src_ip user

D.

index=summary sourcetype="linux_secure" | stats count by src_ip user

Full Access
Question # 11

What happens to panels with post-processing searches when their base search is refreshed?

A.

The panels are deleted.

B.

The panels are only refreshed if they have also been configured.

C.

The panels are refreshed automatically.

D.

Nothing happens to the panels.

Full Access
Question # 12

What does the query | makeresults generate?

A.

A timestamp

B.

A results field

C.

An error message

D.

The results of the previously run search

Full Access
Question # 13

What capability does a power user need to create a Log Event alert action?

A.

edit_search_server

B.

edit_udp

C.

edit_tcp

D.

edit_alerts

Full Access
Question # 14

When possible, what is the best choice for summarizing data to improve search performance?

A.

Use the fieldsummary command.

B.

Data model acceleration

C.

Report acceleration

D.

Summary indexing

Full Access
Question # 15

Which of the following statements is accurate regarding the append command?

A.

It is used with a subsearch and only accesses real-time searches.

B.

It is used with a subsearch and only accesses historical data.

C.

It cannot be used with a subsearch and only accesses historical data.

D.

It cannot be used with a subsearch and only accesses real-time searches.

Full Access
Question # 16

Which of the following is an event handler action?

A.

Run an eval statement based on a user clicking a value on a form.

B.

Set a token to select a value from the time range picker.

C.

Pass a token from a drilldown to modify index settings.

D.

Cancel all jobs based on the number of search job results captured.

Full Access
Question # 17

What is the recommended way to create a field extraction that is both persistent and precise?

A.

Use the rex command.

B.

Use the Field Extractor and manually edit the generated regular expression.

C.

Use the Field Extractor and let it automatically generate a regular expression.

D.

Use the erex command.

Full Access
Question # 18

Which of the following is accurate about cascading inputs?

A.

They can be reset by an event handler.

B.

The final input has no impact on previous inputs.

C.

Only the final input of the sequence can supply a token to searches.

D.

Inputs added to panels cannot participate.

Full Access
Question # 19

What are the four types of event actions?

A.

stats, target, set, and unset

B.

stats, target, change, and clear

C.

eval, link, change, and clear

D.

eval, link, set, and unset

Full Access
Question # 20

Which of the following fields are provided by the fieldsummary command? (Select all that apply)

A.

count

B.

stdev

C.

mean

D.

dc

Full Access
Question # 21

Which function of the stats command creates a multivalue entry?

A.

mvcombine

B.

eval

C.

makemv

D.

list

Full Access