SPLK-1001 Using Fields and Lookups Practice Question
A user notices that a calculated field defined in props.conf is not appearing in search results. Which of the following is the most likely cause?
⚠ Common exam trap
Candidates often confuse calculated fields with index-time field extractions or field aliases, assuming the issue is with indexing or alias configuration rather than the fundamental dependency on source field extraction.
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 source fields used in the calculation are not extracted.
Calculated fields in Splunk are evaluated at search time based on existing extracted source fields. If the source fields referenced in the calculation are not extracted (e.g., due to missing or incorrect field extraction configurations), the calculated field will not appear in search results. Option B correctly identifies this dependency.
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 calculated field requires index-time field extraction.
Why it's wrong here
Calculated fields are search-time only.
- ✓
The source fields used in the calculation are not extracted.
Why this is correct
Calculated fields depend on source fields being available.
- ✗
The calculated field is defined in a field alias configuration.
Why it's wrong here
Field aliases are defined differently and do not calculate values.
- ✗
The indexer is not configured to apply calculated fields.
Why it's wrong here
Calculated fields are applied by the search head, not indexers.
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.