Courseiva
Advanced Visualization and LookupshardMultiple ChoiceObjective-mapped

SPLK-1002 Advanced Visualization and Lookups Practice Question

Exhibit

Refer to the exhibit.
```
[lookup_definition]
filename = departments.csv
case_sensitive_match = false
```

Where must the file 'departments.csv' be placed for this lookup definition to work?

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

In the lookups directory of the same app where the transforms.conf is defined.

The filename is relative; Splunk looks for it in the lookups directory of the app where the transforms.conf is defined. Therefore, option D is correct because the file 'departments.csv' must be placed in the lookups directory of the same app where the lookup definition (transforms.conf) resides. Option A is incorrect because $SPLUNK_HOME contains many directories, not specifically lookups. Option B is incorrect because while the search app's lookups directory could work if transforms.conf is in that app, the definition is not necessarily in the search app. Option C is incorrect because $SPLUNK_HOME/etc/system/lookups is a system-wide lookup directory, but for app-specific definitions, it should be in the app's lookups directory.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • In any directory under $SPLUNK_HOME.

    Why it's wrong here

    Splunk does not search arbitrary directories; it looks in the app's lookups and default lookups directories.

  • In the $SPLUNK_HOME/etc/apps/search/lookups directory.

    Why it's wrong here

    Only if the transforms.conf is in the search app; but by default, the lookup definition can be in any app.

  • In the $SPLUNK_HOME/etc/system/lookups directory.

    Why it's wrong here

    That is the global lookups directory, but the lookup definition is likely app-specific.

  • In the lookups directory of the same app where the transforms.conf is defined.

    Why this is correct

    Splunk resolves relative filenames within the app's lookups directory.

About these practice questions

This SPLK-1002 question is part of Courseiva's 475-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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-1002 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-1002 exam.