ServiceNow Certified Implementation Specialist – Discovery — Question 20
For a pattern operation, which of the below choices could be a valid replacement for <_>? (Choose three.)
$IfTable<_>.InstanceID
Answer options
- A. [3]
- B. [X]
- C. [&]
- D. [.]
- E. [*]
- F. []
Correct answer: A, E, F
Explanation
The correct replacements for <_> in the given pattern are [3], [*], and []. These options are valid because they conform to the expected syntax for indexing or referencing instances. The other options, [X], [&], and [.] do not meet the criteria for valid replacements in this context.