Splunk Core Certified Power User Exam Questions and Answers
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Which of the following Statements about macros is true? (select all that apply)
How does a user display a chart in stack mode?
What is the correct syntax to search for a tag associated with a value on a specific fields?
What are the two parts of a root event dataset?
Which of the following statements about tags is true?
Calculated fields can be based on which of the following?
Which of the following eval command function is valid?
Which of the following statements describes field aliases?
A space is an implied _____ in a search string.
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
When using timechart, how many fields can be listed after a by clause?
Which of the following can be used with the eval command tostring function (select all that apply)
What does the transaction command do?
Which are valid ways to create an event type? (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
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
Data model are composed of one or more of which of the following datasets? (select all that apply.)
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 knowledge objects represents the output of an eval expression?
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
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?
Which of the following statements describe calculated fields? (select all that apply)
In what order arc the following knowledge objects/configurations applied?
Which of the following statements describes POST workflow actions?
Which of the following statements about data models and pivot are true? (select all that apply)
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)
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following searches show a valid use of macro? (Select all that apply)
Which of the following describes the Splunk Common Information Model (CIM) add-on?
Which of the following workflow actions can be executed from search results? (select all that apply)
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
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 creating a Search workflow action, which field is required?
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Selected fields are displayed ______each event in the search results.
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
What does the following search do?
Which of the following statements is true, especially in large environments?
What do events in a transaction have In common?
Which of the following statements describes Search workflow actions?
Which of the following are required to create a POST workflow action?
Which of the following searches will return events contains a tag name Privileged?
When is a GET workflow action needed?
Select this in the fields sidebar to automatically pipe you search results to the rare command
What are search macros?
Which of the following expressions could be used to create a calculated field called gigabytes?
When using multiple expressions in a single eval command, which delimiter is used?
Which of the following can be saved as an event type?
How is a variable for a macro defined?
These users can create global knowledge objects. (Select all that apply.)
Data models are composed of one or more of which of the following datasets? (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?
Which of the following statements describes the use of the Filed Extractor (FX)?
Tags can reference which of the following knowledge objects?
When can a pipe follow a macro?
What commands can be used to group events from one or more data sources?
Which of the following searches show a valid use of a macro? (Choose all that apply.)
Which of the following searches would return a report of sales by product-name?
The timechart command is an example of which of the following command types?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
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?
This is what Splunk uses to categorize the data that is being indexed.
Which of the following describes the I transaction command?
Why would the transaction command be used instead of the stats command?
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
How can an existing accelerated data model be edited?
What will you learn from the results of the following search?
sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
What is the correct Boolean order of evaluation for the where command from first to last?
Which of the following is true about a datamodel that has been accelerated?
When used with the timechart command, which value of the limit argument returns all values?
A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.
When would transaction be used instead of stats?
Given the following eval statement:
... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2)
Which of the following is the equivalent using fillnull?
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")
This is what Splunk uses to categorize the data that is being indexed.
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
These allow you to categorize events based on search terms.
Select your answer.
Which option of the transaction command would be used to specify the maximum time between events in a transaction?
What is needed to define a calculated field?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
How is a macro referenced in a search?
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 of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)