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

Splunk SPLK-1004 Splunk Core Certified Advanced Power User Exam Exam Practice Test

Demo: 36 questions
Total 120 questions

Splunk Core Certified Advanced Power User Exam Questions and Answers

Question 1

Which of the following will best optimize dashboard performance?

Options:

A.

Use inline searches.

B.

Use base searches.

C.

Use accelerated data models.

D.

Use scheduled reports.

Question 2

Which of the following would exclude all entries contained in the lookup file baditems.csv from search results?

Options:

A.

NOT [inputlookup baditems.csv]

B.

NOT (lookup baditems.csv OUTPUT item)

C.

WHERE item NOT IN (baditems.csv)

D.

[NOT inputlookup baditems.csv]

Question 3

Which command calculates statistics on search results as each search result is returned?

Options:

A.

streamstats

B.

fieldsummary

C.

eventstats

D.

appendpipe

Question 4

Which of the following is true when comparing the rex and erex commands?

Options:

A.

The rex command is similar to automatic field extraction while erex isn't

B.

The erex command uses data samples to generate regular expressions while rex doesn't

C.

The rex command requires knowledge of regular expressions while erex doesn't

D.

The erex command requires knowledge of regular expressions while rex doesn't

Question 5

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

Options:

A.

[ index::sales 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 ]

Question 6

What is the value ofbase lispyin the Search Job Inspector for the searchindex=web clientip=76.169.7.252?

Options:

A.

[ index::web AND 169 252 7 76 ]

B.

[ AND 169 252 7 76 index::web ]

C.

[ 169 AND 252 AND 7 AND 76 index::web ]

D.

[ index::web 169 AND 252 AND 7 AND 76 ]

Question 7

What XML element is used to pass multiple fields into another dashboard using a dynamic drilldown?

Options:

A.

B.

C.

D.

<link field="sources_field_name">

Question 8

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

Options:

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.

Question 9

What is returned when Splunk finds fewer than the minimum matches for each lookup value?

Options:

A.

The default value NULL until the minimum match threshold is reached.

B.

The default match value until the minimum match threshold is reached.

C.

The first match unless the time_field attribute is specified.

D.

Only the first match.

Question 10

What is the function of the |s token filter?

Options:

A.

|s is not a valid token filter.

B.

To wrap a value in double quotes.

C.

To force no encoding to occur.

D.

To encode URL values.

Question 11

Which search generates a field with a value of "hello"?

Options:

A.

| makeresults field="hello"

B.

| makeresults | fields="hello"

C.

| makeresults | eval field="hello"

D.

| makeresults | eval field=make{"hello"}

Question 12

Which of the following is a valid event action in Splunk?

Options:

A.

Execute an eval statement.

B.

Edit an event in the raw data.

C.

Execute a stats statement.

D.

Create a new REST API endpoint.

Question 13

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

Options:

A.

count

B.

stdev

C.

mean

D.

dc

Question 14

Which of the following is true about a KV Store Collection when using it as a lookup?

Options:

A.

Each collection must have at least 3 fields, one of which needs to match values of a field in your event data.

B.

Each collection must have at least 2 fields, one of which needs to match values of a field in your event data.

C.

Each collection must have at least 2 fields, none of which need to match values of a field in your event data.

D.

Each collection must have at least 3 fields, none of which need to match values of a field in your event data.

Question 15

Which of the following is accurate about cascading inputs?

Options:

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.

Question 16

If a nested macro expands to a search string that begins with a generating command, what additional syntax is needed?

Options:

A.

Double tick marks around the nested macro.

B.

A comma before the nested macro.

C.

Square brackets around the nested macro.

D.

A pipe character before the nested macro.

Question 17

What is the correct hierarchy of XML elements in a dashboard panel?

Options:

A.

B.

C.

D.

Question 18

When should the fill_summary_index.py script be used?

Options:

A.

To create a summary index.

B.

To backfill gaps in a summary index.

C.

To reset a summary index that includes overlapping data.

D.

To populate a summary index from a saved report.

Question 19

Which predefined drilldown token passes a clicked value from a table row?

Options:

A.

$table.$

B.

$rowclick.$

C.

$row.$

D.

$tableclick.$

Question 20

If a search contains a subsearch, what is the order of execution?

Options:

A.

The order of execution depends on whether either search uses a stats command.

B.

The inner search executes first.

C.

The outer search executes first.

D.

The two searches are executed in parallel.

Question 21

What default Splunk role can use the Log Event alert action?

Options:

A.

Power

B.

User

C.

can_delete

D.

Admin

Question 22

When would a distributable streaming command be executed on an indexer?

Options:

A.

If any of the preceding search commands are executed on the search head.

B.

If all preceding search commands are executed on the indexer, and a streamstats command is used.

C.

If all preceding search commands are executed on the indexer.

D.

If some of the preceding search commands are executed on the indexer, and a timerchart command is used.

Question 23

What is the default time limit for a subsearch to complete?

Options:

A.

10 minutes

B.

120 seconds

C.

5 minutes

D.

60 seconds

Question 24

Which of the following is true about Log Event alerts?

Options:

A.

They must be used with other alert actions.

B.

They cannot use tokens to reference event fields.

C.

They require at least Power User role.

D.

They create new searchable events.

Question 25

Which of the following correctly uses mvfilter?

Options:

A.

mvfilter(isnotnull(X))

B.

mvfilter(x, isnotnull)

C.

where mvfilter(isnotnull(X))

D.

eval new_field=mvfilter(*)

Question 26

Which commands should be used in place of a subsearch if possible?

Options:

A.

untable and/or xyseries

B.

stats and/or eval

C.

mvexpand and/or where

D.

bin and/or where

Question 27

Which of the following are potential string results returned by the typeof function?

Options:

A.

True, False, Unknown

B.

Number, String, Bool

C.

Number, String, Null

D.

Field, Value, Lookup

Question 28

What type of drilldown passes a value from a user click into another dashboard or external page?

Options:

A.

Visualization

B.

Event

C.

Dynamic

D.

Contextual

Question 29

When enabled, what drilldown action is performed when a visualization is clicked in a dashboard?

Options:

A.

A visualization is opened in a new window.

B.

Search results are refreshed for the selected visualization.

C.

Search results are refreshed for all panels in a dashboard.

D.

A search is opened in a new window.

Question 30

What are the four types of event actions?

Options:

A.

stats, target, set, and unset

B.

stats, target, change, and clear

C.

eval, link, change, and clear

D.

eval, link, set, and unset

Question 31

What does Splunk recommend when using the Field Extractor and Interactive Field Extractor (IFX)?

Options:

A.

Use the Field Extractor for structured data and the IFX for unstructured data.

B.

Use the IFX for structured data and the Field Extractor for unstructured data.

C.

Use both tools interchangeably for any data type.

D.

Avoid using both tools for field extraction.

Question 32

What is a performance improvement technique unique to dashboards?

Options:

A.

Using stats instead of transaction

B.

Using global searches

C.

Using report acceleration

D.

Using data model acceleration

Question 33

Which stats function is used to return a sorted list of unique field values?

Options:

A.

values

B.

sum

C.

count

D.

list

Question 34

What arguments are required when using the spath command?

Options:

A.

input, output, index

B.

input, output path

C.

No arguments are required.

D.

field, host, source

Question 35

What qualifies a report for acceleration?

Options:

A.

Fewer than 100k events in search results, with transforming commands used in the search string.

B.

More than 100k events in search results, with only a search command in the search string.

C.

More than 100k events in the search results, with a search and transforming command used in the search string.

D.

Fewer than 100k events in search results, with only a search and transaction command used in the search string.

Question 36

What are the default time and results limits for a subsearch?

Options:

A.

60 seconds and 10,000 results

B.

60 seconds and 50,000 results

C.

300 seconds and 10,000 results

D.

300 seconds and 50,000 results

Demo: 36 questions
Total 120 questions