Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Splunk logo

SplunkCore Certified User

Domain 7Objective 2

Examine a Lookup File Example SPLK-1001 Practice Questions (Page 4)

Part of the Creating and Using Lookups domain, which accounts for 6% of the SPLK-1001 exam. Splunk does not publish an official question count, but from its 60-minute exam (~25–40 total, ~2–2 in this domain), expect 1–1 from this objective — we provide 21 practice questions to prepare you well beyond it. (estimate)

21questions here
5free pages
3concepts
6%of the exam

Questions 16–20

  1. 16application · medium

    An analyst has a lookup file `accounts.csv` with `acct_id` and `status`. The analyst runs: `index=finance | lookup accounts acct_id AS account_id OUTPUT status`. The events have a field `account_id`. What is the result?

    Select an answer first
  2. 17expert · hard

    A lookup file `users.csv` has `user_id` and `role`. An analyst runs: `index=auth | lookup users user_id OUTPUT role | stats count by role`. The events contain `user_id` values, some of which are not in the lookup file. What is the most accurate statement about the `stats` output?

    Select an answer first
  3. 18application · medium

    A lookup file `users.csv` contains `username` and `full_name`. An analyst runs: `index=auth | lookup users username OUTPUT full_name | stats count by full_name`. Some events have a `username` value that is not in the lookup file. What will the `stats` command show?

    Select an answer first
  4. 19application · medium

    A security analyst has a CSV file named employee_map.csv with the following content: employee_id,department,manager 1001,Sales,Alice 1002,Engineering,Bob 1003,Finance,Carol The analyst runs this search: `index=main sourcetype=access_log | lookup employee_map employee_id OUTPUT department`. The events in the access log contain a field called `emp_id`. What is the most likely reason the lookup returns no enriched results?

    Select an answer first
  5. 20expert · hard

    A lookup file `products.csv` has `sku` and `price`. An analyst runs: `index=sales | lookup products sku OUTPUT price | where price > 100`. The events contain `sku` values, some of which are not in the lookup file. What is the result?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Splunk. “SPLK-1001” is a trademark of its owner, used for identification only.