Splunk Enterprise Certified Admin — Question 15

Which of these URLs could be used to construct a REST request to search the employee KV store collection to find records with a rating greater than or equal to
2 and less than 5?

Answer options

Correct answer: C

Explanation

Option C is correct because it correctly formats the query to search for ratings that are greater than or equal to 2 and less than 5. Options A and B contain syntax errors in the query string, and option D has a misplaced bracket which makes it invalid.