You are on page 1of 31

IT Certification Guaranteed, The Easy Way!

Exam : SPLK-1002

Title : Splunk Core Certified Power


User Exam

Vendor : Splunk

Version : V13.95

1
IT Certification Guaranteed, The Easy Way!

NO.1 When using a split series on a chart, the series MUST be displayed using the STACKED option.
A. True
B. False
Answer: B

NO.2 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.
Answer: D

NO.3 Which of the following statements describes Search workflow actions?


A. By default. Search workflow actions will run as a real-time search.
B. Search workflow actions can be configured as scheduled searches,
C. The user can define the time range of the search when created the workflow action.
D. Search workflow actions cannot be configured with a search string that includes the transaction
command
Answer: C

NO.4 Which of the following Statements about macros is true? (select all that apply)
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.
Answer: B D

NO.5 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.
Answer: A

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


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.

2
IT Certification Guaranteed, The Easy Way!

D. Use the transaction command when you want to see the results of a calculation.
Answer: B
Reference:https://answers.splunk.com/answers/103/transaction-vs-stats-commands.html

NO.7 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.
Answer: B

NO.8 What is required for a macro to accept three arguments?


A. The macro's name ends with (3).
B. The macro's name starts with (3).
C. The macro's argument count setting is 3 or more.
D. Nothing, all macros can accept any number of arguments.
Answer: A

NO.9 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.
Answer: A C D

NO.10 Which of the following statements about tags is true?


A. Tags are case insensitive.
B. Tags are created at index time.
C. Tags can make your data more understandable.
D. Tags are searched by using the syntax tag: : <fieldneme>
Answer: C

NO.11 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
Answer: C

NO.12 When using the transaction command, what does the argument maxspan do?
A. Sets the maximum total time between events in a transaction.
B. Sets the maximum length of all events within a transaction.

3
IT Certification Guaranteed, The Easy Way!

C. Sets the maximum total time between the earliest and latest events in a transaction.
D. Sets the maximum length that any single event can reach to be included in the transaction.
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transaction

NO.13 These users can create global knowledge objects. (Select all that apply.)
A. users
B. power users
C. administrators
Answer: B C

NO.14 Which of the following eval command function is valid?


A. Int ()
B. Count ( )
C. Print ()
D. Tostring ()
Answer: D

NO.15 The timechart command buckets data in time intervals depending on:
A. the number of events returned
B. the selected time range
C. the type of visualization selected
Answer: B

NO.16 This tab shows you the event patterns in the results of a specific search.
A. statistics
B. visualization
C. patterns
Answer: C

NO.17 Which of the following statements are true for this search? (Select all that apply.) SEARCH:
sourcetype=access* |fields action productld status
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
Answer: C

NO.18 Which is not a comparison operator in Splunk


A. <=
B. =
C. !=
D. >

4
IT Certification Guaranteed, The Easy Way!

E. ?=
Answer: E

NO.19 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.
Answer: A
Explanation
https://docs.splunk.com/Documentation/Splunk/8.0.2/SearchReference/Eval The eval command
calculates an expression and puts the resulting value into a search results field.
* If the field name that you specify does not match a field in the output, a new field is added to the
search results.
* If the field name that you specify matches a field name that already exists in the search results, the
results of the eval expression overwrite the values in that field.

NO.20 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
Answer: B

NO.21 What is the relationship between data models and pivots?


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.
Answer: A

NO.22 Selected fields are displayed ______each event in the search results.
A. below
B. interesting fields
C. other fields
D. above
Answer: A

NO.23 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

5
IT Certification Guaranteed, The Easy Way!

Answer: B
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/WhatisSplunkknowled
ge

NO.24 Which of the following statements describe GET workflow actions?


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
Answer: D

NO.25 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.
Answer: A B D
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/definecalcfields

NO.26 What is the correct syntax to search for a tag associated with a value on a specific fields?
A. Tag-<field?
B. Tag<filed(tagname.)
C. Tag=<filed>::<tagname>
D. Tag::<filed>=<tagname>
Answer: D
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Tagandaliasfieldvaluesi
nSplunkWe

NO.27 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
Answer: D

NO.28 Which of the following statements describes field aliases?


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.
Answer: B

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

6
IT Certification Guaranteed, The Easy Way!

A. True
B. False
Answer: A

NO.30 What does the transaction command do?


A. Groups a set of transactions based on time.
B. Creates a single event from a group of events.
C. Separates two events based on one or more values.
D. Returns the number of credit card transactions found in the event logs.
Answer: B

NO.31 To identify all of the contributing events within a transaction that contains at least one
REJECT event, which syntax is correct?
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''
Answer: B

NO.32 When using a field value variable with a Workflow Action, which punctuation mark will
escape the data
A. *
B. !
C. ^
D. #
Answer: B

NO.33 What does the following search do?

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.
Answer: B

NO.34 This function of the stats command allows you to return the middle-most value of field X.
A. Median(X)
B. Eval by X
C. Fields(X)
D. Values(X)
Answer: A

NO.35 These allow you to categorize events based on search terms.

7
IT Certification Guaranteed, The Easy Way!

Select your answer.


A. Groups
B. Event Types
C. Macros
D. Tags
Answer: B

NO.36 The transaction command allows you to __________ events across multiple sources
A. duplicate
B. correlate
C. persist
D. tag
Answer: B

NO.37 Data model are composed of one or more of which of the fo-owing datasets? (select all that
apply.)
A. Events datasets
B. Search datasets
C. Transaction datasets
D. Any child of event, transaction, and search datasets
Answer: A B C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Aboutdatamodels

NO.38 A data model consists of which three types of datasets?


A. Constraint, field, value.
B. Events, searches, transactions.
C. Field extraction, regex, delimited.
D. Transaction, session ID, metadata.
Answer: B
Explanation
The building block of a data model. Each data model is composed of one or more data model
datasets. Each dataset within a data model defines a subset of the dataset represented by the data
model as a whole.
Data model datasets have a hierarchical relationship with each other, meaning they have parent-child
relationships. Data models can contain multiple dataset hierarchies. There are three types of dataset
hierarchies: event, search, and transaction.
https://docs.splunk.com/Splexicon:Datamodeldataset

NO.39 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.

8
IT Certification Guaranteed, The Easy Way!

Answer: D

NO.40 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
Answer: B

NO.41 Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
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.
Answer: A B D

NO.42 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 person in the organization running the report does not have access to the index.
C. The extraction is private-
D. The dashboard is private.
Answer: B,C

NO.43 By default search results are not returned in ________ order.


A. Chronological
B. Reverser chronological
C. ASCIE
D. Alphabetical
Answer: A D

NO.44 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.
Answer: C D

9
IT Certification Guaranteed, The Easy Way!

NO.45 This role is required to install the CIM Add-on.


Select your answer.
A. ADMIN
B. POWER
C. USER
Answer: A

NO.46 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)
Answer: C
Reference:http://hilllaneconsulting.co.uk/blog/?p=640

NO.47 For choropleth maps,splunk ships with the following KMZ files (select all that apply)
A. States of the United States
B. States and provinces of the united states and Canada
C. Countries of the European Union
D. Countries of the World
Answer: A D

NO.48 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
Answer: C

NO.49 Use the dedup command to _____.


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
Answer: B

NO.50 Alert throttling is used to _______.


A. verify each alert
B. stagger search request in a time sequenced order
C. stop spamming yourself with alerts
D. check severity
Answer: C

NO.51 When using| timechart by host, which field is represented in the x-axis?

10
IT Certification Guaranteed, The Easy Way!

A. date
B. host
C. time
D. _time
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Timechart

NO.52 Field aliases are used to __________ data


A. clean
B. transform
C. calculate
D. normalize
Answer: D

NO.53 Complete the search, .... | _____ failure>successes


A. Search
B. Where
C. If
D. Any of the above
Answer: B

NO.54 A space is an implied _____ in a search string.


A. OR
B. AND
C. ()
D. NOT
Answer: B

NO.55 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.
Answer: A

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

11
IT Certification Guaranteed, The Easy Way!

A. Tags are case-insensitive.


B. Tags are based on field/vale pairs.
C. Tags categorize events based on a search.
D. Tags are designed to make data more understandable.
Answer: B D

NO.57 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)
Answer: C

NO.58 How many ways are there to access the Field Extractor Utility?
A. 3
B. 4
C. 1
D. 5
Answer: A

NO.59 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.
Answer: A C D
Reference:https://www.edureka.co/blog/splunk-events-event-types-and-tags/

NO.60 Which search would limit an "alert" tag to the "host" field?
A. tag=alert
B. host::tag::alert
C. tag==alert
D. tag::host=alert
Answer: D

NO.61 Which command is used to create choropleth maps?


A. geostats
B. cluster
C. geom
Answer: C

NO.62 The Splunk CIM Add-on includes data models in a __________ format.
Select your answer.

12
IT Certification Guaranteed, The Easy Way!

A. MySQL
B. XML
C. JSON
Answer: C

NO.63 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.
Answer: B C D

NO.64 Which delimiters can the Field Extractor (FX) detect? (select all that apply)
A. Tabs
B. Pipes
C. Spaces
D. Commas
Answer: B C D
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/FXSelectMethodstep

NO.65 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
Answer: D

NO.66 When using timechart, how many fields can be listed after a by clause?
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.
Answer: B

NO.67 What do events in a transaction have In common?


A. All events In a transaction must have the same timestamp.
B. All events in a transaction must have the same sourcetype.
C. All events in a transaction must have the exact same set of fields.
D. All events in a transaction must be related by one or more fields.
Answer: D
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Abouttransactions

13
IT Certification Guaranteed, The Easy Way!

NO.68 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
Answer: A

NO.69 Which of the following describes the Splunk Common Information Model (CIM) add-on?
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.
Answer: C

NO.70 When performing a regular expression (regex) field extraction using the Field Extractor (FX),
what happens when the require option is used?
A. The regex can no longer be edited.
B. The field being extracted will be required for all future events.
C. The events without the required field will not display in searches.
D. Only events with the required string will be included in the extraction.
Answer: D

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

A. Convert_sales (euro, E, 79)"

14
IT Certification Guaranteed, The Easy Way!

B. Convert_sales (euro, E, .79)


C. Convert_sales ($euro,$E$,s79$
D. Convert_sales ($euro, $E$,S,79$)
Answer: B
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Usesearchmacros

NO.72 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
Answer: A

NO.73 When multiple event types with different color values are assigned to the same event, what
determines the color displayed for the events?
A. Rank
B. Weight
C. Priority
D. Precedence
Answer: C
Reference:https://docs.splunk.com/Documentation/SplunkCloud/8.0.2003/Knowledge/Defineeventt
ypes

NO.74 When you mouse over and click to add a search term this (thesE. Boolean operator(s) is(arE.
not implied.
(Select all that apply).
A. OR
B. ( )
C. AND
D. NOT
Answer: A B D

NO.75 Which of the following statements describes the use of the Filed Extractor (FX)?
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.
Answer: D

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


A. Search string
B. Data model name
C. Permission setting

15
IT Certification Guaranteed, The Easy Way!

D. An eval statement
Answer: A
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Setupasearchworkflow
action

NO.77 This is what Splunk uses to categorize the data that is being indexed.
A. sourcetype
B. index
C. source
D. host
Answer: A

NO.78 Which workflow uses field values to perform a secondary search?


A. POST
B. Action
C. Search
D. Sub-Search
Answer: C
Explanation
https://docs.splunk.com/Documentation/Splunk/8.0.2/Knowledge/CreateworkflowactionsinSplunkW
eb

NO.79 When using the Field Extractor (FX), which of the following delimiters will work? (select all
that apply)
A. Tabs
B. Pipes
C. Colons
D. Spaces
Answer: A B D
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/FXSelectMethodstep

NO.80 Which statement is true?


A. Pivot is used for creating datasets.
B. Data model are randomly structured datasets.
C. Pivot is used for creating reports and dashboards.
D. In most cases, each Splunk user will create their own data model.
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Pivot/IntroductiontoPivot

NO.81 Which of the following workflow actions can be executed from search results? (select all that
apply)
A. GET
B. POST
C. LOOKUP

16
IT Certification Guaranteed, The Easy Way!

D. Search
Answer: A B D

NO.82 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
Answer: B C D

NO.83 In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined
status!=200 | chart count over host
A. status
B. host
C. count
Answer: C

NO.84 After manually editing; a regular expression (regex), which of the following statements is
true?
A. Changes made manually can be reverted in the Field Extractor (FX) UI.
B. It is no longer possible to edit the field extraction in the Field Extractor (FX) UI.
C. It is not possible to manually edit a regular expression (regex) that was created using the Field
Extractor (FX) UI.
D. The Field Extractor (FX) UI keeps its own version of the field extraction in addition to the one that
was manually edited.
Answer: D

NO.85 What is the correct way to name a macro with two arguments?
A. us_sales2
B. us_sales(1,2)
C. us_sale,2
D. us_sales(2)
Answer: D

NO.86 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.
Answer: C

NO.87 which of the following are valid options with the chart command
A. useother

17
IT Certification Guaranteed, The Easy Way!

B. usenull
C. fillfield
D. usefiled
Answer: A B

NO.88 Which of the following statements describes POST workflow actions?


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 .
Answer: D

NO.89 Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
A. Events will be returned from dataset named Application_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
Answer: B

NO.90 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.
Answer: D

NO.91 This clause is used to group the output of a stats command by a specific name.
A. Rex
B. As
C. List
D. By
Answer: B

NO.92 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.
Answer: B

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

18
IT Certification Guaranteed, The Easy Way!

A. interesting fields
B. selected fields
C. all extracted fields
Answer: C

NO.94 Which of the following search modes automatically returns all extracted fields in the fields
sidebar?
A. Fast
B. Smart
C. Verbose
Answer: C

NO.95 Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
A. An additional filed named maxspan is created.
B. An additional field named duration is created.
C. An additional field named eventcount is created.
D. Events with the same JSESSIONID will be grouped together into a single event.
Answer: B C D

NO.96 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
Answer: A
Reference:https://answers.splunk.com/answers/653427/fillnull-doesnt-work-without-specfying-a-
field.html

NO.97 Which workflow action method can be used the action type is set to link?
A. GET
B. PUT
C. Search
D. UPDATE
Answer: A
Explanation
https://docs.splunk.com/Documentation/Splunk/8.0.2/Knowledge/SetupaGETworkflowaction Define
a GET workflow action Steps
* Navigate to Settings > Fields > Workflow Actions.
* Click New to open up a new workflow action form.
* Define a Label for the action.
The Label field enables you to define the text that is displayed in either the field or event workflow
menu.

19
IT Certification Guaranteed, The Easy Way!

Labels can be static or include the value of relevant fields.


* Determine whether the workflow action applies to specific fields or event types in your data.
Use Apply only to the following fields to identify one or more fields. When you identify fields, the
workflow action only appears for events that have those fields, either in their event menu or field
menus. If you leave it blank or enter an asterisk the action appears in menus for all fields.
Use Apply only to the following event types to identify one or more event types. If you identify an
event type, the workflow action only appears in the event menus for events that belong to the event
type.
* For Show action in determine whether you want the action to appear in the Event menu, the Fields
menus, or Both.
* Set Action type to link.
* In URI provide a URI for the location of the external resource that you want to send your field
values to.
Similar to the Label setting, when you declare the value of a field, you use the name of the field
enclosed by dollar signs.
Variables passed in GET actions via URIs are automatically URL encoded during transmission. This
means you can include values that have spaces between words or punctuation characters.
* Under Open link in, determine whether the workflow action displays in the current window or if it
opens the link in a new window.
* Set the Link method to get
* Click Save to save your workflow action definition.

NO.98 Which of the following are valid options with the chart command ?(select all that apply)
A. usenull=f
B. useother=f
C. split=t
D. transcation=t
Answer: A B

NO.99 which of the following commands are used when creating visualizations(select all that apply.)
A. Geom
B. Choropleth
C. Geostats
D. iplocation
Answer: A C D

NO.100 Which of the following statements describes POST workflow actions?


A. Configuration of a POST workflow action includes choosing a sourcetype.
B. POST workflow actions can be configured to send email to the URI location.
C. By default, POST workflow action are shown in both the event and field menus.
D. POST workflow actions can be configured to send POST arguments to the URI location.
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/SetupaPOSTworkflowa
ction

20
IT Certification Guaranteed, The Easy Way!

NO.101 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
Answer: D

NO.102 Calculated fields can be based on which of the following?


A. Tags
B. Extracted fields
C. Output fields for a lookup
D. Fields generated from a search string
Answer: B
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/definecalcfields

NO.103 Which one of the following statements about the search command is true?
A. It does not allow the use of wildcards.
B. It treats field values in a case-sensitive manner.
C. It can only be used at the beginning of the search pipeline.
D. It behaves exactly like search strings before the first pipe.
Answer: D
Reference:https://docs.splunk.com/Documentation/SplunkCloud/8.0.2003/Search/Usethesearchcom
mand

NO.104 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
Answer: A B C
Reference:https://docs.splunk.com/Documentation/CIM/4.15.0/User/Overview

NO.105 A calculated field maybe based on which of the following?


A. Lookup tables
B. Extracted fields
C. Regular expressions
D. Fields generated within a search string
Answer: B

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

21
IT Certification Guaranteed, The Easy Way!

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.
Answer: C D

NO.107 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.
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transaction

NO.108 Which of the following can be used with the eval command tostring function (select all that
apply)
A. ''duration''
B. ''commas''
C. ''Decimal''
D. ''hex''
Answer: A,B,D

NO.109 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
Answer: A

NO.110 Which of the following can be used with the eval command tostring function (select all that
apply)
A. ''hex''
B. ''commas''
C. ''Decimal''
D. ''duration''
Answer: A B D
Reference:https://splunkonbigdata.com/2018/10/27/usage-of-splunk-eval-function-tostring/

NO.111 When a search returns __________, you can view the results as a list.
A. a list of events
B. transactions

22
IT Certification Guaranteed, The Easy Way!

C. statistical values
Answer: C

NO.112 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
Answer: B
Reference:https://docs.splunk.com/Documentation/PCI/4.1.0/Install/PrivilegedUserActivity

NO.113 A real-time alert is ______________.


A. A scheduled alert
B. constantly running in the background
Answer: B

NO.114 Which of the following file formats can be extracted using a delimiter field extraction?
A. CSV
B. PDF
C. XML
D. JSON
Answer: A

NO.115 Which of the following searches will show the number of categoryld used by each host?
A. Sourcetype=access_* |sum bytes by host
B. Sourcetype=access_* |stats sum(categorylD. by host
C. Sourcetype=access_* |sum(bytes) by host
D. Sourcetype=access_* |stats sum by host
Answer: B

NO.116 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.
Answer: C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Definesearchmacros

NO.117 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

23
IT Certification Guaranteed, The Easy Way!

Answer: D

NO.118 A user wants to convert numeric field values to strings and also to sort on those values.
Which command should be used first, theevalor thesort?
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.
Answer: C

NO.119 When using | timchart by host, which filed is representted in the x-axis?
A. date
B. host
C. time
D. -time
Answer: A

NO.120 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.
Answer: D

NO.121 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.
Answer: B

NO.122 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
Answer: B

24
IT Certification Guaranteed, The Easy Way!

NO.123 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.
Answer: B
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Search/Abouttransactions

NO.124 Splunk alerts can be based on search that run______. (Select all that apply.)
A. in real-time
B. on a regular schedule
C. and have no matching events
Answer: A B

NO.125 What other syntax will produce exactly the same results as | chart count over
vendor_action by user?
A. | chart count by vendor_action, user
B. | chart count over vendor_action, user
C. | chart count by vendor_action over user
D. | chart count over user by vendor_action
Answer: D

NO.126 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
Answer: A

NO.127 Which of the following knowledge objects represents the output of an oval expression?
A. Eval fields
B. Calculated fields
C. Field extractions
D. Calculated lookups
Answer: B
Reference:https://docs.splunk.com/Splexicon:Calculatedfield

NO.128 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

25
IT Certification Guaranteed, The Easy Way!

Answer: A

NO.129 In which of the following scenarios is an event type more effective than a saved search?
A. When a search should always include the same time range.
B. When a search needs to be added to other users' dashboards.
C. When the search string needs to be used in future searches.
D. When formatting needs to be included with the search string.
Answer: D
Reference:https://answers.splunk.com/answers/4993/eventtype-vs-saved-search.html

NO.130 What are the two parts of a root event dataset?


A. Fields and variables.
B. Fields and attributes.
C. Constraints and fields.
D. Constraints and lookups.
Answer: C
Reference:https://docs.splunk.com/Documentation/SplunkLight/7.3.5/GettingStarted/Designdatamo
delobjects

NO.131 Which group of users would most likely use pivots?


A. Users
B. Architects
C. Administrators
D. Knowledge Managers
Answer: A
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Pivot/IntroductiontoPivot

NO.132 If a search returns ____________ it can be viewed as a chart.


A. timestamps
B. statistics
C. events
D. keywords
Answer: B

NO.133 Which of these is NOT a field that is automatically created with the transaction command?
A. maxcount
B. duration
C. eventcount
Answer: A

NO.134 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

26
IT Certification Guaranteed, The Easy Way!

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
Answer: A D
Reference:https://answers.splunk.com/answers/574643/field-showing-an-additional-and-not-visible-
value-1.html

NO.135 Which of the following statements describe the Common Information Model (QM)? (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.
Answer: A B C
Reference:https://docs.splunk.com/Documentation/CIM/4.15.0/User/Overview

NO.136 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?
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*
Answer: A

NO.137 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
Answer: B
Explanation
Normalize your data for each of these fields using a combination of field aliases, field extractions, and
lookups.
https://docs.splunk.com/Documentation/CIM/4.15.0/User/UsetheCIMtonormalizedataatsearchtime

NO.138 Given the macro definition below, what should be entered into the Name and Arguments
fileds to correctly configured the macro?

27
IT Certification Guaranteed, The Easy Way!

A. The macro name issessiontrackerand the arguments areaction, JESSIONID.


B. The macro name issessiontracker(2)and the arguments areaction, JESSIONID.
C. The macro name issessiontrackerand the arguments are$action$, $JESSIONID$.
D. The macro name issessiontracker(2)and the Arguments are$action$, $JESSIONID$.
Answer: B
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/Definesearchmacros

NO.139 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
Answer: A

NO.140 Which of the following is NOT a stats function:


A. sum
B. addtotals
C. count
D. avg
Answer: B

NO.141 The time range specified for a historical search defines the ____________ .------questionable
on ans
A. Amount of data shown on the timeline as data streams in
B. Amount of data fetched from index matching that time range
C. Time range for the static results
Answer: B

28
IT Certification Guaranteed, The Easy Way!

NO.142 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.
Answer: C

NO.143 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.
Answer: D

NO.144 Highlighted search terms indicate _________ search results in Splunk.


A. Display as selected fields.
B. Sorted
C. Charted based on time
D. Matching
Answer: D

NO.145 Which of the following actions can the eval command perform?
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.
Answer: B

NO.146 Use this command to use lookup fields in a search and see the lookup fields in the field
sidebar.
A. inputlookup
B. lookup
Answer: B

NO.147 We can use the rename command to _____ (Select all that apply.)
A. Change indexed fields
B. Exclude fields from our search results
C. Extract new fields from our data using regular expressions
D. Give a field a new name at search time
Answer: D

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

29
IT Certification Guaranteed, The Easy Way!

A. Xml
B. Json
C. Html
D. A php file
Answer: A B

NO.149 There are several ways to access the field extractor. Which option automatically identifies
data type, source type, and sample event?
A. Event Actions > Extract Fields
B. Fields sidebar > Extract New Field
C. Settings > Field Extractions > New Field Extraction
D. Settings > Field Extractions > Open Field Extraction
Answer: B

NO.150 The stats command will create a _____________ by default.


A. Table
B. Report
C. Pie chart
Answer: A

NO.151 In most large Splunk environments, what is the most efficient command that can be used to
group events by fields/
A. join
B. stats
C. streamstats
D. transaction
Answer: B
Explanation
https://docs.splunk.com/Documentation/Splunk/8.0.2/Search/Abouttransactions In other cases, it's
usually better to use the stats command, which performs more efficiently, especially in a distributed
environment. Often there is a unique ID in the events and stats can be used.

NO.152 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
Answer: A

NO.153 What does the Splunk Common Information Model (CIM) add-on include? (select all that
apply)
A. Custom visualizations
B. Pre-configured data models

30
IT Certification Guaranteed, The Easy Way!

C. Fields and event category tags


D. Automatic data model acceleration
Answer: B C

NO.154 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.
Answer: B C
Reference:https://docs.splunk.com/Documentation/Splunk/8.0.3/Knowledge/SetupaGETworkflowac
tion

NO.155 __________ datasets can be added to root dataset to narrow down the search
A. parent
B. extracted
C. event
D. child
Answer: D

31

You might also like