Splunk Core Certified Power User — Question 94

What is the correct format for naming a macro with multiple arguments?

Answer options

Correct answer: B

Explanation

The correct answer is B because macros that accept multiple arguments must use parentheses to enclose the arguments. Options A and D incorrectly use square brackets, which are not valid for this context, and option C does not follow the correct format for a single argument macro.