Splunk Core Certified Power User — Question 96
What does the fillnull command replace null values with, if the value argument is not specified?
Answer options
- A. NULL
- B. 0
- C. NaN
- D. N/A
Correct answer: B
Explanation
The fillnull command replaces null values with 0 by default when no specific value is indicated. The other options, such as NULL, NaN, and N/A, are not used as defaults by the fillnull command in this context.