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

SPLK-1002 Questions and Answers

Question # 6

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

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

A.

Convert_sales (euro, €, 79)”

B.

Convert_sales (euro, €, .79)

C.

Convert_sales ($euro,$€$,s79$

D.

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

Full Access
Question # 8

These users can create global knowledge objects. (Select all that apply.)

A.

users

B.

power users

C.

administrators

Full Access
Question # 9

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

A.

True

B.

False

Full Access
Question # 10

What does the fillnull command do in this search?

index=main sourcetype=http:log | fillnull value="Unknown" src

A.

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

B.

Set all fields that are null to "Unknown".

C.

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

D.

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

Full Access
Question # 11

Complete the search, …. | _____ failure>successes

A.

Search

B.

Where

C.

If

D.

Any of the above

Full Access
Question # 12

Which workflow uses field values to perform a secondary search?

A.

POST

B.

Action

C.

Search

D.

Sub-Search

Full Access
Question # 13

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

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

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

A.

CSV

B.

PDF

C.

XML

D.

JSON

Full Access
Question # 16

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

Using the Field Extractor (FX) tool, a value is highlighted to extract and give a name to a new field. Splunk has not successfully extracted that value from all appropriate events. What steps can be taken so Splunk successfully extracts the value from all appropriate events? (select all that apply)

A.

Select an additional sample event with the Field Extractor (FX) and highlight the missing value in the event.

B.

Re-ingest the data and attempt to extract from a new dataset.

C.

Click on the event where the field was not extracted and choose “Change to Delimited".

D.

Edit the regular expression manually.

Full Access
Question # 18

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

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

A.

samplemacro[2]

B.

samplemacro[1,2]

C.

samplemacro(2)

D.

samplemacro(1,2)

Full Access
Question # 20

In which Settings section are macros defined?

A.

Fields

B.

Tokens

C.

Advanced Search

D.

Searches, Reports, Alerts

Full Access
Question # 21

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

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

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

A.

sourcetype

B.

index

C.

source

D.

host

Full Access
Question # 24

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

When can a pipe follow a macro?

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.

Full Access
Question # 26

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

Which of the following commands support the same set of functions?

A.

stats, eval, table

B.

search, where, eval

C.

stats, chart, timechart

D.

transaction, chart, timechart

Full Access
Question # 28

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

What is the purpose of the fillnull command?

A.

Replace empty values with a specified value.

B.

Create a new field based on the values in an existing field.

C.

Rename a specific field in the search results.

D.

Replace all values in a specific field with a default value.

Full Access
Question # 30

Which of the following searches would create a graph similar to the one below?

A.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | start count states

B.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | chart count states by -time

C.

index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status maxspan-id | timechart count by status

D.

None of these searches would generate a similart graph.

Full Access
Question # 31

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

By default search results are not returned in ________ order.

A.

Chronological

B.

Reverser chronological

C.

ASCIE

D.

Alphabetical

Full Access
Question # 33

Highlighted search terms indicate _________ search results in Splunk.

A.

Display as selected fields.

B.

Sorted

C.

Charted based on time

D.

Matching

Full Access
Question # 34

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

What commands can be used to group events from one or more data sources?

A.

eval, coalesce

B.

transaction, stats

C.

stats, format

D.

top, rare

Full Access
Question # 36

Which of these is NOT a field that is automatically created with the transaction command?

A.

maxcount

B.

duration

C.

eventcount

Full Access
Question # 37

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

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.

Full Access
Question # 38

The gauge command:

A.

creates a single-value visualization

B.

allows you to set colored ranges for a single-value visualization

C.

creates a radial gauge visualization

Full Access
Question # 39

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

A.

Xml

B.

Json

C.

Html

D.

A php file

Full Access
Question # 40

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

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

A.

startswith

B.

with

C.

startingwith

D.

firstevent

Full Access
Question # 42

When using transaction, what is the default maximum span between events?

A.

Unlimited

B.

1h

C.

1m

D.

1d

Full Access
Question # 43

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

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

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

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

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.

Full Access
Question # 47

Which of the following are valid options to speed up reports? (Select all the apply.)

A.

Edit permissions

B.

Edit description

C.

Edit acceleration

D.

Edit schedule

Full Access
Question # 48

Select this in the fields sidebar to automatically pipe you search results to the rare command

A.

events with this field

B.

rare values

C.

top values by time

D.

top values

Full Access
Question # 49

Selected fields are displayed ______each event in the search results.

A.

below

B.

interesting fields

C.

other fields

D.

above

Full Access
Question # 50

Which of the following about reports is/are true?

A.

Reports are knowledge objects.

B.

Reports can be scheduled.

C.

Reports can run a script.

D.

All of the above.

Full Access
Question # 51

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

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

A.

User permissions

B.

Alerts

C.

Databases

D.

Email

Full Access
Question # 53

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

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

A.

Alerts

B.

Email

C.

Database

D.

User permissions

Full Access
Question # 55

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

A.

3

B.

4

C.

1

D.

5

Full Access
Question # 56

When using the Field Extractor (FX) to perform a field extraction, which delimiter can be used?

A.

A period or comma.

B.

A comma.

C.

A tab or space.

D.

Any consistent character.

Full Access
Question # 57

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

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

Which of the following is a feature of the Pivot tool?

A.

Creates lookups without using SPL.

B.

Data Models are not required.

C.

Creates reports without using SPL

D.

Datasets are not required.

Full Access
Question # 60

Which workflow action type performs a secondary search?

A.

POST

B.

Drilldown

C.

GET

D.

Search

Full Access
Question # 61

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?

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.

Full Access
Question # 62

Which of the following statements describes this search?

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

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.

Full Access
Question # 63

What are the expected search results from executing the following SPL command?

index=network NOT StatusCode=200

A.

Every event in the network index that does not have a value in this field.

B.

Every event in the network index that does not contain a StatusCode of 200 and excluding events that do not have a value in this field.

C.

Every event in the network index that does not contain a StatusCode of 200, including events that do not have a value in this field.

D.

No results as the syntax is incorrect, the != field expression needs to be used instead of the NOT operator.

Full Access
Question # 64

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

How is a variable for a macro defined?

A.

Place the variable name inside of curly braces: {variable name}.

B.

Place the variable name inside of asterisks: variable name.

C.

Place the variable name inside of dollar signs: $variable name$.

D.

Place the variable name inside of percentage signs: %variable name%.

Full Access
Question # 66

which of the following are valid options with the chart command

A.

useother

B.

usenull

C.

fillfield

D.

usefiled

Full Access
Question # 67

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

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

A.

Transaction datasets

B.

Events datasets

C.

Search datasets

D.

Any child of event, transaction, and search datasets

Full Access
Question # 69

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

The stats command will create a _____________ by default.

A.

Table

B.

Report

C.

Pie chart

Full Access
Question # 71

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

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

A.

GET

B.

PUT

C.

Search

D.

UPDATE

Full Access
Question # 73

The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?

A.

KV Store

B.

Lookups

C.

Saved searches

D.

Data models

Full Access
Question # 74

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

A.

Field Aliases, Field Extractions, Lookups

B.

Field Extractions, Field Aliases, Lookups

C.

Field Extractions, Lookups, Field Aliases

D.

Lookups, Field Aliases, Field Extractions

Full Access
Question # 75

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

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.

Full Access
Question # 76

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

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

What is the correct format for naming a macro with multiple arguments?

A.

monthly_sales(argument 1, argument 2, argument 3)

B.

monthly_sales(3)

C.

monthly_sales[3]

D.

monthly_sales[argument 1, argument 2, argument 3)

Full Access
Question # 79

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

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

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

A.

Host

B.

Sourcetype

C.

Index

D.

Source

Full Access
Question # 82

The fields sidebar does not show________. (Select all that apply.)

A.

interesting fields

B.

selected fields

C.

all extracted fields

Full Access
Question # 83

What happens to the original field name when a field alias is created?

A.

The original field name is not affected by the creation of a field alias.

B.

The original field name is replaced by the field alias within the index.

C.

The original field name is italicized to indicate that it is not an alias.

D.

The original field name still exists in the index but is not visible to the user at search time.

Full Access
Question # 84

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

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

Full Access
Question # 85

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

A.

POST

B.

Search

C.

GET

D.

Format

Full Access
Question # 86

Which of the following is NOT a stats function:

A.

sum

B.

addtotals

C.

count

D.

avg

Full Access
Question # 87

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

A.

Tags

B.

Joins

C.

Subsearches

D.

Pipes

Full Access
Question # 88

By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?

A.

Turned off

B.

Turned on

C.

Determined automatically based on the sourcetype.

D.

Determined automatically based on the data source.

Full Access