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

Splunk SPLK-1004 Dumps

Page: 1 / 12
Total 120 questions

Splunk Core Certified Advanced Power User Exam Questions and Answers

Question 1

Why use the tstats command?

Options:

A.

As an alternative to the summary command.

B.

To generate statistics on indexed fields.

C.

To generate an accelerated data model.

D.

To generate statistics on search-time fields.

Question 2

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 3

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 4

Consider the following search:

(index=_internal log group=tcpin connections) earliest

| stats count as _count by sourceHost guid fwdType version

| eventstats dc(sourceHost) as dc_sourceHost by guid

| where dc_sourceHost > 1

| fields - dc_sourceHost

| xyseries guid fwdType sourceHost

| search guid="00507345-CE09-4A5E-428-D3E8718CB065"

| appendpipe [ stats count | eval "Duplicate GUID" = if(count==0, "Yes", "No") ]

Which of the following are transforming commands?

Options:

A.

where and search

B.

fields and appendpipe

C.

stats and xyseries

D.

eval and eventstats

Question 5

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 6

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 7

Which Job Inspector component displays the time taken to process field extractions?

Options:

A.

command.search.filter

B.

command.search.fields

C.

command.search.kv

D.

command.search.regex

Question 8

How can a lookup be referenced in an alert?

Options:

A.

Use the lookup dropdown in the alert configuration window.

B.

Follow a lookup with an alert command in the search bar.

C.

Run a search that uses a lookup and save as an alert.

D.

Upload a lookup file directly to the alert.

Question 9

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

Options:

A.

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

B.

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

C.

... | mvexpand product

D.

... | makemv delim="," product

Question 10

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

Options:

A.

... | mvexpand product

B.

... | eval mvexpand(makemv(product, ","))

C.

... | makemv delim="," product

D.

... | makemv delim(product)

Question 11

Which commands can run on both search heads and indexers?

Options:

A.

Transforming commands

B.

Centralized streaming commands

C.

Dataset processing commands

D.

Distributable streaming commands

Question 12

Which of the following statements is correct regarding bloom filters?

Options:

A.

Hot buckets have no bloom filters as their contents are always changing.

B.

Bloom filters could return false positives or false negatives.

C.

Each bucket uses a unique hashing algorithm to create its bloom filter.

D.

The bloom filter contains trinary values: 0, 1, and 2.

Question 13

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

Options:

A.

Power

B.

User

C.

can_delete

D.

Admin

Question 14

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

Options:

A.

$table.$

B.

$rowclick.$

C.

$row.$

D.

$tableclick.$

Question 15

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

Options:

A.

binsandstartandend

B.

binsandminspan

C.

binsandspan

D.

binsandlimit

Question 16

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

Options:

A.

Indexer

B.

Search head

C.

Universal forwarder

D.

Master node

Question 17

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 18

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 19

Which field is required for an event annotation?

Options:

A.

annotation_category

B.

_time

C.

eventtype

D.

annotation_label

Question 20

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 21

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 22

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

Options:

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.

Question 23

Which is a regex best practice?

Options:

A.

Use complex expressions rather than simple ones.

B.

Avoid backtracking.

C.

Use greedy operators (.*) instead of non-greedy operators (.*?).

D.

Use * rather than +.

Question 24

How is a cascading input used?

Options:

A.

As part of a dashboard, but not in a form.

B.

Without notation in the underlying XML.

C.

As a way to filter other input selections.

D.

As a default way to delete a user role.

Question 25

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 26

Which of the following could be used to build a contextual drilldown?

Options:

A.

<set>and<unset>elements with adepend?attribute.

B.

$earliest$and$latest$tokens set by a global time range picker.

C.

<set>and<reset>elements with arejectsattribute.

D.

<set>and<offset>elements withdependsandrejectsattributes.

Question 27

Which is generally the most efficient way to run a transaction?

Options:

A.

Run the search query in Smart Mode.

B.

Using| sortbefore thetransactioncommand.

C.

Run the search query in Fast Mode.

D.

Rewrite the query usingstatsinstead oftransaction.

Question 28

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

Options:

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.

Question 29

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 30

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

Options:

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

Question 31

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

Options:

A.

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

B.

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

C.

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

D.

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

Question 32

Which of the following is not a common default time field?

Options:

A.

date_zone

B.

date_minute

C.

date_year

D.

date_day

Question 33

What happens when a bucket's bloom filter predicts a match?

Options:

A.

Event data is read from journal.gz using the .tsidx files from that bucket.

B.

Field extractions are used to filter through the .tsidx files from that bucket.

C.

The filter is deleted from the indexer and wiped from memory.

D.

Event data is read from the .tsidx files using the postings from that bucket.

Question 34

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 35

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

Options:

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.

Question 36

What file types does Splunk use to define geospatial lookups?

Options:

A.

GPX or GML files

B.

TXT files

C.

KMZ or KML files

D.

CSV files

Page: 1 / 12
Total 120 questions