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

Questions 11

Which group of users would most likely use pivots?

Options:
A.

Users

B.

Architects

C.

Administrators

D.

Knowledge Managers

Splunk SPLK-1002 Premium Access
Questions 12

What syntax would a user specify to search for the prod tag associated with the host field and webserver value?

Options:
A.

prod:host=webserver

B.

tag::host=prod

C.

prod=host:webserver

D.

prod=host::webserver

Questions 13

The Common Information Model (CIM) Add-on contains a collection of what preconfigured knowledge objects?

Options:
A.

Reports

B.

Data models

C.

Field extractions

D.

Dashboards

Questions 14

Which field will be used to populate the field if the productName and product:d fields have values for a given event?

| eval productINFO=coalesco(productName,productid)

Options:
A.

Both field values will be used and the product INFO field will become a multivalue field for the given event.

B.

The value for the productName field because it appears first.

C.

Neither field value will be used and the field will be assigned a NULL value for the given event.

D.

The value for the field because it appears second.

Questions 15

Which workflow uses field values to perform a secondary search?

Options:
A.

POST

B.

Action

C.

Search

D.

Sub-Search

Questions 16

When using multiple expressions in a single eval command, which delimiter is used?

Options:
A.

, (comma)

B.

I (pipe)

C.

/ (forward slash)

D.

: (colon)

Questions 17

Where are the results of eval commands stored?

Options:
A.

In a field.

B.

In an index.

C.

In a KV Store.

D.

In a database.

Questions 18

What are the expected results for a search that contains the command | where A=B?

Options:
A.

Events that contain the string value where A=B.

B.

Events that contain the string value A=B.

C.

Events where values of field are equal to values of field B.

D.

Events where field A contains the string value B.

Questions 19

Which of the following statements describe the search string below?

| datamodel Application_State All_Application_State search

Options:
A.

Evenrches would return a report of sales by state.

B.

Events will be returned from the data model named Application_State.

C.

Events will be returned from the data model named All_Application_state.

D.

No events will be returned because the pipe should occur after the datamodel command

Questions 20

The macro weekly_sales (2) contains the search string:

index—games I eval Product Sales = $price$ $AmountS01d$

Which of the following will return results?

Options:
A.

‘weekly_sales(3.99, 10) '

B.

‘weekly_sales($3.99$, $10$)

C.

'weekly_sales (3.99, 10)

D.

‘weekly_sales(3)