Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

SPLK-1002 PDF

$38.5

$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

$61.6

$175.99

3 Months Free Update

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

SPLK-1002 Engine

$46.2

$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

Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)

A.

Auto-Extracted fields can be hidden in Pivot.

B.

Auto-Extracted fields can have their data type changed.

C.

Auto-Extracted fields can be given a friendly name for use in Pivot.

D.

Auto-Extracted fields can be added if they already exist in the dataset with constraints.

Full Access
Question # 7

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 # 8

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

A.

Tags

B.

Event types

C.

Indexes

D.

Sourcetypes

Full Access
Question # 9

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 # 10

When is a GET workflow action needed?

A.

To send field values to an external resource.

B.

To retrieve information from an external resource.

C.

To use field values to perform a secondary search.

D.

To define how events flow from forwarders to indexes.

Full Access
Question # 11

The transaction command allows you to __________ events across multiple sources

A.

duplicate

B.

correlate

C.

persist

D.

tag

Full Access
Question # 12

By default search results are not returned in ________ order.

A.

Chronological

B.

Reverser chronological

C.

ASCIE

D.

Alphabetical

Full Access
Question # 13

Which workflow uses field values to perform a secondary search?

A.

POST

B.

Action

C.

Search

D.

Sub-Search

Full Access
Question # 14

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.

Full Access
Question # 15

Which of these search strings is NOT valid:

A.

index=web status=50* | chart count over host, status

B.

index=web status=50* | chart count over host by status

C.

index=web status=50* | chart count by host, status

Full Access
Question # 16

Why are tags useful in Splunk?

A.

Tags look for less specific data.

B.

Tags visualize data with graphs and charts.

C.

Tags group related data together.

D.

Tags add fields to the raw event data.

Full Access
Question # 17

When performing a regex field extraction with the Field Extractor (FX), a data type must be chosen before a sample event can be selected. Which of the following data types are supported?

A.

index or source

B.

sourcetype or host

C.

index or sourcetype

D.

sourcetype or source

Full Access
Question # 18

Which of the following are required to create a POST workflow action?

A.

Label, URI, search string.

B.

XMI attributes, URI, name.

C.

Label, URI, post arguments.

D.

URI, search string, time range picker.

Full Access
Question # 19

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 # 20

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 # 21

This function of the stats command allows you to return the sample standard deviation of a field.

A.

stdev

B.

dev

C.

count deviation

D.

by standarddev

Full Access
Question # 22

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 # 23

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 # 24

When a search returns __________, you can view the results as a list.

A.

a list of events

B.

transactions

C.

statistical values

Full Access
Question # 25

What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?

A.

Macros.

B.

Field aliases.

C.

The rename command.

D.

CIM does not work with different names for the same field.

Full Access
Question # 26

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 # 27

When should you use the transaction command instead of the scats command?

A.

When you need to group on multiple values.

B.

When duration is irrelevant in search results. .

C.

When you have over 1000 events in a transaction.

D.

When you need to group based on start and end constraints.

Full Access
Question # 28

Where are the results of eval commands stored?

A.

In a field.

B.

In an index.

C.

In a KV Store.

D.

In a database.

Full Access
Question # 29

Consider the following search:

index=web sourcetype=access_corabined

The log shows several events that share the same jsesszonid value (SD462K101O2F267). View the events as a group.

From the following list, which search groups events by jSSESSIONID?

A.

index=web sourcetype=access_combined I transaction JSESSZONID I search SD462K101C2F267

B.

index=web sourcetype=access_combined SD462K101O2F267 | table JSESSIONID

C.

index=web sourcetype=access_combined | highlight JSESSIONID | search SD462K101O2F267

D.

index=web sourcetype=access_combined JSESSTONID

Full Access
Question # 30

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

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.

Full Access
Question # 31

Which of the following is true about data sets used in the Pivot tool?

A.

They can only be created from data models.

B.

They can only be created by users with the Admin role.

C.

They can only be created from summary indexes.

D.

They can only be created from saved reports.

Full Access
Question # 32

What does the fillnull command replace null values with, it the value argument is not specified?

A.

0

B.

N/A

C.

NaN

D.

NULL

Full Access
Question # 33

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 # 34

How are arguments defined within the macro search string?

A.

?arg$

B.

'arg'

C.

%arg%

D.

"arg"

Full Access
Question # 35

Which search string would only return results for an event type called success ful_purchases?

A.

tag=success ful_purchases

B.

Event Type:: successful purchases

C.

successful_purchases

D.

event type—success ful_purchases

Full Access
Question # 36

Which of the following expressions could be used to create a calculated field called gigabytes?

A.

eval sc_bytes(1024/1024)

B.

| eval negabytes=sc_bytes(1024/1024)

C.

megabytes=sc_bytes(1024/1024)

D.

sc_bytas(1024/1024)

Full Access
Question # 37

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 # 38

How are event types different from saved reports?

A.

Event types cannot be used to organize data into categories.

B.

Event types include formatting of the search results.

C.

Event types can be shared with Splunk users and added to dashboards.

D.

Event types do not include a time range.

Full Access
Question # 39

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 # 40

In the following eval statement, what is the value of description if the status is 503? index=main | eval description=case(status==200, "OK", status==404, "Not found", status==500, "Internal Server Error")

A.

The description field would contain no value.

B.

The description field would contain the value 0.

C.

The description field would contain the value "Internal Server Error".

D.

This statement would produce an error in Splunk because it is incomplete.

Full Access
Question # 41

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 # 42

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 # 43

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

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.

Full Access
Question # 44

The eval command allows you to do which of the following? (Choose all that apply.)

A.

Format values

B.

Convert values

C.

Perform calculations

D.

Use conditional statements

Full Access
Question # 45

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 # 46

Clicking a SEGMENT on a chart, ________.

A.

drills down for that value

B.

highlights the field value across the chart

C.

adds the highlighted value to the search criteria

Full Access
Question # 47

Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?

A.

Examplemacro [1,2]

B.

samplemacro(1,2)

C.

u amp -CJEUCXG (2)

D.

samplemacro[2]

Full Access
Question # 48

The limit attribute will___________.

A.

override default of 10

B.

only work with top command

C.

override default of 20

D.

override default of 15

Full Access
Question # 49

When creating a Search workflow action, which field is required?

A.

Search string

B.

Data model name

C.

Permission setting

D.

An eval statement

Full Access
Question # 50

A field alias is created where field1—fieid2 and the Overwrite Field Values checkbox is selected.

What happens if an event only contains values for fieid1?

A.

field2 values are removed from the events.

B.

field1 and field2 values are merged.

C.

field2 values are unchanged.

D.

field2 values are replaced with the value of the field1.

Full Access
Question # 51

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 # 52

When using the transaction command, how are evicted transactions identified?

A.

Closed_txn field is set to o, or false.

B.

Max_txn field is set to O, or false.

C.

Txn_field is set to 1, or true.

D.

open_txn field is set to 1, or true.

Full Access
Question # 53

Which of the following objects can a calculated field use as a source?

A.

An alias of a field.

B.

A field added by an automatic lookup.

C.

The tag field.

D.

The eventtype field.

Full Access
Question # 54

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

A.

maxpause

B.

endswith

C.

maxduration

D.

maxspan

Full Access
Question # 55

Which of the following commands will show the maximum bytes?

A.

sourcetype=access_* | maximum totals by bytes

B.

sourcetype=access_* | avg (bytes)

C.

sourcetype=access_* | stats max(bytes)

D.

sourcetype=access_* | max(bytes)

Full Access
Question # 56

Which of the following statements about tags is true?

A.

Tags are case insensitive.

B.

Tags can make your data more understandable.

C.

Tags are created at index time.

D.

Tags are searched by using the syntax tag :: .

Full Access
Question # 57

Which delimiters can the Field Extractor (FX) detect? (select all that apply)

A.

Tabs

B.

Pipes

C.

Spaces

D.

Commas

Full Access
Question # 58

When should transaction be used?

A.

Only in a large distributed Splunk environment.

B.

When calculating results from one or more fields.

C.

When event grouping is based on start/end values.

D.

When grouping events results in over 1000 events in each group.

Full Access
Question # 59

How does a user display a chart in stack mode?

A.

By using the stack command.

B.

By turning on the Use Trellis Layout option.

C.

By changing Stack Mode in the Format menu.

D.

You cannot display a chart in stack mode, only a timechart.

Full Access
Question # 60

Which of the following knowledge objects can reference field aliases?

A.

Calculated fields, lookups, event types, and tags.

B.

Calculated fields and tags only.

C.

Calculated fields and event types only.

D.

Calculated fields, lookups, event types, and extracted fields.

Full Access
Question # 61

What are search macros?

A.

Lookup definitions in lookup tables.

B.

Reusable pieces of search processing language.

C.

A method to normalize fields.

D.

Categories of search results.

Full Access
Question # 62

Consider the following search:

index=web sourcetype=access_combined

The log shows several events that share the same JSESSIONID value (SD470K92802F117). View the events as a group.

From the following list, which search groups events by JSESSIONID?

A.

index=web sourcetype=access_combined | highlight JSESSIONID | search SD470K92802F117

B.

index=web sourcetype=access_combined | transaction JSESSIONID | search SD470K92802F117

C.

index=web sourcetype=access_combined SD470K92802F117 | table JSESSIONID

D.

index=web sourcetype=access_combined JSESSIONID

Full Access
Question # 63

When would transaction be used instead of stats?

A.

To group events based on a single field value.

B.

To see results of a calculation.

C.

To have a faster and more efficient search.

D.

To group events based on start/end values.

Full Access
Question # 64

Which command is used to create choropleth maps?

A.

geostats

B.

cluster

C.

geom

Full Access
Question # 65

Selected fields are displayed ______each event in the search results.

A.

below

B.

interesting fields

C.

other fields

D.

above

Full Access
Question # 66

It is mandatory for the lookup file to have this for an automatic lookup to work.

A.

Source type

B.

At least five columns

C.

Timestamp

D.

Input filed

Full Access
Question # 67

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 # 68

Which of the following statements describes an event type?

A.

A log level measurement: info, warn, error.

B.

A knowledge object that is applied before fields are extracted.

C.

A field for categorizing events based on a search string.

D.

Either a log, a metric, or a trace.

Full Access
Question # 69

A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?

A.

index=X sourcetype=Y | chart sum(product) by price AND region

B.

index=X | chart sum(price) by product, region

C.

index=X | chart total(product) over price by region

D.

index=X | chart total(price) by product, region

Full Access
Question # 70

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 # 71

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 # 72

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
Question # 73

Which of the following describes this search?

New Search

'third_party_outages(EMEA,-24h)'

A.

This search will find all events for the third_party_outages event type that have "EMEA" or "-24h" in the raw event data.

B.

This search will run the third_party_outages saved search and filter for events containing "EMEA" and "-24h" in the raw event data.

C.

This search will run the third_party_outages macro and pass the arguments EMEA and -24h to the macro definition.

D.

This search will find all events in the third_party_outages index with the tags EMEA and -24h.

Full Access
Question # 74

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 # 75

Which of the following searches would return a report of sales by product-name?

A.

chart sales by product_name

B.

chart sum(price) as sales by product_name

C.

stats sum(price) as sales over product_name

D.

timechart list(sales), values(product_name)

Full Access
Question # 76

In the Field Extractor Utility, this button will display events that do not contain extracted fields.

Select your answer.

A.

Selected-Fields

B.

Non-Matches

C.

Non-Extractions

D.

Matches

Full Access
Question # 77

For the following search, which field populates the x-axis?

index=security sourcetype=linux secure | timechart count by action

A.

action

B.

source type

C.

_time

D.

time

Full Access
Question # 78

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 # 79

Consider the following search:

Index=web sourcetype=access_combined

The log shows several events that share the same JSESSIONID value (SD404K289O2F151). View the events as a group. From the following list, which search groups events by JSESSIONID?

A.

index=web sourcetype=access_combined SD404K289O2F151 I table JSESSIONID

B.

index=web sourcetype=access_combined JSESSIONID

C.

index=web sourcetype=access_combined I highlight JSESSIONID I search SD404K289O2F151

D.

index-web sourcetype=access_combined I transaction JSESSIONID I search SD404K289O2F151

Full Access
Question # 80

A field alias has been created based on an original field. A search without any transforming commands is then executed in Smart Mode. Which field name appears in the results?

A.

Both will appear in the All Fields list, but only if the alias is specified in the search.

B.

Both will appear in the Interesting Fields list, but only if they appear in at least 20 percent of events.

C.

The original field only appears in All Fields list and the alias only appears in the Interesting Fields list.

D.

The alias only appears in the All Fields list and the original field only appears in the Interesting Fields list.

Full Access
Question # 81

Field aliases are used to __________ data

A.

clean

B.

transform

C.

calculate

D.

normalize

Full Access
Question # 82

Which of the following is true about data model attributes?

A.

They cannot be created within the data model.

B.

They can only be added into a root search dataset.

C.

They cannot be edited if inherited from a parent dataset.

D.

They can be added to a dataset from search time field extractions.

Full Access
Question # 83

What is the correct Boolean order of evaluation for the where command from first to last?

A.

NOT, Parentheses, OR, AND

B.

AND, Parentheses, NOT, OR

C.

Parentheses, NOT, AND, OR

D.

Parentheses, NOT, OR, AND

Full Access
Question # 84

Which of the following search modes automatically returns all extracted fields in the fields sidebar?

A.

Fast

B.

Smart 

C.

C. Verbose

Full Access
Question # 85

When used with the timechart command, which value of the limit argument returns all values?

A.

limit=*

B.

limit=all

C.

limit=none

D.

limit=0

Full Access
Question # 86

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 # 87

Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?

A.

Macros

B.

Lookups

C.

Workflow actions

D.

Field extractions

Full Access
Question # 88

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

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.

Full Access