Courseiva
Advanced Visualization and LookupseasyMultiple ChoiceObjective-mapped

SPLK-1002 Advanced Visualization and Lookups Practice Question

Exhibit

Refer to the exhibit.
[region_lookup]
filename = region.csv
match_type = WILDCARD(region_code)
default_match = false
max_match = 1
Case_sensitive_match = true

An analyst runs a search with the command 'lookup region_lookup region_code OUTPUT region_name'. The events have a region_code field with values like 'us-east' and 'eu-west'. The lookup file contains 'US-EAST' and 'EU-WEST'. The lookup returns no results. What is the most likely cause?

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 case_sensitive_match is set to true

The lookup is case-sensitive ('Case_sensitive_match = true'), and the event fields have lowercase values while the lookup file has uppercase, causing no match.

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 lookup file format is incorrect

    Why it's wrong here

    The file format appears correct as a CSV.

  • The default_match setting prevents missing matches

    Why it's wrong here

    default_match=false means no default value, but doesn't prevent matching.

  • The match_type is WILDCARD but no wildcards used

    Why it's wrong here

    WILDCARD allows pattern matching, but exact match would still work without wildcards.

  • The case_sensitive_match is set to true

    Why this is correct

    Case sensitivity causes mismatches between uppercase and lowercase values.

  • The max_match setting limits results

    Why it's wrong here

    max_match=1 only affects when multiple matches exist, not case issues.

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.