Splunk Core Certified Power User — Question 40
Which of the following statements is true, especially in large environments?
Answer options
- A. Use the stats command when you need 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.
Correct answer: B
Explanation
The correct answer is B because the stats command is designed to perform aggregations efficiently, making it faster than the transaction command, especially in large environments. Options A and D misrepresent the functions of the commands, while option C incorrectly states the performance comparison.