Multiple choice technology

Checks not handled by rule consistency checker

  1. rule subsumptions

  2. rule with no actions

  3. infinitely looping

  4. self inconsistent

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The rule consistency checker in IBM ODM cannot detect infinitely looping rules because infinite loops are a runtime behavior that depends on input data and execution context. It can detect rule subsumptions, rules with no actions, and self-inconsistent rules through static analysis.