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

Home > Splunk > Splunk Certification > SPLK-1004

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

Question # 4

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 # 5

Where can wildcards be used in the tstats command?

A.

No wildcards can be used with tstats.

B.

In the where clause.

C.

In the from clause.

D.

In the by clause.

Full Access
Question # 6

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

A.

maxDataSizeMB

B.

max

C.

volume

D.

span

Full Access
Question # 7

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 # 8

Where can wildcards be used in the tstats command?

A.

In the where clause

B.

In the by clause

C.

In the from clause

D.

No wildcards can be used with tstats

Full Access
Question # 9

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

A.

10 minutes

B.

120 seconds

C.

5 minutes

D.

60 seconds

Full Access
Question # 10

Which of the following is true about thesummariesonly=targument of thetstatscommand?

A.

Applies only to accelerated data models.

B.

When using an unaccelerated data model, the search produces a larger result count than withsummariesonly=f.

C.

Applies only to unaccelerated data models.

D.

When using an accelerated data model, the search produces a larger result count than withsummariesonly=f.

Full Access
Question # 11

What arguments are required when using the spath command?

A.

input, output, index

B.

input, output path

C.

No arguments are required.

D.

field, host, source

Full Access
Question # 12

What is one way to troubleshoot dashboards?

A.

Create an HTML panel using tokens to verify that they are being set.

B.

Delete the dashboard and start over.

C.

Go to the Troubleshooting dashboard of the Searching and Reporting app.

D.

Run the previous_searches command to troubleshoot your SPL queries.

Full Access
Question # 13

Which command is the opposite ofuntable?

A.

chart

B.

table

C.

bin

D.

xyseries

Full Access
Question # 14

When using the bin command, what attributes are used to define the size and number of sets?

A.

bins and minspan

B.

bins and span

C.

bins and start and end

D.

bins and limit

Full Access
Question # 15

When should summary indexing be used?

A.

For reports that run on small datasets over long time ranges.

B.

For reports that do not qualify for report or data model acceleration.

C.

For reports that run over short time ranges.

D.

For reports that run in Smart Mode.

Full Access
Question # 16

Why is the transaction command slow in large Splunk deployments?

A.

It forces the search to run in fast mode.

B.

The transaction runs on each indexer in parallel.

C.

It forces all event data to be returned to the search head.

D.

The transaction runs a hidden eval to format fields.

Full Access
Question # 17

What are the results from the transaction command when keepevicted=true?

A.

All closed transaction values are set to 0

B.

The search results include data from failed transactions

C.

All closed values are set to 1

D.

Only failed transactions are kept in the data

Full Access
Question # 18

Assuming a standard time zone across the environment, what syntax will always return events from between 2:00 AM and 5:00 AM?

A.

datehour>-2 AND date_hour<5

B.

earliest=-2h@h AND latest=-5h@h

C.

time_hour>-2 AND time_hour>-5

D.

earliest=2h@ AND latest=5h3h

Full Access
Question # 19

Which statement about the coalesce function is accurate?

A.

It can take only a single argument.

B.

It can take a maximum of two arguments.

C.

It can be used to create a new field in the results set.

D.

It can return null or non-null values.

Full Access
Question # 20

Which of the following is true about the preview feature and macros?

A.

The preview feature expands only the selected macro within the search.

B.

The preview feature can be launched using Tab-Shift-E on Mac or Windows.

C.

The preview feature can be launched by right-clicking on the macro name in the search string.

D.

The preview feature expands all macros within the search, including nested macros.

Full Access
Question # 21

What is a performance improvement technique unique to dashboards?

A.

Using stats instead of transaction

B.

Using global searches

C.

Using report acceleration

D.

Using data model acceleration

Full Access
Question # 22

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

A.

untable and/or xyseries

B.

stats and/or eval

C.

mvexpand and/or where

D.

bin and/or where

Full Access
Question # 23

What is the function of the |s token filter?

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.

Full Access
Question # 24

Which of the following will best optimize dashboard performance?

A.

Use inline searches.

B.

Use base searches.

C.

Use accelerated data models.

D.

Use scheduled reports.

Full Access
Question # 25

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 # 26

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

A.

<dashboard stylesheet="custom.css | userapps.css">

B.

<dashboard style="custom.css, userapps.css">

C.

<dashboard stylesheet=custom.css stylesheet=userapps.css>

D.

<dashboard stylesheet="custom.css, userapps.css">

Full Access
Question # 27

When running a search, which Splunk component retrieves the individual results?

A.

Indexer

B.

Search head

C.

Universal forwarder

D.

Master node

Full Access
Question # 28

Which statement about.tsidxfiles is accurate?

A.

A.tsidxfile consists of a lexicon and a posting list.

B.

Splunk removes outdated.tsidxfiles every 5 minutes.

C.

Splunk updates.tsidxfiles every 30 minutes.

D.

Each bucket in each index may contain only one.tsidxfile.

Full Access
Question # 29

Which of the following is true about Log Event alerts?

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.

Full Access
Question # 30

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 # 31

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

A.

values

B.

sum

C.

count

D.

list

Full Access
Question # 32

What file types does Splunk use to define geospatial lookups?

A.

GPX or GML files

B.

TXT files

C.

KMZ or KML files

D.

CSV files

Full Access
Question # 33

How is a multivalue field treated from product="a, b, c, d"?

A.

... | makemv delim{product, ","}

B.

... | eval mvexpand{makemv{product, ","}}

C.

... | mvexpand product

D.

... | makemv delim="," product

Full Access
Question # 34

What does using the tstats command with summariesonly=false do?

A.

Returns results from only non-summarized data.

B.

Returns results from both summarized and non-summarized data.

C.

Prevents the use of wildcard characters in aggregate functions.

D.

Returns no results.

Full Access
Question # 35

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

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.

Full Access
Question # 36

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