Splunk Core Certified Power User — Question 12
Which of the following statements about macros is true? (Choose all that apply.)
Answer options
- A. Arguments are defined at execution time.
- B. Arguments are defined when the macro is created.
- C. Argument values are used to resolve the search string at execution time.
- D. Argument values are used to resolve the search string when the macro is created.
Correct answer: B, C
Explanation
The correct answer is B and C because arguments are indeed defined when the macro is created (B), and their values are utilized to resolve the search string at execution time (C). Options A and D are incorrect as they misrepresent when the arguments are defined and how they relate to the execution of the macro.