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

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

Page: 1 / 4
Total 120 questions

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.

Where does the output of an append command appear in the search results?

A.

Added as a column to the right of the search results.

B.

Added as a column to the left of the search results.

C.

Added to the beginning of the search results.

D.

Added to the end of the search results.

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

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.

Which of these generates a summary index containing a count of events byproduct_id?

A.

stats si(product_id)

B.

stats count by product_id

C.

sistats count by product_id

D.

sistats summary index by product_id

Which of the following attributes only applies to the form element, and not the dashboard root element of a SimpleXML dashboard?

A.

hideEdit

B.

hideTitle

C.

hideFilters

D.

hideChrome

Which of the following statements is correct regarding bloom filters?

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.

Which of the following is true about nested macros?

A.

The inner macro should be created first.

B.

The outer macro should be created first.

C.

The outer macro name must be surrounded by backticks.

D.

The inner macro passes arguments to the outer macro.

What order of incoming events must be supplied to the transaction command to ensure correct results?

A.

Reverse lexicographical order

B.

Ascending lexicographical order

C.

Ascending chronological order

D.

Reverse chronological order

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

A.

$table.$

B.

$rowclick.$

C.

$row.$

D.

$tableclick.$

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

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.