Oracle SOA Suite 12c Essentials — Question 23
Which statement is correct about how if-then rules are processed during an inferencing session?
Answer options
- A. Rules are evaluated in the order in which they were added to the ruleset.
- B. A particular rule can be fired only once in an inferencing session.
- C. The effective date set for a rule can take it out of consideration for evaluation.
- D. A priority setting of 1 will cause the rule to fire during each inferencing session.
- E. Rules with multiple IF conditions receive higher priority during evaluation.
Correct answer: A
Explanation
The correct answer is A because rules are processed in the order they are added to the ruleset, ensuring a structured evaluation. Option B is incorrect as rules can potentially fire multiple times depending on conditions. Option C is not entirely accurate since the effective date may affect the evaluation but does not outright remove a rule. Option D is misleading as priority settings determine the order of firing, not a guarantee of being triggered in every session. Option E is incorrect since priority is not solely based on the number of IF conditions.