20+ practice questions focused on Using Fields and Lookups — one of the most tested topics on the Splunk Core Certified User SPLK-1002 exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Using Fields and Lookups PracticeA security analyst is investigating a suspicious IP address. They want to find all events related to that IP. Which field should they use in a search?
Explanation: The correct answer is A: source_ip. In Splunk, when investigating a suspicious IP address, the source_ip field identifies the origin of network traffic. By searching for source_ip=<suspicious IP>, you retrieve all events where that IP was the initiator of a connection, which is the most direct way to find events related to that IP in network logs.
A Splunk admin wants to enrich web server logs with geographic location data based on IP addresses. Which approach should they use?
Explanation: Option A is correct because Splunk's lookup command, combined with a lookup definition that references a geographic IP-to-location database (such as MaxMind GeoLite2), allows the admin to enrich web server logs with fields like city, country, and coordinates based on the client IP address. This is the standard, efficient approach for IP geolocation enrichment in Splunk, as it leverages pre-built external data without requiring custom parsing or calculations.
A search returns many events but the 'status' field is missing from some events. The admin wants to set a default value of 'unknown' when the field is absent. Which command should be used?
Explanation: Option C is correct because the `fillnull` command explicitly sets a default value for specified fields when they are null or missing in search results. In this scenario, `fillnull value=unknown status` replaces all null or absent 'status' field values with 'unknown', ensuring consistency across events. This command is designed specifically for handling missing field values in Splunk, unlike `eval` or `default` which operate differently.
A user wants to see only events where the 'action' field has a value of 'success'. Which search syntax should they use?
Explanation: Option B is correct because in Splunk's Search Processing Language (SPL), a field-value pair like `action=success` is the most direct and efficient way to filter events where the field 'action' has the value 'success'. This syntax leverages Splunk's index-time field extraction and inverted index lookup, making it faster than using the `where` or `search` commands for simple equality filters.
A lookup table contains employee names and IDs. An admin wants to add the employee name to events that contain an employee ID field called 'emp_id'. What is the correct lookup command syntax?
Explanation: Option D is correct because the `OUTPUTNEW` clause in a lookup command only adds fields from the lookup table that are not already present in the event, preventing overwriting of existing field values. In this scenario, the admin wants to add the employee name to events that already contain an `emp_id` field, so `OUTPUTNEW employee_name` ensures the name is appended without modifying any existing data.
+15 more Using Fields and Lookups questions available
Practice all Using Fields and Lookups questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Using Fields and Lookups. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Using Fields and Lookups questions on the SPLK-1002 frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Using Fields and Lookups is tested as part of the Splunk Core Certified User SPLK-1002 blueprint. Practicing with targeted Using Fields and Lookups questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free SPLK-1002 practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Using Fields and Lookups is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Using Fields and Lookups practice session with instant scoring and detailed explanations.
Start Using Fields and Lookups Practice →