About the Exam

Splunk Core Certified Advanced Power User covers complex searching and reporting, advanced knowledge-object use cases, and best practices for dashboards and forms. It is intended for Splunk Core Certified Power Users who want to prove deeper skills in Splunk Cloud or Splunk Enterprise environments. Passing demonstrates intermediate-level proficiency with advanced SPL and core dashboard and reporting workflows.

Exam Topics

  • Using Transforming Commands for Visualizations5%
  • Filtering and Formatting Results10%
  • Correlating Events15%
  • Creating and Managing Fields10%
  • Creating Field Aliases and Calculated Fields10%
  • Creating Tags and Event Types10%
  • Creating and Using Macros10%
  • Creating and Using Workflow Actions10%
  • Creating Data Models10%
  • Using the Common Information Model (CIM) Add-On10%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated June 23, 2026 at 6:59 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Creating and Using Workflow Actions

Which default Splunk role is permitted to use the Log Event alert action?

  • A Power
  • B User
  • C can_delete
  • D Admin
Explanation

The default Splunk 'power' role is granted capabilities to edit all shared knowledge objects — including saved searches and alerts — and to configure alert actions such as logging an event when an alert fires, whereas the default 'user' role is restricted to creating, running, and editing only the searches and objects that user owns. The 'can_delete' role exists solely to grant the delete-by-keyword capability used with the search command and carries no alerting capabilities. Because configuring the Log Event alert action requires the broader alert-editing capability that Splunk assigns by default to the power role (and by inheritance to admin), power is the role specifically intended to have this permission.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Creating Data Models

What makes a report eligible for acceleration?

  • A Fewer than 100k events in search results, with transforming commands used in the search string.
  • B More than 100k events in search results, with only a search command in the search string.
  • C More than 100k events in the search results, with a search and transforming command used in the search string.
  • D Fewer than 100k events in search results, with only a search and transaction command used in the search string.
Explanation

Report acceleration applies to reports based on qualifying transforming searches. Commands preceding the first transforming command must be streamable, and Splunk creates the acceleration summary only when the hot bucket covered by the summary range contains at least 100,000 events. The search command is streamable, so a search followed by a transforming command meets these requirements.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Creating and Using Macros

When a nested macro expands into a search string that starts with a generating command, what extra syntax is required?

  • A Double tick marks around the nested macro.
  • B A comma before the nested macro.
  • C Square brackets around the nested macro.
  • D A pipe character before the nested macro.
Explanation

In Splunk, a macro that expands to a generating command must be invoked with a leading pipe character. Generating commands must start the search pipeline, so the pipe is placed before the macro reference rather than in the macro definition.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Creating and Managing Fields

Which of the following are possible string results returned by the typeof function?

  • A True, False, Unknown
  • B Number, String, Bool
  • C Number, String, Null
  • D Field, Value, Lookup
Explanation

Splunk’s typeof function returns a string representation of a value’s type. Its documented example returns Number, String, Bool, and Invalid, so Number, String, and Bool are valid results.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Creating and Using Workflow Actions

Which capability must a power user have to create a Log Event alert action?

  • A edit_search_server
  • B edit_udp
  • C edit_tcp
  • D edit_alerts
Explanation

The edit_alerts capability authorizes a user to create and manage alert definitions and their actions. The TCP and UDP capabilities apply to network inputs, and edit_search_server applies to search-server configuration rather than alert creation.

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home