SPLK-1001 Practice Question: Creating Reports, Dashboards and Visualizations
A dashboard includes a time range picker. When a user selects 'Last 7 days', one panel does not update its data accordingly. What is the most likely cause?
⚠ Common exam trap
Splunk often tests the distinction between a dashboard-level time picker setting and a panel-level search override; the trap here is that candidates may think the picker itself is misconfigured (Option C) when the real issue is a hard-coded time range in the panel's search string.
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 panel's search uses a hard-coded time range like earliest=-30d.
When a dashboard has a time range picker, each panel's search must reference the picker's time tokens (e.g., `$time$` or `$earliest$`/`$latest$`) to dynamically inherit the selected range. Option B is correct because a hard-coded time range like `earliest=-30d` overrides the picker, causing the panel to ignore the user's selection of 'Last 7 days' and always show data from the last 30 days.
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 panel has insufficient permissions to access the data.
Why it's wrong here
Permissions would cause an error, not a lack of time update.
- ✓
The panel's search uses a hard-coded time range like earliest=-30d.
Why this is correct
Hard-coded time ranges override the dashboard time picker.
- ✗
The dashboard time picker is set to 'All time'.
Why it's wrong here
If set to 'All time', it would affect all panels uniformly.
- ✗
The panel is based on a scheduled report.
Why it's wrong here
Scheduled reports can still inherit dashboard time range if configured correctly.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SPLK-1001 question from scratch — 502 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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-1001 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-1001 exam.