If you’d like to understand the exam overview or check our learning roadmap before diving into the questions, please check out this article first!

Question 7: Rule Priority
In identification rules, if there is one rule with a Priority of 100 and another with a Priority of 200, which is the correct behavior?
- A. The rule with Priority 200 is evaluated first.
- B. Both rules are evaluated simultaneously.
- C. The rule with Priority 100 is evaluated first, and if a match is found, the process terminates.
- D. The rule with the highest number of matches is adopted.
【Correct Answer】 C. The rule with Priority 100 is evaluated first, and if a match is found, the process terminates.
【Detailed Explanation】
In ServiceNow’s Identification Rules, the numeric Priority value is used to control which attributes are prioritized to uniquely identify a CI.
- Evaluation Order: The lower the number, the higher the priority. Therefore, the rule with Priority 100 is evaluated before the rule with Priority 200.
- Process Termination (Short-circuiting): The IRE evaluates rules in order of priority. As soon as it finds a “match” with an existing CI, it stops the evaluation. Subsequent rules with lower priority (e.g., 200) will not be evaluated.
- When no match is found: Only if no match is found using the Priority 100 rule does the engine proceed to the next priority level (e.g., the rule with Priority 200). If no match is found after checking all defined rules, the IRE treats the data as a new entry and creates a new CI (Insert).
If these questions aren’t enough or you want extra peace of mind, I have curated a collection of 100 essential practice questions, based on my own experience passing the exam.
This is my personal answer to the question, “Where should I start?”
You no longer need to spend hours scouring through endless documentation. By working through these 100 carefully selected questions—which I believe are absolutely critical for passing—you can significantly increase your success rate.
Having taken the exam myself, I can confidently say this: whether or not you know these 100 questions is likely to be the deciding factor in your result.



コメント