Splunk Core Certified Power User Exam Questions and Answers
Information needed to create a GET workflow action includes which of the following? (select all that apply.)
Which of the following statements about calculated fields in Splunk is true?
Which of the following eval command functions is valid?
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
Which of the following commands support the same set of functions?
How are event types different from saved reports?
A user runs the following search:
index—X sourcetype=Y I chart count (domain) as count, sum (price) as sum by product, action usenull=f useother—f
Which of the following table headers match the order this command creates?
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?
What happens to the original field name when a field alias is created?
Which of the following searches will return events containing a tag named Privileged?
which of the following are valid options with the chart command
What field must be present in order to use the timechart command?
Which type of visualization shows relationships between discrete values in three dimensions?
Which workflow uses field values to perform a secondary search?
Which of the following is a function of the Splunk Common Information Model (CIM)?
The stats command will create a _____________ by default.
When does the CIM add-on apply preconfigured data models to the data?
Why would the following search produce multiple transactions instead of one?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Which of the following is NOT a stats function:
Two separate results tables are being combined using the join command. The outer table has the following values:
The inner table has the following values:
The line of SPL used to join the tables is: join employeeNumber type=outer
How many rows are returned in the new table?
Which statement is true?
Clicking a SEGMENT on a chart, ________.
What is a limitation of searches generated by workflow actions?
How many ways are there to access the Field Extractor Utility?
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)
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?
When is a GET workflow action needed?
Which of the following statements describes an event type?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
Which of the following statements about tags is true?
How is a variable for a macro defined?
Which of the following statements would help a user choose between the transaction and stats commands?
A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.
The transaction command allows you to __________ events across multiple sources
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
What fields does the transaction command add to the raw events? (select all that apply)
When can a pipe follow a macro?
Which of the following is included with the Common Information Model (CIM) add-on?
Using the export function, you can export search results as __________.( Select all that apply)
How can an existing accelerated data model be edited?
Which field will be used to populate the field if the productName and product:d fields have values for a given event?
| eval productINFO=coalesco(productName,productid)
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which of the following statements describes POST workflow actions?
In what order arc the following knowledge objects/configurations applied?
Which of the following Statements about macros is true? (select all that apply)
Which of the following statements describe data model acceleration? (select all that apply)
Which of the following searches will return events contains a tag name Privileged?
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?
In which of the following scenarios is an event type more effective than a saved search?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following searches show a valid use of macro? (Select all that apply)
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
How does a user display a chart in stack mode?
When creating a Search workflow action, which field is required?
What does the fillnull command replace null values with, it the value argument is not specified?
Which of the following actions can the eval command perform?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
What does the following search do?
Which of the following statements about tags is true?
Which group of users would most likely use pivots?
What do events in a transaction have In common?
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
Which of the following statements describe calculated fields? (select all that apply)
Which of the following statements describes macros?
Data model are composed of one or more of which of the following datasets? (select all that apply.)
Which of the following statements about data models and pivot are true? (select all that apply)
What does the transaction command do?
Which of the following workflow actions can be executed from search results? (select all that apply)
A space is an implied _____ in a search string.
When using timechart, how many fields can be listed after a by clause?
Which of the following knowledge objects represents the output of an eval expression?
Which of the following statements describes Search workflow actions?
Which of the following describes the Splunk Common Information Model (CIM) add-on?
Which of the following are required to create a POST workflow action?
What is the correct syntax to search for a tag associated with a value on a specific fields?
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 statements is true, especially in large environments?
Which of the following statements describe GET workflow actions?
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)
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s