Splunk Core Certified Power User Exam Questions and Answers
Which of the following statements best describes the search string below?
| datamodel Application_State search
Which of the following actions can the eval command perform?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
How does a user display a chart in stack mode?
The stats command will create a _____________ by default.
Which of the following statements describe the Common Information Model (CIM)? (select all that apply)
When used with the timechart command, which value of the limit argument returns all values?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
This is what Splunk uses to categorize the data that is being indexed.
Which group of users would most likely use pivots?
Which of the following can a field alias be applied to?
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?
It is mandatory for the lookup file to have this for an automatic lookup to work.
What information must be included when using the datamodel command?
Which of the following Statements about macros is true? (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 of the following statements about event types is true? (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)
Which of the following can be saved as an event type?
How is a macro referenced in a search?
Which of the following is a function of the Splunk Common Information Model (CIM)?
In the Field Extractor, when would the regular expression method be used?
Which of the following is one of the pre-configured data models included in the Splunk Common Information Model (CIM) add-on?
A POST workflow action will pass which types of arguments to an external website?
When using transaction, what is the default maximum span between events?
which of the following are valid options with the chart command
Which of the following knowledge objects can reference field aliases?
Which type of workflow action sends field values to an external resource (e.g. a ticketing system)?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
When can a pipe follow a macro?
Which of the following statements describe calculated fields? (select all that apply)
How can an existing accelerated data model be edited?
Field aliases are used to __________ data
Consider the the following search run over a time range of last 7 days:
index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane
Which option is used to change the default time span so that results are grouped into 12 hour intervals?
These kinds of charts represent a series in a single bar with multiple sections
What are search macros?
When a search returns __________, you can view the results as a list.
Which is not a comparison operator in Splunk
Which of the following about reports is/are true?
What is the purpose of the fillnull command?
The macro weekly_sales (2) contains the search string:
index—games I eval Product Sales = $price$ $AmountS01d$
Which of the following will return results?
The eval command allows you to do which of the following? (Choose all that apply.)
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?
Which of the following searches will return all clientip addresses that start with 108?
What are the two parts of a root event dataset?
Which are valid ways to create an event type? (select all that apply)
During the validation step of the Field Extractor workflow:
Select your answer.
When should transaction be used?
Given the event below, how can the value in the Zip_Code field be used to retrieve the weather from an external resource?
25/Oct/2023:20:29:43
151.162.101.143, v2.003, Zip_Code: 75510, DataCenter: DC1
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
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 searches can be used to define an event type?
We can use the rename command to _____ (Select 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?
For choropleth maps,splunk ships with the following KMZ files (select all that apply)
Which of the following searches will show the number of categoryld used by each host?
What do events in a transaction have In common?
When using the transaction command, what does the argument maxspan do?
What does the fillnull command replace null values with, it the value argument is not specified?
When using timechart, how many fields can be listed after a by clause?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
What is the correct syntax to find events associated with a tag?
How many ways are there to access the Field Extractor Utility?
Which of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
Which of the following searches will return events containing a tag named Privileged?
This is what Splunk uses to categorize the data that is being indexed.
When creating an event type, which is allowed in the search string?
When extracting fields, we may choose to use our own regular expressions
Which of the following statements describes the use of the Filed Extractor (FX)?
Which of the following is true about the Splunk Common Information Model (CIM)?
What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
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")
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Which of the following statements about calculated fields in Splunk is true?
A space is an implied _____ in a search string.
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
Which of the following searches show a valid use of macro? (Select all that apply)
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
Which of the following is true about data sets used in the Pivot tool?
The eval command 'if' function requires the following three arguments (in order):
These allow you to categorize events based on search terms.
Select your answer.
The timechart command is an example of which of the following command types?
Which of the following statements is true, especially in large environments?
How is a variable for a macro defined?
Where are the results of eval commands stored?
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?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
The time range specified for a historical search defines the ____________ .------questionable on ans
Use the dedup command to _____.