Splunk Core Certified User — Question 9
Which of the following searches will return results where fail, 400, and error exist in every event?
Answer options
- A. error AND (fail AND 400)
- B. error OR (fail and 400)
- C. error AND (fail OR 400)
- D. error OR fail OR 400
Correct answer: A
Explanation
The correct answer is A because it specifies that all three terms—error, fail, and 400—must be present in each event. The other options do not enforce the presence of all three terms simultaneously, which is why they would not guarantee the same results.