Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free Splunk SPLK-1002 Practice Exam with Questions & Answers | Set: 3

Questions 21

When used with the timechart command, which value of the limit argument returns all values?

Options:
A.

limit=*

B.

limit=all

C.

limit=none

D.

limit=0

Splunk SPLK-1002 Premium Access
Questions 22

How are arguments defined within the macro search string?

Options:
A.

Şarg$

B.

'arg'

C.

%arg%

D.

"arg"

Questions 23

What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?

Options:
A.

There is a limit to the number of fields that can be extracted.

B.

The user is unable to preview the extractions.

C.

The extraction is added at index time.

D.

The user is unable to return to the automatic field extraction workflow.

Questions 24

Use the dedup command to _____.

Options:
A.

Rename a field in the index

B.

remove duplicate values

C.

provide an additional alias for the field that can D.be used in the search criteria

Questions 25

A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.

Options:
A.

skipped or deferred

B.

automatically accelerated

C.

deleted

D.

all of the above

Questions 26

If a calculated field has the same name as an extracted field, what happens to the extracted field?

Options:
A.

The calculated field will override the extracted field.

B.

The calculated and extracted fields will be combined.

C.

The calculated field will duplicate the extracted field.

D.

An error will be returned and the search will fail.

Questions 27

What does the fillnull command replace null values with, it the value argument is not specified?

Options:
A.

0

B.

N/A

C.

NaN

D.

NULL

Questions 28

The eval command allows you to do which of the following? (Choose all that apply.)

Options:
A.

Format values

B.

Convert values

C.

Perform calculations

D.

Use conditional statements

Questions 29

Calculated fields can be based on which of the following?

Options:
A.

Tags

B.

Extracted fields

C.

Output fields for a lookup

D.

Fields generated from a search string

Questions 30

Which of the following eval commands will provide a new value for host from src if it exists?

Options:
A.

| eval host = if (isnu11 (src), src, host)

B.

| eval host = if (NOT src = host, src, host)

C.

| eval host = if (src = host, src, host)

D.

| eval host = if (isnotnull (src), src, host)