Month End Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Splunk SPLK-1002 - Splunk Core Certified Power User Exam

Page: 9 / 10
Total 306 questions

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

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.

Which of the following about reports is/are true?

A.

Reports are knowledge objects.

B.

Reports can be scheduled.

C.

Reports can run a script.

D.

All of the above.

How do event types help a user search their data?

A.

Event types can optimize data storage.

B.

Event types improve dashboard performance.

C.

Event types improve search performance.

D.

Event types categorize events based on a search string.

When creating a data model, which root dataset requires at least one constraint?

A.

Root transaction dataset

B.

Root event dataset

C.

Root child dataset

D.

Root search dataset

What is the purpose of a calculated field?

A.

To automatically add fields to the index using an eval expression rather than manually including an eval command.

B.

To manually add and remove fields at search time related to statistical functions.

C.

To automatically add fields at search time using an eval expression rather than manually including an eval command.

D.

To manually add fields at search time and check for syntax errors.

The timechart command is an example of which of the following command types?

A.

Orchestrating

B.

Transforming

C.

Statistical

D.

Generating

When using the transaction command, what does the argument maxspan do?

A.

Sets the maximum total time between events in a transaction.

B.

Sets the maximum length of all events within a transaction.

C.

Sets the maximum total time between the earliest and latest events in a transaction.

D.

Sets the maximum length that any single event can reach to be included in the transaction.

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

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.

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

A.

Regular expression

B.

Delimiters

C.

eval expression

D.

table extraction

Which of the following searches will return events containing a tag named Privileged?

A.

tag=Priv

B.

tag=Priv*

C.

tag=priv*

D.

tag=privileged