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

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

Questions 31

Which of the following search control will not re-rerun the search? (Select all that apply.)

Options:
A.

zoom out

B.

selecting a bar on the timeline

C.

deselect

D.

selecting a range of bars on the timelines

Splunk SPLK-1002 Premium Access
Questions 32

When should the delimiter method be used in the Field Extractor?

Options:
A.

When the events do not have the correct permissions set.

B.

When the events are separated by a consistent character or set of characters.

C.

When the events need a regular expression to define the matching pattern.

D.

When the events need to be calculated using special characters.

Questions 33

A user wants to convert numeric field values to strings and also to sort on those values.

Which command should be used first, the eval or the sort?

Options:
A.

It doesn't matter whether eval or sort is used first.

B.

Convert the numeric to a string with eval first, then sort.

C.

Use sort first, then convert the numeric to a string with eval.

D.

You cannot use the sort command and the eval command on the same field.

Questions 34

Which of the following statements would help a user choose between the transaction and stats commands?

Options:
A.

state can only group events using IP addresses.

B.

The transaction command is faster and more efficient.

C.

There is a 1000 event limitation with the transaction command.

D.

Use state when the events need to be viewed as a single event.

Questions 35

What are the names of the top-level datasets in data models?

Options:
A.

Core datasets

B.

Root datasets

C.

Root indexes

D.

Core indexes

Questions 36

What are the expected search results from executing the following SPL command?

index=network NOT StatusCode=200

Options:
A.

Every event in the network index that does not have a value in this field.

B.

Every event in the network index that does not contain a StatusCode of 200 and excluding events that do not have a value in this field.

C.

Every event in the network index that does not contain a StatusCode of 200, including events that do not have a value in this field.

D.

No results as the syntax is incorrect, the != field expression needs to be used instead of the NOT operator.

Questions 37

Which of the following statements about data models and pivot are true? (select all that apply)

Options:
A.

They are both knowledge objects.

B.

Data models are created out of datasets called pivots.

C.

Pivot requires users to input SPL searches on data models.

D.

Pivot allows the creation of data visualizations that present different aspects of a data model.

Questions 38

Which of the following statements describes the use of the Field Extractor (FX)?

Options:
A.

The Field Extractor automatically extracts all fields at search time.

B.

The Field Extractor uses PERL to extract fields from the raw events.

C.

Fields extracted using the Field Extractor persist as knowledge objects.

D.

Fields extracted using the Field Extractor do not persist and must be defined for each search.

Questions 39

Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?

Options:
A.

maxpause

B.

endswith

C.

maxduration

D.

maxspan

Questions 40

Which of the following can be saved as an event type?

Options:
A.

index=server_485 sourcetype=BETA_726 code=917 ['inputlookup append=t servercode.csv]

B.

index=server_485 sourcetype=BETA_726 code=917 | stats where code > 200

C.

index=server_485 sourcetype=BETA_726 code=917

D.

index=server_485 sourcetype=BETA_726 code=917 | stats count by code