Free SPLK-1002 Practice Test Questions and Answers (2026)

Last Update Check

View Mode
Q: 1
Which of the following describes the I transaction command?
Options
26 comments in the community discussion
1
A or C, these Splunk questions drive me nuts sometimes. Sticking with A for now.
1
I don't think it's A, actually. Trap is that transaction doesn't require at least two events, so C.
Q: 2
What is the relationship between data models and pivots?
Options
32 comments in the community discussion
1
Hard to say, D here. I was thinking pivots let users build reports and select fields, so in a way, they're creating the dataset that's visualized, right? It feels like the pivot defines what data is seen from the model. Not 100 percent sure though, since sometimes Splunk's naming gets confusing. If anyone knows why tha
1
I went with D since I thought pivots can be used to define what you want from the data, so they sort of build the dataset for you. Not fully sure though, maybe missing something about how models work behind the scenes.
Q: 3
Select this in the fields sidebar to automatically pipe you search results to the rare command
Options
25 comments in the community discussion
6
B. not D. 'Top values' just runs the top command, rare values is the only one piping to rare here.
5
B. since 'rare values' pipes the search directly to the rare command in Splunk. Top values would use the top command so not the same thing. Pretty sure that's right but let me know if anyone's seen something different.
Q: 4
Which group of users would most likely use pivots?
Options
28 comments in the community discussion
5
Option A Users are the main audience for pivots, since they're designed for folks who don't want to learn SPL.
3
Option A Knowledge Managers was tempting but pivots are designed for regular users who don't know SPL.
Q: 5
which of the following are valid options with the chart command
Options
34 comments in the community discussion
1
A and B for sure
1
A/B for sure, had nearly the same on my last Splunk practice and both useother and usenull are valid chart options. Never seen C or D in docs or live use. Pretty sure this lines up with current exam stuff too, but happy to get corrected if Splunk changed something.
Q: 6
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
Options
32 comments in the community discussion
5
That makes sense, B. Only option B uses the transaction command in SPL correctly and then pipes to search REJECT to find all the events within those transactions. Let me know if anyone's seen this done another way.
4
My pick: B, that's how you'd get all events for sessions with at least one REJECT event. Seen this format in Splunk docs.
Q: 7
Which of the following statements about event types is true? (select all that apply)
Options
33 comments in the community discussion
1
I figured B since most searches need a time range, so B.
1
Why is B even listed if event types don't require a time range?
Q: 8
The limit attribute will___________.
Options
25 comments in the community discussion
5
A. setting limit overrides the default of 10 for commands like top. Unless they're asking about rare but pretty sure it's A.
2
Call it A, the limit attribute usually overrides the default of 10 for top. Rare defaults to 15, but nothing says rare here.
Q: 9
This clause is used to group the output of a stats command by a specific name.
Options
29 comments in the community discussion
5
Option B, D is usually the trap here, but "as" renames fields in stats output.
4
B . The wording is tricky since 'group' sounds like D, but 'as' (B) is what actually names the output field in the stats command. I've seen similar on Splunk practice, D's a common trap here.
Q: 10
Which of the following file formats can be extracted using a delimiter field extraction?
Options
27 comments in the community discussion
6
Option A-CSV. Seen similar stuff in the official docs and practice exams. Delimiter extraction with Splunk is built around formats like CSV, where commas or tabs clearly separate fields. XML and JSON don't use flat delimiters, so you'd need different extraction approaches for them. Open to discussion if anyone found so
1
Probably A, CSV is built around delimiters so it's a perfect fit for that kind of extraction in Splunk. XML and JSON are structured data, not typically parsed with delimiter logic. Pretty confident here but open if someone sees it differently.
Q: 11
After manually editing; a regular expression (regex), which of the following statements is true?
Options
8 comments in the community discussion
I'm going with D here. I thought the Field Extractor would keep its own copy so you could still revert or compare, especially if edits were done outside the UI. Not 100 percent sure though, maybe missing something.
Its B
Q: 12
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Options
3 comments in the community discussion
1
SPLK really loves these little keyword traps, always makes me double check. D
D for sure. "maxspan" sets that boundary for the total time in a transaction. Pretty sure about this but happy if someone has seen different usage.
Q: 13
When extracting fields, we may choose to use our own regular expressions
Options
5 comments in the community discussion
Feels like False. I thought Splunk usually takes care of field extraction with its built-in tools and you don't have to mess with regex yourself most of the time. Maybe I'm missing a scenario but that's how I've done it so far. Anybody see this differently?
True
Q: 14

These allow you to categorize events based on search terms. Select your answer.

Options
11 comments in the community discussion
8
Pretty sure it's event types. You use those to label and group events by matching search patterns, which makes organizing data easier. Official Splunk docs and practice questions mention event types a lot for this purpose.
6
Event Types
Q: 15

Which syntax will find events where the values for the 1 field match the values for the Renewal- MonthYear field?

Options
7 comments in the community discussion
4
Yep, for field-to-field comparison in SPL it's A every time.
3
Pretty sure it has to be A, comparison of fields needs no quotes in SPL.
Q: 16

Which of the following transforming commands can be used with transactions?

Options
3 comments in the community discussion
6
A Saw a similar question before, and eventstats is the edge case here. chart, timechart, stats, and eventstats all process transaction groups but the others listed aren’t transforming or don’t work post-transaction. If you spot one non-transforming command in the mix, that usually disqualifies the set.
3
Just to confirm, does the question mean "can be used directly after transactions" or "can process the results of a transaction command"? That might change which commands are possible.
Q: 17

A calculated field may be based on which of the following?

Options
7 comments in the community discussion
6
Yeah, it's extracted fields. Calculated fields in Splunk use data that's already been pulled out during extraction, then perform operations on those fields. Other things like lookups or inline search fields aren't the direct base for calculated fields. Pretty sure D fits best unless they're trying to trick us.
4
Pretty standard Splunk question, I’ve seen it on practice exams. The phrase they’re looking for is "extracted fields" since calculated fields need an already-parsed base.
Q: 18

During the validation step of the Field Extractor workflow: Select your answer.

Options
13 comments in the community discussion
5
Remove values that aren't a match. That's what the validation step actually does in the Field Extractor-you can deselect bad matches but you can't change the extraction logic itself. Pretty sure it's A here, not B or C.
2
Had something like this in a mock, it's A. You can remove values that don't fit the field you want during validation. Not totally sure if Splunk changed anything recently, but pretty confident on this one.
Q: 19

In the Field Extractor Utility, this button will display events that do not contain extracted fields. Select your answer.

Options
8 comments in the community discussion
3
B
1
Does the answer stay B if the regex only partially matched, or would those show up in Matches instead?
Q: 20
To which of the following can a field alias be applied?
Options
10 comments in the community discussion
3
Option B matches the official Splunk docs and practice test material I used. Worth reviewing the admin guide for field aliases.
1
Call it B. Had something like this in a mock, field aliases can go on both calculated and extracted fields. Lookup data isn’t valid for aliases, pretty sure.
Question 1 of 20

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top