Halloween Special Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

SPLK-1002 PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

SPLK-1002 PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Splunk Core Certified Power User Exam
  • Last Update: Oct 31, 2025
  • Questions and Answers: 306
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

SPLK-1002 Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

SPLK-1002 Practice Exam Questions with Answers Splunk Core Certified Power User Exam Certification

Question # 6

Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?

A.

Field alias

B.

Event types

C.

Search workflow action

D.

Tags

Full Access
Question # 7

A data model consists of which three types of datasets?

A.

Constraint, field, value.

B.

Events, searches, transactions.

C.

Field extraction, regex, delimited.

D.

Transaction, session ID, metadata.

Full Access
Question # 8

What is the Splunk Common Information Model (CIM)?

A.

The CIM is a prerequisite that any data source must meet to be successfully onboarded into Splunk.

B.

The CIM provides a methodology to normalize data from different sources and source types.

C.

The CIM defines an ecosystem of apps that can be fully supported by Splunk.

D.

The CIM is a data exchange initiative between software vendors.

Full Access
Question # 9

Which tool uses data models to generate reports and dashboard panels without using SPL?

A.

Visualization tab

B.

Pivot

C.

Datasets

D.

splunk CIM

Full Access
Question # 10

The macro weekly_sales (2) contains the search string:

index=games | eval ProductSales = $Price$ * $AmountSold$

Which of the following will return results?

A.

‘weekly sales (3)’

B.

‘weekly_sales($3.995, $108)’

C.

'weekly_sales (3.99, 10)’

D.

‘weekly sales (3.99, 10)’

Full Access
Question # 11

After manually editing; a regular expression (regex), which of the following statements is true?

A.

Changes made manually can be reverted in the Field Extractor (FX) UI.

B.

It is no longer possible to edit the field extraction in the Field Extractor (FX) UI.

C.

It is not possible to manually edit a regular expression (regex) that was created using the Field Extractor (FX) UI.

D.

The Field Extractor (FX) UI keeps its own version of the field extraction in addition to the one that was manually edited.

Full Access
Question # 12

A calculated field may be based on which of the following?

A.

Fields generated within a search string

B.

Lookup tables

C.

Regular expressions

D.

Extracted fields

Full Access
Question # 13

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

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.

Full Access
Question # 14

Which of the following is NOT a stats function:

A.

sum

B.

addtotals

C.

count

D.

avg

Full Access
Question # 15

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

A.

zoom out

B.

selecting a bar on the timeline

C.

deselect

D.

selecting a range of bars on the timelines

Full Access
Question # 16

which of the following commands are used when creating visualizations(select all that apply.)

A.

Geom

B.

Choropleth

C.

Geostats

D.

iplocation

Full Access
Question # 17

Which of the following searches will return events contains a tag name Privileged?

A.

Tag= Priv

B.

Tag= Pri*

C.

Tag= Priv*

D.

Tag= Privileged

Full Access
Question # 18

Which one of the following statements about the search command is true?

A.

It does not allow the use of wildcards.

B.

It treats field values in a case-sensitive manner.

C.

It can only be used at the beginning of the search pipeline.

D.

It behaves exactly like search strings before the first pipe.

Full Access
Question # 19

Which of the following statements about event types is true? (select all that apply)

A.

Event types can be tagged.

B.

Event types must include a time range,

C.

Event types categorize events based on a search.

D.

Event types can be a useful method for capturing and sharing knowledge.

Full Access
Question # 20

What will you learn from the results of the following search?

sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)

A.

The average time elapsed during each transaction for all transactions

B.

The average time for each event within each transaction

C.

The average time between each transaction

Full Access
Question # 21

Which search retrieves events with the event type web_errors?

A.

tag=web_errors

B.

eventtype=web_errors

C.

eventtype "web errors"

D.

eventtype (web_errors)

Full Access
Question # 22

Which of the following statements best describes the search string below?

| datamodel Application_State search

A.

Events will be returned from dataset Application_State.

B.

Events will be returned from the data model named Application_State.

C.

No events will be returned; the pipe must occur after the data model command.

D.

Events will be returned from the data model named Application_State (flat mode).

Full Access
Question # 23

What other syntax will produce exactly the same results as | chart count over vendor_action by user?

A.

| chart count by vendor_action, user

B.

| chart count over vendor_action, user

C.

| chart count by vendor_action over user

D.

| chart count over user by vendor_action

Full Access
Question # 24

These kinds of charts represent a series in a single bar with multiple sections

A.

Multi-Series

B.

Split-Series

C.

Omit nulls

D.

Stacked

Full Access
Question # 25

During the validation step of the Field Extractor workflow:

Select your answer.

A.

You can remove values that aren't a match for the field you want to define

B.

You can validate where the data originated from

C.

You cannot modify the field extraction

Full Access
Question # 26

Given the event below, how can the value in the Zip_Code field be used to retrieve the local weather from an external resource?

25/Oct/2023:20:29:43 , 151.131.173.143 , V2.003 , Zip_Code: 75890 , DataCenter: DC1

A.

Create a POST workflow action.

B.

Create a GET workflow action.

C.

Create a PUT workflow action.

D.

Create a Search workflow action.

Full Access
Question # 27

There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?

A.

Event Actions > Extract Fields

B.

Fields sidebar > Extract New Field

C.

Settings > Field Extractions > New Field Extraction

D.

Settings > Field Extractions > Open Field Extraction

Full Access
Question # 28

A POST workflow action will pass which types of arguments to an external website?

A.

Clear text only.

B.

A mix of clear text strings and variables.

C.

It can only send raw event data.

D.

Variables only.

Full Access
Question # 29

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

A.

Regular expression

B.

Delimiters

C.

eval expression

D.

table extraction

Full Access
Question # 30

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

A.

skipped or deferred

B.

automatically accelerated

C.

deleted

D.

all of the above

Full Access
Question # 31

Which of the following workflow actions can be executed from search results? (select all that apply)

A.

GET

B.

POST

C.

LOOKUP

D.

Search

Full Access
Question # 32

When creating an event type, which is allowed in the search string?

A.

Tags

B.

Joins

C.

Subsearches

D.

Pipes

Full Access
Question # 33

The macro weekly_sales (2) contains the search string:

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

Which of the following will return results?

A.

‘weekly_sales(3.99, 10) '

B.

‘weekly_sales($3.99$, $10$)

C.

'weekly_sales (3.99, 10)

D.

‘weekly_sales(3)

Full Access
Question # 34

Which of the following searches can be used to define an event type?

A.

index=games sourcetype=score [search index=players | fields player_id]

B.

index=games sourcetype=score I where score>9999

C.

index=games sourcetype=score player=* score>9999

D.

index=games sourcetype=score I stats count by player

Full Access
Question # 35

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.

Full Access
Question # 36

How can an existing accelerated data model be edited?

A.

An accelerated data model can be edited once its .tsidx file has expired.

B.

An accelerated data model can be edited from the Pivot tool.

C.

The data model must be de-accelerated before edits can be made to its structure.

D.

It cannot be edited. A new data model would need to be created.

Full Access
Question # 37

Two separate results tables are being combined using the |join command. The outer table has the following values:

Refer to following Tables

SPLK-1002 question answer

The line of SPL used to join the tables is: | join employeeNumber type=outer

How many rows are returned in the new table?

A.

Zero

B.

Five

C.

Eight

D.

Three

Full Access
Question # 38

Which is not a comparison operator in Splunk

A.

<=

B.

=

C.

!=

D.

>

E.

?=

Full Access
Question # 39

Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?

A.

Access

B.

Accounting

C.

Authorization

D.

Authentication

Full Access
Question # 40

Which of the following statements describes Search workflow actions?

A.

By default. Search workflow actions will run as a real-time search.

B.

Search workflow actions can be configured as scheduled searches,

C.

The user can define the time range of the search when created the workflow action.

D.

Search workflow actions cannot be configured with a search string that includes the transaction command

Full Access
Question # 41

The Field Extractor (FX) is used to extract a custom field. A report can be created using this custom field. The created report can then be shared with other people in the organization. If another person in the organization runs the shared report and no results are returned, why might this be? (select all that apply)

A.

Fast mode is enabled.

B.

The dashboard is private.

C.

The extraction is private-

D.

The person in the organization running the report does not have access to the index.

Full Access
Question # 42

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

A.

Core datasets

B.

Root datasets

C.

Root indexes

D.

Core indexes

Full Access
Question # 43

Which statement is true?

A.

Pivot is used for creating datasets.

B.

Data models are randomly structured datasets.

C.

Pivot is used for creating reports and dashboards.

D.

In most cases, each Splunk user will create their own data model.

Full Access
Question # 44

Which workflow uses field values to perform a secondary search?

A.

POST

B.

Action

C.

Search

D.

Sub-Search

Full Access
Question # 45

Which command can include both an over and a by clause to divide results into sub-groupings?

A.

chart

B.

stats

C.

xyseries

D.

transaction

Full Access
Question # 46

What is required for a macro to accept three arguments?

A.

The macro's name ends with (3).

B.

The macro's name starts with (3).

C.

The macro's argument count setting is 3 or more.

D.

Nothing, all macros can accept any number of arguments.

Full Access
Question # 47

Why would the following search produce multiple transactions instead of one?

SPLK-1002 question answer

A.

The maxspan option is not included.

B.

The transaction command has a limit of 1000 events per transaction.

C.

The transaction and commands cannot be used together.

D.

The stats list () function is used.

Full Access
Question # 48

Given the event below, how can the value in the Zip_Code field be used to retrieve the weather from an external resource?

25/Oct/2023:20:29:43

151.162.101.143, v2.003, Zip_Code: 75510, DataCenter: DC1

A.

Create a GET workflow action

B.

Create a workflow action

C.

Create a PUT workflow action

D.

Create a Search workflow action

Full Access
Question # 49

Which of the following options will define the first event in a transaction?

A.

startswith

B.

with

C.

startingwith

D.

firstevent

Full Access
Question # 50

What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)

A.

Custom visualizations

B.

Pre-configured data models

C.

Fields and event category tags

D.

Automatic data model acceleration

Full Access
Question # 51

Which of the following statements about tags is true? (select all that apply.)

A.

Tags are case-insensitive.

B.

Tags are based on field/vale pairs.

C.

Tags categorize events based on a search.

D.

Tags are designed to make data more understandable.

Full Access
Question # 52

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.

Full Access
Question # 53

What do events in a transaction have In common?

A.

All events In a transaction must have the same timestamp.

B.

All events in a transaction must have the same sourcetype.

C.

All events in a transaction must have the exact same set of fields.

D.

All events in a transaction must be related by one or more fields.

Full Access
Question # 54

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

A.

index=server_48 sourcetype=BETA_881 code=220

B.

index=server_48 sourcetype=BETA_881 code=220 | stats count by code

C.

index=server_48 sourcetype=BETA_881 code=220 | inputlookup append=t servercode.csv

D.

index=server_48 sourcetype=BETA_881 code=220 | stats where code > 220

Full Access
Question # 55

Which search would limit an "alert" tag to the "host" field?

A.

tag=alert

B.

host::tag::alert

C.

tag==alert

D.

tag::host=alert

Full Access
Question # 56

These allow you to categorize events based on search terms.

Select your answer.

A.

Groups

B.

Event Types

C.

Macros

D.

Tags

Full Access
Question # 57

Splunk alerts can be based on search that run______. (Select all that apply.)

A.

in real-time

B.

on a regular schedule

C.

and have no matching events

Full Access
Question # 58

When extracting fields, we may choose to use our own regular expressions

A.

True

B.

False

Full Access
Question # 59

Which of the following statements describes macros?

A.

A macro is a reusable search string that must contain the full search.

B.

A macro is a reusable search string that must have a fixed time range.

C.

A macro Is a reusable search string that may have a flexible time range.

D.

A macro Is a reusable search string that must contain only a portion of the search.

Full Access
Question # 60

Which of the following statements describes the command below (select all that apply)

Sourcetype=access_combined | transaction JSESSIONID

A.

An additional filed named maxspan is created.

B.

An additional field named duration is created.

C.

An additional field named eventcount is created.

D.

Events with the same JSESSIONID will be grouped together into a single event.

Full Access
Question # 61

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.

Full Access
Question # 62

Which of the following is a function of the Splunk Common Information Model (CIM)?

A.

Normalizing data across a Splunk deployment.

B.

Providing templates for reports and dashboards.

C.

Algorithmically shifting events to other indexes.

D.

Reingesting previously indexed data with new field names.

Full Access
Question # 63

Which search commands allow a user to access data model summaries?

A.

pivot, stats, and datamodel

B.

pivot, tstats, and datamodel

C.

transaction, tstats, and datamodel

D.

stats, tstats, and datamodel

Full Access
Question # 64

Which of the following options should a user add to a search to limit transactions to a five minute time window?

A.

duration=5m

B.

bin=5m

C.

earliest=-5m

D.

maxspan=5m

Full Access
Question # 65

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

A.

Reports

B.

Data models

C.

Field extractions

D.

Dashboards

Full Access
Question # 66

This function of the stats command allows you to identify the number of values a field has.

A.

max

B.

distinct_count

C.

fields

D.

count

Full Access
Question # 67

Which command is used to create choropleth maps?

A.

geostats

B.

cluster

C.

geom

Full Access
Question # 68

When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?

A.

The regex can no longer be edited.

B.

The field being extracted will be required for all future events.

C.

The events without the required field will not display in searches.

D.

Only events with the required string will be included in the extraction.

Full Access
Question # 69

To which of the following can a field alias be applied?

A.

Data found in a lookup table.

B.

Either a calculated field or an extracted field.

C.

Only one single field in a dataset.

D.

A given host, source, or sourcetype.

Full Access
Question # 70

A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?

A.

transaction

B.

lookup

C.

stats

D.

eval

Full Access
Question # 71

Which of the following is true about a datamodel that has been accelerated?

A.

They can be used with Pivot, the | tstats command, or the | datamodel command.

B.

They can still be used in the Pivot tool but only with the accelerate_pivot capability.

C.

They can no longer be used in the Pivot tool.

D.

They can be used with the |tstats command, but will only return that data which has been accelerated.

Full Access
Question # 72

Why would the transaction command be used instead of the stats command?

A.

The transaction command can perform calculations on fields.

B.

The transaction command is less resource-intensive.

C.

The transaction command keeps the raw data for each event.

D.

The transaction command has better search-time performance.

Full Access
Question # 73

Which of the following is included with the Common Information Model (CIM) add-on?

A.

Search macros

B.

Event category tags

C.

Workflow actions

D.

tsidx files

Full Access
Question # 74

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.

Full Access
Question # 75

The eval command 'if' function requires the following three arguments (in order):

A.

Boolean expression, result if true, result if false

B.

Result if true, result if false, boolean expression

C.

Result if false, result if true, boolean expression

D.

Boolean expression, result if false, result if true

Full Access
Question # 76

Which of the following does not describe how to create an event type?

A.

Run a search string and use the Save As button.

B.

Use the New Event Type button from the Settings menu.

C.

Use the Field Extractor to analyze and use the Save As button.

D.

Select search criteria within the Event Type Builder.

Full Access
Question # 77

Tags can reference which of the following knowledge objects?

A.

Lookups and event types only.

B.

Extracted fields, field aliases, calculated fields, lookups, and event types.

C.

Tags cannot reference any of these knowledge objects because tags are the last knowledge objects generated in the search-time operation sequence.

D.

Extracted fields, calculated fields, and field aliases only.

Full Access
Question # 78

Which of the following transforming commands can be used with transactions?

A.

chart, timechart, stats, eventstats

B.

chart, timechart, stats, diff

C.

chart, timeehart, datamodel, pivot

D.

chart, timecha:t, stats, pivot

Full Access
Question # 79

__________ datasets can be added to root dataset to narrow down the search

A.

parent

B.

extracted

C.

event

D.

child

Full Access
Question # 80

Which type of visualization shows relationships between discrete values in three dimensions?

A.

Pie chart

B.

Line chart

C.

Bubble chart

D.

Scatter chart

Full Access
Question # 81

When using | timchart by host, which filed is representted in the x-axis?

A.

date

B.

host

C.

time

D.

-time

Full Access
Question # 82

Given the following eval statement:

...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull, "NO-VALUE", fieid2)

Which of the following is the equivalent using f ilinull?

A.

There is no equivalent expression using f ilinull

B.

... t filinull values=(0,"NO-VALUE") fields=(fieldl,field2)

C.

... I filinull value=0 fieldl I fillnull fields

D.

... I fillnull fieldl I filinull value="NO-VALUE" field2

Full Access
Question # 83

Which of the following statements best describes a macro?

A.

A macro is a method of categorizing events based on a search.

B.

A macro is a way to associate an additional (new) name with an existing field name.

C.

A macro is a portion of a search that can be reused in multiple place

D.

A macro is a knowledge object that enables you to schedule searches for specific events.

Full Access
Question # 84

When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)

A.

For data cleanly separated by a space, a comma, or a pipe character.

B.

For data in a CSV (comma-separated value) file.

C.

For data with multiple, different characters separating fields.

D.

For unstructured data.

Full Access
Question # 85

This function of the stats command allows you to return the middle-most value of field X.

A.

Median(X)

B.

Eval by X

C.

Fields(X)

D.

Values(X)

Full Access
Question # 86

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

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.

Full Access
Question # 87

What is a limitation of searches generated by workflow actions?

A.

Searches generated by workflow action cannot use macros.

B.

Searches generated by workflow actions must be less than 256 characters long.

C.

Searches generated by workflow action must run in the same app as the workflow action.

D.

Searches generated by workflow action run with the same permissions as the user running them.

Full Access
Question # 88

When defining a macro, what are the required elements?

A.

Name and arguments.

B.

Name and a validation error message.

C.

Name and definition.

D.

Definition and arguments.

Full Access
Question # 89

When using a field value variable with a Workflow Action, which punctuation mark will escape the data

A.

*

B.

!

C.

^

D.

#

Full Access
Question # 90

Which statement is true?

A.

Pivot is used for creating datasets.

B.

Data model are randomly structured datasets.

C.

Pivot is used for creating reports and dashboards.

D.

In most cases, each Splunk user will create their own data model.

Full Access
Question # 91

Information needed to create a GET workflow action includes which of the following? (select all that apply.)

A.

A name of the workflow action

B.

A URI where the user will be directed at search time.

C.

A label that will appear in the Event Action menu at search time.

D.

A name for the URI where the user will be directed at search time.

Full Access