Pass the Splunk Splunk Core Certified User SPLK-1004 Questions and answers with CertsForce

Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions
Questions # 21:

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

Options:

A.

values


B.

sum


C.

count


D.

list


Expert Solution
Questions # 22:

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

Options:

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.


Expert Solution
Questions # 23:

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.


Expert Solution
Questions # 24:

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.


Expert Solution
Questions # 25:

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?

Options:

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


Expert Solution
Questions # 26:

Which function of the stats command creates a multivalue entry?

Options:

A.

mvcombine


B.

eval


C.

makemv


D.

list


Expert Solution
Questions # 27:

Where can wildcards be used in the tstats command?

Options:

A.

No wildcards can be used with tstats.


B.

In the where clause.


C.

In the from clause.


D.

In the by clause.


Expert Solution
Questions # 28:

Which of the following is a valid use of the eval command?

Options:

A.

To filter events based on a condition.


B.

To calculate the sum of a numeric field across all events.


C.

To create a new field based on an existing field's value.


D.

To group events by a specific field.


Expert Solution
Questions # 29:

Which of the following functions' primary purpose is to convert epoch time to a string format?

Options:

A.

tostring


B.

strptime


C.

tonumber


D.

strftime


Expert Solution
Questions # 30:

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

Options:

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


Expert Solution
Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions