SPLK-1002 Transactions and Event Correlation Practice Question
Which three statements about the transaction command are correct? (Choose three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The transaction command automatically adds an 'eventcount' field.
Options A, D, and E are correct. The transaction command automatically adds the 'eventcount' and 'duration' fields to each result. It can also correlate events from different indexes, as it uses fields like ‘_time’ and a group-by field; there is no restriction that all events must come from the same index. Option B is false because startswith/endswith are optional; transaction can also use a field-based group (e.g., by session_id). Option C is false because transaction can correlate events from different sourcetypes.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The transaction command automatically adds an 'eventcount' field.
Why this is correct
Correct. The transaction command adds an ‘eventcount’ field that counts the number of events in each transaction.
- ✗
The transaction command requires a startswith or endswith parameter.
Why it's wrong here
Incorrect: these parameters are optional.
- ✗
The transaction command can only correlate events within the same sourcetype.
Why it's wrong here
Incorrect: transaction can correlate across sourcetypes if fields match.
- ✓
The transaction command automatically adds a 'duration' field.
Why this is correct
Correct. The transaction command adds a ‘duration’ field representing the time span of the transaction.
- ✓
The transaction command can be used with events from different indexes.
Why this is correct
Correct. The transaction command can correlate events from different indexes as long as they share the grouping field and time proximity; there is no single-index restriction.
Go deeper
Related to this question
About these practice questions
This SPLK-1002 question is part of Courseiva's 475-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SPLK-1002 practice question is part of Courseiva's free Splunk certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SPLK-1002 exam.