SPLK-1002 Transactions and Event Correlation Practice Question
Which TWO of the following are valid reasons to use transaction instead of stats for event correlation?
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
✓
When you need to preserve the full events for each group.
Options A and C are correct. The transaction command is used when you need to preserve the full events for each group (A), which stats does not do (it produces statistical results). Additionally, transaction allows you to enforce a time window between events, such as maxspan or maxpause (C). Option B is false because stats is more efficient for very large datasets; transaction can be resource-intensive. Option D is false because stats typically provides faster performance due to lower overhead. Option E is false because both commands can handle events from multiple sourcetypes; that is not a distinguishing factor.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
When you need to preserve the full events for each group.
Why this is correct
transaction returns all original events within each group.
- ✗
When working with very large datasets.
Why it's wrong here
transaction is memory-intensive and not recommended for very large datasets.
- ✓
When you need to enforce a time window between events.
Why this is correct
transaction supports maxspan and maxpause options.
- ✗
When you need faster search performance.
Why it's wrong here
transaction is generally slower than stats.
- ✗
When events come from different sourcetypes.
Why it's wrong here
transaction can handle different sourcetypes only if they share a common field.
Go deeper
Related to this question
About these practice questions
One of 475 original SPLK-1002 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.