Splunk Core Certified Power User — Question 144

What is the correct Boolean order of evaluation for the where command from first to last?

Answer options

Correct answer: C

Explanation

The correct answer is C: Parentheses, NOT, AND, OR, as this reflects the proper order of operations in Boolean logic. Options A, B, and D incorrectly position the operators, which would lead to an inaccurate evaluation of the conditions in the where command.