Splunk Core Certified Power User — Question 73
Which of the following eval command functions is valid?
Answer options
- A. int()
- B. count()
- C. print()
- D. tostring()
Correct answer: D
Explanation
The correct answer is D, tostring(), because it is a valid function used in the eval command context. The other options, int(), count(), and print(), do not function within the same scope of the eval command and are therefore incorrect.