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

SPLK-1002 Splunk Core Certified Power User Exam Questions and Answers

Questions 4

What does the following search do?

Options:

A.

Creates a table of the total count of users and split by corndogs.

B.

Creates a table of the total count of mysterymeat corndogs split by user.

C.

Creates a table with the count of all types of corndogs eaten split by user.

D.

Creates a table that groups the total number of users by vegetarian corndogs.

Buy Now
Questions 5

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)

Options:

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.

Buy Now
Questions 6

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 7

Which group of users would most likely use pivots?

Options:

A.

Users

B.

Architects

C.

Administrators

D.

Knowledge Managers

Buy Now
Questions 8

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 9

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

Options:

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.

Buy Now
Questions 10

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 11

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 12

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 13

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 14

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 15

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 16

A user wants to convert numeric field values to strings and also to sort on those values.

Which command should be used first, the eval or the sort?

Options:

A.

It doesn't matter whether eval or sort is used first.

B.

Convert the numeric to a string with eval first, then sort.

C.

Use sort first, then convert the numeric to a string with eval.

D.

You cannot use the sort command and the eval command on the same field.

Buy Now
Questions 17

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 18

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 19

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 20

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 21

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

Options:

A.

Tabs

B.

Pipes

C.

Spaces

D.

Commas

Buy Now
Questions 22

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 23

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

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

Options:

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.

Buy Now
Questions 25

Which of the following eval command function is valid?

Options:

A.

Int ()

B.

Count ( )

C.

Print ()

D.

Tostring ()

Buy Now
Questions 26

Which of the following can be used with the eval command tostring function (select all that apply)

Options:

A.

‘’hex’’

B.

‘’commas’’

C.

‘’Decimal’’

D.

‘’duration’’

Buy Now
Questions 27

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

Options:

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.

Buy Now
Questions 28

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 29

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 30

Which of the following is the correct way to use the data model command to search field in the data model within the web dataset?

Options:

A.

| datamodel web search | filed web *

B.

| Search datamodel web web | filed web*

C.

| datamodel web web field | search web*

D.

Datamodel=web | search web | filed web*

Buy Now
Questions 31

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 32

Which of the following statements describe data model acceleration? (select all that apply)

Options:

A.

Root events cannot be accelerated.

B.

Accelerated data models cannot be edited.

C.

Private data models cannot be accelerated.

D.

You must have administrative permissions or the accelerate_dacamodel capability to accelerate a data model.

Buy Now
Questions 33

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 34

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 35

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 36

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 37

Which of the following statements describe GET workflow actions?

Options:

A.

GET workflow actions must be configured with POST arguments.

B.

Configuration of GET workflow actions includes choosing a sourcetype.

C.

Label names for GET workflow actions must include a field name surrounded by dollar signs.

D.

GET workflow actions can be configured to open the URT link in the current window or in a new window

Buy Now
Questions 38

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 39

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 40

In what order arc the following knowledge objects/configurations applied?

Options:

A.

Field Aliases, Field Extractions, Lookups

B.

Field Extractions, Field Aliases, Lookups

C.

Field Extractions, Lookups, Field Aliases

D.

Lookups, Field Aliases, Field Extractions

Buy Now
Questions 41

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 42

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 43

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

Options:

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.

Buy Now
Questions 44

How is a macro referenced in a search?

Options:

A.

By using the macroname command.

B.

By using the macro command.

C.

By enclosing the macro name in backtick characters (‘).

D.

By enclosing the macro name in single-quote characters (‘).

Buy Now
Questions 45

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

Options:

A.

The Field Extractor automatically extracts all field at search time.

B.

The Field Extractor uses PERL to extract field from the raw events.

C.

Field extracted using the Extracted persist as knowledge objects.

D.

Fields extracted using the Field Extractor do not persist and must be defined for each search.

Buy Now
Questions 46

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 47

Which of the following describes the I transaction command?

Options:

A.

It is an SPL command that groups at least two events together based on shared values in selected fields.

B.

It allows an exchange of data from one Splunk index to another Splunk index.

C.

It is an SPL command that groups events together with shared values in selected fields.

D.

It allows an exchange of data from one Splunk system to another Splunk system.

Buy Now
Questions 48

How many ways are there to access the Field Extractor Utility?

Options:

A.

3

B.

4

C.

1

D.

5

Buy Now
Questions 49

What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?

Options:

A.

Consult the CIM data model reference tables.

B.

Run a search using the authentication command.

C.

Consult the CIM event type reference tables.

D.

Run a search using the correlation command.

Buy Now
Questions 50

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 51

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

Options:

A.

Orchestrating

B.

Transforming

C.

Statistical

D.

Generating

Buy Now
Questions 52

Which workflow action type performs a secondary search?

Options:

A.

POST

B.

Drilldown

C.

GET

D.

Search

Buy Now
Questions 53

Which of the following searches show a valid use of a macro? (Choose 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 54

Which of the following statements describes calculated fields?

Options:

A.

Calculated fields are only used on fields added by lookups.

B.

Calculated fields are a shortcut for repetitive and complex eval commands.

C.

Calculated fields are a shortcut for repetitive and complex calc commands.

D.

Calculated fields automatically calculate the simple moving average for indexed fields.

Buy Now
Questions 55

Which workflow action method can be used the action type is set to link?

Options:

A.

GET

B.

PUT

C.

Search

D.

UPDATE

Buy Now
Questions 56

Which workflow uses field values to perform a secondary search?

Options:

A.

POST

B.

Action

C.

Search

D.

Sub-Search

Buy Now
Questions 57

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

Options:

A.

Access

B.

Accounting

C.

Authorization

D.

Authentication

Buy Now
Questions 58

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?

Options:

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

Buy Now
Questions 59

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.

Buy Now
Questions 60

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

Options:

A.

Search macros

B.

Event category tags

C.

Workflow actions

D.

tsidx files

Buy Now
Questions 61

This clause is used to group the output of a stats command by a specific name.

Options:

A.

Rex

B.

As

C.

List

D.

By

Buy Now
Questions 62

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

Options:

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.

Buy Now
Questions 63

What type of command is eval?

Options:

A.

Streaming in some modes

B.

Report generating

C.

Distributable streaming

D.

Centralized streaming

Buy Now
Questions 64

When defining a macro, what are the required elements?

Options:

A.

Name and arguments.

B.

Name and a validation error message.

C.

Name and definition.

D.

Definition and arguments.

Buy Now
Questions 65

What is a limitation of searches generated by workflow actions?

Options:

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.

Buy Now
Questions 66

Field aliases are used to __________ data

Options:

A.

clean

B.

transform

C.

calculate

D.

normalize

Buy Now
Questions 67

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

Options:

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.

Buy Now
Questions 68

Consider the the following search run over a time range of last 7 days:

index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane

Which option is used to change the default time span so that results are grouped into 12 hour intervals?

Options:

A.

span=12h

B.

timespan=12h

C.

span=12

D.

timespan=12

Buy Now
Questions 69

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

Options:

A.

index-server_472 sourcetype-BETA_494 code-488 I stats count by code

B.

index=server_472 sourcetype=BETA_494 code=488 [I inputlookup append=t servercode.csv]

C.

index=server_472 sourcetype=BETA_494 code=488 I stats where code > 200

D.

index=server_472 sourcetype=BETA_494 code-488

Buy Now
Questions 70

Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?

Options:

A.

Datamodel command reference guide.

B.

Pivot users manual.

C.

Search and reporting user manual.

D.

CIM Add-on manual.

Buy Now
Questions 71

What is the correct syntax to find events associated with a tag?

Options:

A.

tag:=

B.

tags=

C.

tags:=

D.

tag=

Buy Now
Questions 72

Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)

Options:

A.

User permissions

B.

Alerts

C.

Databases

D.

Email

Buy Now
Questions 73

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?

Options:

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

Buy Now
Questions 74

The transaction command allows you to __________ events across multiple sources

Options:

A.

duplicate

B.

correlate

C.

persist

D.

tag

Buy Now
Questions 75

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.

Buy Now
Questions 76

When can a pipe follow a macro?

Options:

A.

A pipe may always follow a macro.

B.

The current user must own the macro.

C.

The macro must be defined in the current app.

D.

Only when sharing is set to global for the macro.

Buy Now
Questions 77

If a calculated field has the same name as an extracted field, what happens to the extracted field?

Options:

A.

The calculated field will override the extracted field.

B.

The calculated and extracted fields will be combined.

C.

The calculated field will duplicate the extracted field.

D.

An error will be returned and the search will fail.

Buy Now
Exam Code: SPLK-1002
Exam Name: Splunk Core Certified Power User Exam
Last Update: May 18, 2024
Questions: 257
SPLK-1002 pdf

SPLK-1002 PDF

$28  $80
SPLK-1002 Engine

SPLK-1002 Testing Engine

$33.25  $95
SPLK-1002 PDF + Engine

SPLK-1002 PDF + Testing Engine

$45.5  $130