Weekend Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

SPLK-1002 Sample Questions Answers

Questions 4

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

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

Options:

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

Buy Now
Questions 5

A data model consists of which three types of datasets?

Options:

A.

Constraint, field, value.

B.

Events, searches, transactions.

C.

Field extraction, regex, delimited.

D.

Transaction, session ID, metadata.

Buy Now
Questions 6

Which of the following knowledge objects can reference field aliases?

Options:

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.

Buy Now
Questions 7

How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)

Options:

A.

| chart count over CurrentStanding by Action useother=f

B.

| chart count over CurrentStanding by Action usenull-f useother-t

C.

| chart count over CurrentStanding by Action limit=10 useother=f

D.

| chart count over CurrentStanding by Action limit-10

Buy Now
Questions 8

Which of the following commands connects an additional table of data directly to the right side of the existing table?

Options:

A.

subsearch

B.

update

C.

appendcols

D.

append

Buy Now
Questions 9

Use the dedup command to _____.

Options:

A.

Rename a field in the index

B.

remove duplicate values

C.

provide an additional alias for the field that can D.be used in the search criteria

Buy Now
Questions 10

Using the export function, you can export search results as __________.( Select all that apply)

Options:

A.

Xml

B.

Json

C.

Html

D.

A php file

Buy Now
Questions 11

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

Options:

A.

tag=alert

B.

host::tag::alert

C.

tag==alert

D.

tag::host=alert

Buy Now
Questions 12

This is what Splunk uses to categorize the data that is being indexed.

Options:

A.

Host

B.

Sourcetype

C.

Index

D.

Source

Buy Now
Questions 13

Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status

Options:

A.

is looking for all events that include the search terms: fields AND action AND productld AND status

B.

users the table command to improve performance

C.

limits the fields are extracted

D.

returns a table with 3 columns

Buy Now
Questions 14

What is the Splunk Common Information Model (CIM)?

Options:

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.

Buy Now
Questions 15

Which of the following is true about data model attributes?

Options:

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.

Buy Now
Questions 16

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

Options:

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

Questions 17

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)

Buy Now
Questions 18

which of the following are valid options with the chart command

Options:

A.

useother

B.

usenull

C.

fillfield

D.

usefiled

Buy Now
Questions 19

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

Select your answer.

Options:

A.

Selected-Fields

B.

Non-Matches

C.

Non-Extractions

D.

Matches

Buy Now
Questions 20

The timechart command buckets data in time intervals depending on:

Options:

A.

the number of events returned

B.

the selected time range

C.

the type of visualization selected

Buy Now
Questions 21

Options:

A.

& (ampersand)

B.

+ (plus)

C.

- (tilde)

D.

. (period)

Buy Now
Questions 22

This is what Splunk uses to categorize the data that is being indexed.

Options:

A.

sourcetype

B.

index

C.

source

D.

host

Buy Now
Questions 23

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

Options:

A.

Root transaction dataset

B.

Root event dataset

C.

Root child dataset

D.

Root search dataset

Buy Now
Questions 24

Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?

Options:

A.

POST

B.

Search

C.

GET

D.

Format

Buy Now
Questions 25

A macro has another macro nested within it, and this inner macro requires an argument. How can the user pass this argument into the SPL?

Options:

A.

An argument can be passed through the outer macro.

B.

An argument can be passed to the outer macro by nesting parentheses.

C.

There is no way to pass an argument to the inner macro.

D.

An argument can be passed to the inner macro by nesting parentheses.

Buy Now
Questions 26

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

Options:

A.

tag=Priv

B.

tag=Priv*

C.

tag=priv*

D.

tag=privileged

Buy Now
Questions 27

What is a benefit of installing the Splunk Common Information Model (CIM) add-on? A. It permits users to create workflow actions to align with industry standards.

B. It provides users with a standardized set of field names and tags to normalize data.

C. It allows users to create 3-D models of their data and export these visualizations.

D. It enables users to itemize their events based on the results of the Search Job Inspector.

Options:

Buy Now
Questions 28

How is a Search Workflow Action configured to run at the same time range as the original search?

Options:

A.

Select the "Overwrite time range with the original search" checkbox.

B.

Select the "Use the same time range as the search that created the field listing" checkbox.

C.

Set the earliest time to match the original search.

D.

Select the same time range from the time-range picker.

Buy Now
Questions 29

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

Options:

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.

Buy Now
Questions 30

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

Options:

A.

date

B.

host

C.

time

D.

-time

Buy Now
Questions 31

How is a Search Workflow Action configured to run at the same time range as the original search?

Options:

A.

Set the earliest time to match the original search.

B.

Select the same time range from the time-range picker.

C.

Select the "Use the same time range as the search that created the field listing" checkbox.

D.

Select the "Overwrite time range with the original search" checkbox.

Buy Now
Questions 32

A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain.

What workflow action would return an external IP lookup for the field named domain?

Options:

A.

POST

B.

PUT

C.

GET

D.

Search

Buy Now
Questions 33

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?

Options:

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

Buy Now
Questions 34

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

Options:

A.

Sourcetype definitions from the most popular technology vendors.

B.

A set of pre-configured data models.

C.

Scripted inputs to pre-align data with the CIM.

D.

Dashboards to validate data quality.

Buy Now
Questions 35

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

Options:

A.

Regular expression

B.

Delimiters

C.

eval expression

D.

table extraction

Buy Now
Questions 36

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

Options:

A.

a list of events

B.

transactions

C.

statistical values

Buy Now
Questions 37

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

Options:

A.

parent

B.

extracted

C.

event

D.

child

Buy Now
Questions 38

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

Options:

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.

Buy Now
Questions 39

Which of the following eval commands will provide a new value for host from src if it exists?

Options:

A.

| eval host = if (isnu11 (src), src, host)

B.

| eval host = if (NOT src = host, src, host)

C.

| eval host = if (src = host, src, host)

D.

| eval host = if (isnotnull (src), src, host)

Buy Now
Questions 40

How is an event type created from the search window? (select all that apply)

Options:

A.

In the top right corner, click Save As > Event Type.

B.

In an event's detail dropdown, click Event Actions > Build Event Type.

C.

Edit eventtypes.conf and add a new stanza.

D.

Add | eventtype to the SPL and execute the search.

Buy Now
Questions 41

index=main sourcetype=http_log | fillnull value="Unknown" src

Options:

A.

Set the values of the src field to null when it is "Unknown".

B.

Set all fields with the value of "Unknown" to null.

C.

Set the values of the src field to "Unknown" if it is null.

D.

Set all fields that are null to "Unknown".

Buy Now
Questions 42

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

Options:

A.

Fields generated within a search string

B.

Lookup tables

C.

Regular expressions

D.

Extracted fields

Buy Now
Questions 43

Field aliases are used to __________ data

Options:

A.

clean

B.

transform

C.

calculate

D.

normalize

Buy Now
Questions 44

Which of the following searches show a valid use of macro? (Select all that apply)

Options:

A.

index=main source=mySource oldField=* |'makeMyField(oldField)'| table _time newField

B.

index=main source=mySource oldField=* | stats if('makeMyField(oldField)') | table _time newField

C.

index=main source=mySource oldField=* | eval newField='makeMyField(oldField)'| table _time newField

D.

index=main source=mySource oldField=* | "'newField('makeMyField(oldField)')'" | table _time newField

Buy Now
Questions 45

Which of the following statements describes POST workflow actions?

Options:

A.

POST workflow actions are always encrypted.

B.

POST workflow actions cannot use field values in their URI.

C.

POST workflow actions cannot be created on custom sourcetypes.

D.

POST workflow actions can open a web page in either the same window or a new .

Buy Now
Questions 46

What do events in a transaction have In common?

Options:

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.

Buy Now
Questions 47

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

Options:

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.

Buy Now
Questions 48

Which of the following Statements about macros is true? (select all that apply)

Options:

A.

Arguments are defined at execution time.

B.

Arguments are defined when the macro is created.

C.

Argument values are used to resolve the search string at execution time.

D.

Argument values are used to resolve the search string when the macro is created.

Buy Now
Questions 49

Which of the following knowledge objects represents the output of an eval expression?

Options:

A.

Eval fields

B.

Calculated fields

C.

Field extractions

D.

Calculated lookups

Buy Now
Questions 50

Which of the following statements describes Search workflow actions?

Options:

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

Buy Now
Questions 51

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

Options:

A.

Search string

B.

Data model name

C.

Permission setting

D.

An eval statement

Buy Now
Questions 52

What is required for a macro to accept three arguments?

Options:

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.

Buy Now
Questions 53

How does a user display a chart in stack mode?

Options:

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.

Buy Now
Questions 54

Which of the following file formats can be extracted using a delimiter field extraction?

Options:

A.

CSV

B.

PDF

C.

XML

D.

JSON

Buy Now
Questions 55

What are the two parts of a root event dataset?

Options:

A.

Fields and variables.

B.

Fields and attributes.

C.

Constraints and fields.

D.

Constraints and lookups.

Buy Now
Questions 56

Data model are composed of one or more of which of the following datasets? (select all that apply.)

Options:

A.

Events datasets

B.

Search datasets

C.

Transaction datasets

D.

Any child of event, transaction, and search datasets

Buy Now
Questions 57

Which of the following statements describes macros?

Options:

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.

Buy Now
Questions 58

Which of the following statements is true, especially in large environments?

Options:

A.

Use the scats command when you next to group events by two or more fields.

B.

The stats command is faster and more efficient than the transaction command

C.

The transaction command is faster and more efficient than the stats command.

D.

Use the transaction command when you want to see the results of a calculation.

Buy Now
Questions 59

Which of the following statements describe the Common Information Model (CIM)? (select all that apply)

Options:

A.

CIM is a methodology for normalizing data.

B.

CIM can correlate data from different sources.

C.

The Knowledge Manager uses the CIM to create knowledge objects.

D.

CIM is an app that can coexist with other apps on a single Splunk deployment.

Buy Now
Questions 60

Calculated fields can be based on which of the following?

Options:

A.

Tags

B.

Extracted fields

C.

Output fields for a lookup

D.

Fields generated from a search string

Buy Now
Questions 61

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

Options:

A.

0

B.

N/A

C.

NaN

D.

NULL

Buy Now
Questions 62

Which of the following statements describes this search?

sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)

Options:

A.

This is a valid search and will display a timechart of the average duration, of each transaction event.

B.

This is a valid search and will display a stats table showing the maximum pause among transactions.

C.

No results will be returned because the transaction command must include the startswith and endswith options.

D.

No results will be returned because the transaction command must be the last command used in the search pipeline.

Buy Now
Questions 63

When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)

Options:

A.

Tabs

B.

Pipes

C.

Colons

D.

Spaces

Buy Now
Questions 64

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

Options:

A.

Tag= Priv

B.

Tag= Pri*

C.

Tag= Priv*

D.

Tag= Privileged

Buy Now
Questions 65

Selected fields are displayed ______each event in the search results.

Options:

A.

below

B.

interesting fields

C.

other fields

D.

above

Buy Now
Questions 66

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

Options:

A.

Label, URI, search string.

B.

XMI attributes, URI, name.

C.

Label, URI, post arguments.

D.

URI, search string, time range picker.

Buy Now
Questions 67

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?

Options:

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.

Buy Now
Questions 68

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

Options:

A.

Macros.

B.

Field aliases.

C.

The rename command.

D.

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

Buy Now
Questions 69

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

Options:

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.

Buy Now
Questions 70

Which of the following describes the Splunk Common Information Model (CIM) add-on?

Options:

A.

The CIM add-on uses machine learning to normalize data.

B.

The CIM add-on contains dashboards that show how to map data.

C.

The CIM add-on contains data models to help you normalize data.

D.

The CIM add-on is automatically installed in a Splunk environment.

Buy Now
Questions 71

Which of the following statements describes field aliases?

Options:

A.

Field alias names replace the original field name.

B.

Field aliases can be used in lookup file definitions.

C.

Field aliases only normalize data across sources and sourcetypes.

D.

Field alias names are not case sensitive when used as part of a search.

Buy Now
Questions 72

When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?

Options:

A.

Rank

B.

Weight

C.

Priority

D.

Precedence

Buy Now
Questions 73

Which of the following statements describe the search below? (select all that apply)

Index=main I transaction clientip host maxspan=30s maxpause=5s

Options:

A.

Events in the transaction occurred within 5 seconds.

B.

It groups events that share the same clientip and host.

C.

The first and last events are no more than 5 seconds apart.

D.

The first and last events are no more than 30 seconds apart.

Buy Now
Questions 74

Which of the following statements describe calculated fields? (select all that apply)

Options:

A.

Calculated fields can be used in the search bar.

B.

Calculated fields can be based on an extracted field.

C.

Calculated fields can only be applied to host and sourcetype.

D.

Calculated fields are shortcuts for performing calculations using the eval command.

Buy Now
Questions 75

Which of the following eval command function is valid?

Options:

A.

Int ()

B.

Count ( )

C.

Print ()

D.

Tostring ()

Buy Now
Questions 76

A calculated field maybe based on which of the following?

Options:

A.

Lookup tables

B.

Extracted fields

C.

Regular expressions

D.

Fields generated within a search string

Buy Now
Questions 77

Which of the following actions can the eval command perform?

Options:

A.

Remove fields from results.

B.

Create or replace an existing field.

C.

Group transactions by one or more fields.

D.

Save SPL commands to be reused in other searches.

Buy Now
Questions 78

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

Options:

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.

Buy Now
Questions 79

To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?

Options:

A.

Index-main | REJECT trans sessionid

B.

Index-main | transaction sessionid | search REJECT

C.

Index=main | transaction sessionid | whose transaction=reject

D.

Index=main | transaction sessionid | where transaction=reject’’

Buy Now
Questions 80

Which are valid ways to create an event type? (select all that apply)

Options:

A.

By using the searchtypes command in the search bar.

B.

By editing the event_type stanza in the props.conf file.

C.

By going to the Settings menu and clicking Event Types > New.

D.

By selecting an event in search results and clicking Event Actions > Build Event Type.

Buy Now
Questions 81

A space is an implied _____ in a search string.

Options:

A.

OR

B.

AND

C.

()

D.

NOT

Buy Now
Questions 82

When using timechart, how many fields can be listed after a by clause?

Options:

A.

because timechart doesn't support using a by clause.

B.

because _time is already implied as the x-axis.

C.

because one field would represent the x-axis and the other would represent the y-axis.

D.

There is no limit specific to timechart.

Buy Now
Questions 83

Based on the macro definition shown below, what is the correct way to execute the macro in a search string?

Options:

A.

Convert_sales (euro, €, 79)”

B.

Convert_sales (euro, €, .79)

C.

Convert_sales ($euro,$€$,s79$

D.

Convert_sales ($euro, $€$,S,79$)

Buy Now
Questions 84

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

Options:

A.

GET

B.

POST

C.

LOOKUP

D.

Search

Buy Now
Questions 85

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

Buy Now
Questions 86

What is the relationship between data models and pivots?

Options:

A.

Data models provide the datasets for pivots.

B.

Pivots and data models have no relationship.

C.

Pivots and data models are the same thing.

D.

Pivots provide the datasets for data models.

Buy Now
Questions 87

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

Sourcetype=access_combined | transaction JSESSIONID

Options:

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.

Buy Now
Exam Code: SPLK-1002
Exam Name: Splunk Core Certified Power User Exam
Last Update: May 2, 2025
Questions: 286
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now SPLK-1002