Courseiva
hardMultiple ChoiceObjective-mapped

SPLK-1001 Practice Question: An administrator notices that a data model with…

An administrator notices that a data model with acceleration is not returning results for a specific time range. The search uses `| datamodel` command. The summary range is set to 30 days. What is the most likely cause?

⚠ Common exam trap

Splunk often tests the misconception that acceleration always works for any time range, but the trap here is that candidates overlook the summary range limitation and assume acceleration covers all data regardless of the search window.

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 search time range exceeds the summary range of the acceleration.

When a data model is accelerated with a summary range of 30 days, the acceleration only precomputes and stores aggregated results for events within that 30-day window. If the search time range exceeds 30 days, the `| datamodel` command cannot use the accelerated summaries for the older data, and it must fall back to searching the raw data. However, if the acceleration is configured to only use summaries (e.g., with `summariesonly=t`), or if the raw data is not available, the search will return no results for the out-of-range period. The most likely cause given the scenario is that the search time range extends beyond the 30-day summary range, making the acceleration ineffective for that portion of the search.

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 acceleration has overwritten the original raw data.

    Why it's wrong here

    Acceleration does not delete or overwrite raw data.

  • The `| datamodel` command requires the `summariesonly=t` argument to use acceleration.

    Why it's wrong here

    By default, `| datamodel` uses acceleration if available, without needing `summariesonly`.

  • The search time range exceeds the summary range of the acceleration.

    Why this is correct

    If the time range is beyond the summary range, acceleration may not cover that period, causing fallback to raw data which might not be indexed.

  • The data model has a constraint that excludes the specific time range.

    Why it's wrong here

    Constraints affect which events are included, not whether acceleration works.

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 →

How Courseiva writes practice questions · Editorial policy

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.