Courseiva
Transforming Commands And FormattinghardMultiple ChoiceObjective-mapped

SPLK-1004 Transforming Commands And Formatting Practice Question

How do you handle case-insensitive filtering in a 'where' clause?

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

where lower(field) = "value"

The 'lower()' function is used to normalize the string for comparison.

Answer analysis

Option-by-option breakdown

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

  • where field == /value/i

    Why it's wrong here

    This is not valid SPL syntax.

  • where lower(field) = "value"

    Why this is correct

    Normalizing both sides is the standard way to ensure case-insensitivity.

  • where field = '(?i)value'

    Why it's wrong here

    Regex flags are not used in = comparisons.

  • where field.case = "ignore"

    Why it's wrong here

    This is not valid syntax.

About these practice questions

This SPLK-1004 question is part of Courseiva's 190-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 and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Splunk exam blueprint

This SPLK-1004 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-1004 exam.