Splunk SPLK-1002 Splunk Core Certified Power User Exam Exam Practice Test
Splunk Core Certified Power User Exam Questions and Answers
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
Which of the following statements about tags is true?
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?
How can an existing accelerated data model be edited?
What fields does the transaction command add to the raw events? (select all that apply)
Which statement is true?
Which of the following statements about event types is true? (select all that apply)
The transaction command allows you to __________ events across multiple sources
Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (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?
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
Which of the following is true about a datamodel that has been accelerated?
In the Field Extractor Utility, this button will display events that do not contain extracted fields.
Select your answer.
Which of the following statements describe GET workflow actions?
When would transaction be used instead of stats?
Clicking a SEGMENT on a chart, ________.
These users can create global knowledge objects. (Select all that apply.)
__________ datasets can be added to root dataset to narrow down the search
Which of the following statements is true about the root dataset of a data model?
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown"
What happens when a user edits the regular expression (regex) field extraction generated in the Field Extractor (FX)?
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
What is the purpose of a calculated field?
Which of the following knowledge objects represents the output of an eval expression?
Which command can include both an over and a by clause to divide results into sub-groupings?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
Which of the following statements describes an event type?
Which of the following searches will show the number of categoryld used by each host?
How is a variable for a macro defined?
By default search results are not returned in ________ order.
Which of the following can be saved as an event type?
What is the Splunk Common Information Model (CIM)?
Which of the following statements describes calculated fields?
What are the expected results for a search that contains the command | where A=B?
Data model are composed of one or more of which of the following datasets? (select all that apply.)
What is the relationship between data models and pivots?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Where are the results of eval commands stored?
A data model consists of which three types of datasets?
Which of these is NOT a field that is automatically created with the transaction command?
Which of the following searches would return a report of sales by product-name?
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)
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
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 of the following describes this search?
New Search
'third_party_outages(EMEA,-24h)'
Which group of users would most likely use pivots?
A search contains example(100,200). What is the name of the macro?
Selected fields are displayed ______each event in the search results.
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
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?
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
Splunk alerts can be based on search that run______. (Select all that apply.)
How are arguments defined within the macro search string?
Which of the following statements best describes a macro?
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
A field alias is created where field1—fieid2 and the Overwrite Field Values checkbox is selected.
What happens if an event only contains values for fieid1?
What syntax would a user specify to search for the prod tag associated with the host field and webserver value?
Which of the following is true about data model attributes?
Which are valid ways to create an event type? (select all that apply)
Which of the following about reports is/are true?
In what order arc the following knowledge objects/configurations applied?
Which of the following options will define the first event in a transaction?
Which of the following commands connects an additional table of data directly to the right side of the existing table?
Which of the following objects can a calculated field use as a source?
What do events in a transaction have In common?
When should transaction be used?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
Which of the following statements about tags is true? (select all that apply.)
This function of the stats command allows you to return the middle-most value of field X.
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?
Which search retrieves events with the event type web_errors?
Which of the following examples would use a POST workflow action?
Which of the following statements describes the use of the Filed Extractor (FX)?
To which of the following can a field alias be applied?
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")
Sally created several tags for employees of Buttercup Games. She tagged each employee’s badge number with the department name and location. Which search query would Sally use to filter for employees of the Marketing department who do not work in the San_Francisco office?
What does the fillnull command replace null values with, it the value argument is not specified?
In which of the following scenarios is an event type more effective than a saved search?
After manually editing; a regular expression (regex), which of the following statements is true?
We can use the rename command to _____ (Select all that apply.)
What are search macros?
A user wants to create a workflow action that will retrieve a specific field value from an event and run a search in a new browser window
in the user's Splunk instance. What kind of workflow action should they create?
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
When should you use the transaction command instead of the scats command?
Which of the following file formats can be extracted using a delimiter field extraction?
These allow you to categorize events based on search terms.
Select your answer.
Which of the following can be saved as an event type?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
What field must be present in order to use the timechart command?
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull < field2 > , "NO-VALUE", fieid2)
Which of the following is the equivalent using f ilinull?
This is what Splunk uses to categorize the data that is being indexed.