Splunk Core Certified Power User Exam Questions and Answers
To which of the following can a field alias be applied?
What are search macros?
Which of the following statements describe GET workflow actions?
What information must be included when using the datamodel command?
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
When using the transaction command, how are evicted transactions identified?
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?
Which workflow action method can be used the action type is set to link?
Which of the following is a feature of the Pivot tool?
Consider the following search:
index=web sourcetype=access_combined
The log shows several events that share the same JSESSIONID value (SD470K92802F117). View the events as a group.
From the following list, which search groups events by JSESSIONID?
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?
Which of the following statements describes macros?
Which of the following about reports is/are true?
Calculated fields can be based on which of the following?
Which of the following is true about the Splunk Common Information Model (CIM)?
Which of the following statements about tags is true?
Which of the following eval command function is valid?
Which of the following commands support the same set of functions?
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
Which of the following file formats can be extracted using a delimiter field extraction?
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 searches would create a graph similar to the one below?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
The gauge command:
What is needed to define a calculated field?
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
Which of the following examples would use a POST workflow action?
Which of the following statements describe data model acceleration? (select all that apply)
In which Settings section are macros defined?
Which command is used to create choropleth maps?
What is a benefit of installing the Splunk Common Information Model (CIM) add-on?
A search contains example(100,200). What is the name of the macro?
When extracting fields, we may choose to use our own regular expressions
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
The eval command allows you to do which of the following? (Choose all that apply.)
Where are the results of eval commands stored?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
By default search results are not returned in ________ order.
Data models are composed of one or more of which of the following datasets? (select all that apply)
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull
Which of the following is the equivalent using f ilinull?
When using transaction, what is the default maximum span between events?
Which of the following Statements about macros is true? (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?
We can use the rename command to _____ (Select all that apply.)
Which of the following searches would return a report of sales by product-name?
Which of the following knowledge objects can reference field aliases?
A Splunk app is configured to extract domain names in web service logs and specify them as a field named domain.
What workflow action would return an external IP lookup for the field named domain?
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
Which of the following statements describe calculated fields? (select all that apply)
Clicking a SEGMENT on a chart, ________.
Which command can include both an over and a by clause to divide results into sub-groupings?
Which of the following options will define the first event in a transaction?
The limit attribute will___________.
Splunk alerts can be based on search that run______. (Select all that apply.)
Which statement is true?
Tags can reference which of the following knowledge objects?
What commands can be used to group events from one or more data sources?
Why are tags useful in Splunk?
Which of the following options should a user add to a search to limit transactions to a five minute time window?
Which are valid ways to create an event type? (select all that apply)
When creating a Search workflow action, which field is required?
Select this in the fields sidebar to automatically pipe you search results to the rare command
Which of the following statements describes POST workflow actions?
What is the relationship between data models and pivots?
Which of these stats commands will show the total bytes for each unique combination of page and server?
Which of the following searches will return all clientip addresses that start with 108?
Which of the following searches show a valid use of a macro? (Choose all that apply.)
When using multiple expressions in a single eval command, which delimiter is used?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Which of the following is included with the Common Information Model (CIM) add-on?
Which of the following statements about data models and pivot are true? (select all that apply)
How can an existing accelerated data model be edited?
Which workflow action type performs a secondary search?
Highlighted search terms indicate _________ search results in Splunk.
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Which of the following searches can be used to define an event type?
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?
When used with the timechart command, which value of the limit argument returns all values?
This function of the stats command allows you to identify the number of values a field has.
Which of these is NOT a field that is automatically created with the transaction command?
When using the timechart command, how can a user group the events into buckets based on time?
This is what Splunk uses to categorize the data that is being indexed.
Which of the following is true about Pivot?
How is a variable for a macro defined?
Which of the following statements would help a user choose between the transaction and stats commands?
When defining a macro, what are the required elements?
Two separate results tables are being combined using the |join command. The outer table has the following values:
Refer to following Tables
The line of SPL used to join the tables is: | join employeeNumber type=outer
How many rows are returned in the new table?
Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status