Splunk Core Certified Power User Exam Questions and Answers
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)
What is needed to define a calculated field?
Which of the following statements describe data model acceleration? (select all that apply)
Which of the following search control will not re-rerun the search? (Select all that apply.)
The transaction command allows you to __________ events across multiple sources
Marty has multiple data sources that contain fields with IP Address values. What knowledge object should he use to normalize the fields so his data is CIM compliant?
Which of the following is a feature of the Pivot tool?
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?
When using timechart, how many fields can be listed after a by clause?
When using | timchart by host, which filed is representted in the x-axis?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
Which of the following are required to create a POST workflow action?
This function of the stats command allows you to identify the number of values a field has.
Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)
Which of the following actions can the eval command perform?
Data models are composed of one or more of which of the following datasets? (select all that apply)
Which of the following statements about calculated fields in Splunk is true?
For the following search, which command would further filter for only IP addresses present more than five times?
Which of the following fields should be normalized using the Splunk Common Information Model (CIM) based on their relationship?
It is mandatory for the lookup file to have this for an automatic lookup to work.
What does the following search do?

To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
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)
When creating a search workflow action, what character(s) are used as a placeholder for field values in the search string?
Which group of users would most likely use pivots?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which of the following searches can be saved as an event type?
Which of the following statements is true about the root dataset of a data model?
Which of the following can be saved as an event type?
After manually editing; a regular expression (regex), which of the following statements is true?
What is the Splunk Common Information Model (CIM)?
How is a macro referenced in a search?
How do event types help a user search their data?
Which tool uses data models to generate reports and dashboard panels without using SPL?
Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status
What is required for a macro to accept three arguments?
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?
This clause is used to group the output of a stats command by a specific name.
When creating an event type, which is allowed in the search string?
The fields sidebar does not show________. (Select all that apply.)
Selected fields are displayed ______each event in the search results.
What happens to the original field name when a field alias is created?
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
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?
When using transaction, what is the default maximum span between events?
Which of the following searches would return a report of sales by product-name?
Which of the following knowledge objects can reference field aliases?
Complete the search, …. | _____ failure > successes
__________ datasets can be added to root dataset to narrow down the search
Which of the following statements about tags is true?
A field alias is created where field1—fieid2 and the Overwrite Field Values checkbox is selected.
What happens if an event only contains values for fieid1?
What is the purpose of the fillnull command?
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?
Which of the following statements best describes a macro?
Field aliases are used to __________ data
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following searches will show the number of categoryld used by each host?
What type of command is eval?
This function of the stats command allows you to return the middle-most value of field X.
Which of the following searches would create a graph similar to the one below?

How are event types different from saved reports?
Which of the following expressions could be used to create a calculated field called gigabytes?
When creating a POST workflow action, what can a user define as the POST arguments?
Which of the following can be saved as an event type?
Which of the following statements about tags is true?
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown" src
A user wants to retrieve IP address information. How should the URI be specified to configure a GET workflow action?
These kinds of charts represent a series in a single bar with multiple sections
What is the relationship between data models and pivots?
Where are the results of eval commands stored?
When using the transaction command, what is the assigned timestamp for each of the resulting transactions?
In what order arc the following knowledge objects/configurations applied?
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
In the Field Extractor, when would the regular expression method be used?
To create a tag, which of the following conditions must be met by the user?
What is a limitation of searches generated by workflow actions?
The macro weekly_sales (2) contains the search string:
index—games I eval Product Sales = $price$ $AmountS01d$
Which of the following will return results?
What does the fillnull command replace null values with, if the value argument is not specified?
Which of the following workflow actions can be executed from search results? (select all that apply)
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
A user wants to create a new field alias for a field that appears in two sourcetypes.
How many field aliases need to be created?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
What are the names of the top-level datasets in data models?
A space is an implied _____ in a search string.
Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
Which workflow action method can be used the action type is set to link?
Which statement is true?