Splunk SPLK-1002 Splunk Core Certified Power User Online Training
Splunk SPLK-1002 Online Training
The questions for SPLK-1002 were last updated at Nov 23,2024.
- Exam Code: SPLK-1002
- Exam Name: Splunk Core Certified Power User
- Certification Provider: Splunk
- Latest update: Nov 23,2024
Which of the following statements describe calculated fields? (select all that apply)
- A . Calculated fields can be used in the search bar.
- B . Calculated fields can be based on an extracted field.
- C . Calculated fields can only be applied to host and sourcetype.
- D . Calculated fields are shortcuts for performing calculations using the eval command.
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
- A . Tabs
- B . Pipes
- C . Spaces
- D . Commas
Which of the following statements is true, especially in large environments?
- A . Use the scats command when you next to group events by two or more fields.
- B . The stats command is faster and more efficient than the transaction command
- C . The transaction command is faster and more efficient than the stats command.
- D . Use the transaction command when you want to see the results of a calculation.
Which of the following are required to create a POST workflow action?
- A . Label, URI, search string.
- B . XMI attributes, URI, name.
- C . Label, URI, post arguments.
- D . URI, search string, time range picker.
Which of the following statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
- A . Events in the transaction occurred within 5 seconds.
- B . It groups events that share the same clientip and host.
- C . The first and last events are no more than 5 seconds apart.
- D . The first and last events are no more than 30 seconds apart.
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
- A . The macro name is sessiontracker and the arguments are action, JESSIONID.
- B . The macro name is sessiontracker(2) and the arguments are action, JESSIONID.
- C . The macro name is sessiontracker and the arguments are $action$, $JESSIONID$.
- D . The macro name is sessiontracker(2) and the Arguments are $action$, $JESSIONID$.
After manually editing; a regular expression (regex), which of the following statements is true?
- A . Changes made manually can be reverted in the Field Extractor (FX) UI.
- B . It is no longer possible to edit the field extraction in the Field Extractor (FX) UI.
- C . It is not possible to manually edit a regular expression (regex) that was created using the Field Extractor (FX) UI.
- D . The Field Extractor (FX) UI keeps its own version of the field extraction in addition to the one that was manually edited.
What does the fillnull command replace null values with, it the value argument is not specified?
- A . 0
- B . N/A
- C . NaN
- D . NULL
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
- A . Index-main | REJECT trans sessionid
- B . Index-main | transaction sessionid | search REJECT
- C . Index=main | transaction sessionid | whose transaction=reject
- D . Index=main | transaction sessionid | where transaction=reject’’
Which of the following actions can the eval command perform?
- A . Remove fields from results.
- B . Create or replace an existing field.
- C . Group transactions by one or more fields.
- D . Save SPL commands to be reused in other searches.