ServiceNow Certified Implementation Specialist – Human Resources — Question 28
What method needs to be invoked from MatchingRuleProcessor class?
Answer options
- A. processAndGetCandidates
- B. processAndGetUsers
- C. processAndGelList
- D. processAndGetArray
Correct answer: A
Explanation
The correct answer is A, processAndGetCandidates, as it is the designated method for that class. The other options, while similar in naming, do not represent valid methods associated with the MatchingRuleProcessor class and therefore cannot be used for the intended functionality.