Splunk Core Certified Power User Exam Questions and Answers
Which of the following about reports is/are true?
Which of the following searches show a valid use of a macro? (Choose all that apply.)
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?
These users can create global knowledge objects. (Select all that apply.)
What field must be present in order to use the timechart command?
The stats command will create a _____________ by default.
What information must be included when using the datamodel command?
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
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)
Which statement is true?
which of the following commands are used when creating visualizations(select all that apply.)
Which of the following statements about tags is true? (select all that apply.)
What does the fillnull command replace null values with, if the value argument is not specified?
Which of the following commands connects an additional table of data directly to the right side of the existing table?
What is the correct Boolean order of evaluation for the where command from first to last?
Tags can reference which of the following knowledge objects?
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 describes the I transaction command?
Which of the following can be saved as an event type?
When extracting fields, we may choose to use our own regular expressions
Which of the following search control will not re-rerun the search? (Select all that apply.)
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
If a search returns ____________ it can be viewed as a chart.
Which of the following eval command functions is valid?
Which of the following is a function of the Splunk Common Information Model (CIM)?
The eval command 'if' function requires the following three arguments (in order):
The fields sidebar does not show________. (Select all that apply.)
This function of the stats command allows you to return the middle-most value of field X.
What type of command is eval?
When using transaction, what is the default maximum span between events?
Field aliases are used to __________ data
What is the correct format for naming a macro with multiple arguments?
Which of the following statements would help a user choose between the transaction and stats commands?
Which of the following eval commands will provide a new value for host from src if it exists?
When performing a regex field extraction with the Field Extractor (FX), a data type must be chosen before a sample event can be selected. Which of the following data types are supported?
The limit attribute will___________.
How is an event type created from the search window? (select all that apply)
By default search results are not returned in ________ order.
Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?
When you mouse over and click to add a search term this (thesE. Boolean operator(s) is(arE. not implied. (Select all that apply).
What is a benefit of installing the Splunk Common Information Model (CIM) add-on? A. It permits users to create workflow actions to align with industry standards.
B. It provides users with a standardized set of field names and tags to normalize data.
C. It allows users to create 3-D models of their data and export these visualizations.
D. It enables users to itemize their events based on the results of the Search Job Inspector.
Which of the following searches will return events containing a tag named Privileged?
When using the timechart command, how can a user group the events into buckets based on time?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
Which group of users would most likely use pivots?
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
Selected fields are displayed ______each event in the search results.
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following statements describes field aliases?
Which of the following describes the Splunk Common Information Model (CIM) add-on?
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
Which of the following Statements about macros is true? (select all that apply)
Which of the following statements about tags is true?
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
How does a user display a chart in stack mode?
Which of the following statements describe calculated fields? (select all that apply)
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
Which one of the following statements about the search command is true?
A space is an implied _____ in a search string.
Which are valid ways to create an event type? (select all that apply)
Which of the following eval command function is valid?
What does the fillnull command replace null values with, it the value argument is not specified?
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?
When creating a Search workflow action, which field is required?
What is required for a macro to accept three arguments?
Which of the following statements describes macros?
Which of the following actions can the eval command perform?
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)
In what order arc the following knowledge objects/configurations applied?
A calculated field maybe based on which of the following?
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
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 GET workflow actions?
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
What does the transaction command do?
Data model are composed of one or more of which of the following datasets? (select all that apply.)
Which of the following knowledge objects represents the output of an eval expression?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
Which of the following statements describe the Common Information Model (CIM)? (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 statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following statements describe data model acceleration? (select all that apply)
What does the following search do?
Which of the following searches show a valid use of macro? (Select all that apply)
Which of the following statements describes Search workflow actions?