Objective 3.3

Core Certified Power User

Group events using fields and time

Objective 3.3 sits in Correlating Events, which carries 15% of the Core Certified Power User exam. The questions below are original, written from the official objective title above, and each explanation cites the Splunk page it rests on.

Objective title verbatim from the official objectives. Splunk exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

3-3Correlating Events

An engineer needs to cap how long one transaction may run from first to last event. Which option does Splunk document?

maxpauseThe maxpause option limits the gap between consecutive events instead.
maxspanCorrect · your answerCorrect.
maxeventsThe maxevents option caps how many events a transaction may hold.
keepevictedThe keepevicted option decides whether incomplete transactions are output.

Correct.

Checked against help.splunk.com, August 2026

Concept

A reused identifier will happily glue a month of activity into one group. Bounding the total time is what keeps two separate visits from becoming one impossible session.

Why B

Splunk documents maxspan as the maximum length of time the events can span, which is the maximum total time between the earliest and latest events in a transaction, and says events exceeding it are treated as part of a separate transaction.

Source

Description: Specifies the maximum length of time in seconds, minutes, hours, or days that the events can span, which is the maximum total time between the earliest and latest events in a transaction. The events in the transaction must span less than the integer specified for maxspan . Events that exceed the maxspan limit are treated as part of a separate transaction.

Splunk Docs: transaction command, checked August 2026
#transactions#maxspan

Now you: objective 3.3 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

3-3Correlating Events

A user wants a transaction to end when nothing happens for five minutes. Which option does Splunk document for the gap between consecutive events?

Sample question 2 of 3

3-3Correlating Events

A team sets a negative value for maxpause. What does Splunk say that does?

Sample question 3 of 3

3-3Correlating Events

An analyst uses maxspan on results that were reordered earlier in the pipeline. What does Splunk require first?

Full Core Certified Power User question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Correlating Events