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: 4

Questions 31

If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?

Options:
A.

| eval notNULL = if(isnull (notNULL), “0” notNULL)

B.

| eval notNULL = if(isnull (notNULL), “0”

C.

| eval notNULL = “” | nullfill value=0 notNULL

D.

| eval notNULL = “” fillnull value=0 notNULL

Splunk SPLK-1002 Premium Access
Questions 32

Which of the following can a field alias be applied to?

Options:
A.

Indexes

B.

Tags

C.

Event types

D.

Sourcetypes

Questions 33

Which of the following commands will show the maximum bytes?

Options:
A.

sourcetype=access_* | maximum totals by bytes

B.

sourcetype=access_* | avg (bytes)

C.

sourcetype=access_* | stats max(bytes)

D.

sourcetype=access_* | max(bytes)

Questions 34

By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?

Options:
A.

Turned off

B.

Turned on

C.

Determined automatically based on the sourcetype.

D.

Determined automatically based on the data source.

Questions 35

In the Field Extractor, when would the regular expression method be used?

Options:
A.

When events contain JSON data.

B.

When events contain comma-separated data.

C.

When events contain unstructured data.

D.

When events contain table-based data.

Questions 36

Which of the following are valid options to speed up reports? (Select all the apply.)

Options:
A.

Edit permissions

B.

Edit description

C.

Edit acceleration

D.

Edit schedule

Questions 37

Using the Field Extractor (FX) tool, a value is highlighted to extract and give a name to a new field. Splunk has not successfully extracted that value from all appropriate events. What steps can be taken so Splunk successfully extracts the value from all appropriate events? (select all that apply)

Options:
A.

Select an additional sample event with the Field Extractor (FX) and highlight the missing value in the event.

B.

Re-ingest the data and attempt to extract from a new dataset.

C.

Click on the event where the field was not extracted and choose “Change to Delimited".

D.

Edit the regular expression manually.

Questions 38

Which field extraction method should be selected for comma-separated data?

Options:
A.

Regular expression

B.

Delimiters

C.

eval expression

D.

table extraction

Questions 39

When would a user select delimited field extractions using the Field Extractor (FX)?

Options:
A.

When a log file has values that are separated by the same character, for example, commas.

B.

When a log file contains empty lines or comments.

C.

With structured files such as JSON or XML.

D.

When the file has a header that might provide information about its structure or format.

Questions 40

Sally created several tags for employees of Buttercup Games. She tagged each employee’s badge number with the department name and location. Which search query would Sally use to filter for employees of the Marketing department who do not work in the San_Francisco office?

Options:
A.

tag!=Marketing tag=San_Francisco

B.

tag=Marketing NOT (tag=San_Francisco)

C.

tag=Marketing exclude (tag=San_Francisco)

D.

tag::Marketing!=San_Francisco