ILOG JRules and Rule Engine Management
Tests knowledge of IBM ILOG JRules rule engine concepts including BOM/XOM mapping, rule execution, override behavior, decision tables, and rule team server operations.
Questions
which of the following is not an ordering mechanism for the set of rules in task?
- literal
- default
- sorted
- numeric
A,B,C,D,E are the rules in a task T 1. B over rides A, C over rides B and E over rides D. in a specific instance, the conditions of A,C,D are true and the conditions for B,E are false. Which rules will fire finally?
- C,D
- A,C,D
- B,C,E
- B,E
which of the following interfaces represents a rule engine instance?
- IIr reflect
- Iir rule engine
- Iir context
- Iir rule
which of the following is not a valid exit criteria?
- Rule
- rule instance
- none
- rule object
which of the rule interfaces can return the number of rules fired?
- Iir session execute result
- Iir result
- Iir response
- Iir rules response
which of the following is not related to the order of rules execuion?
- rule flow
- sub rule flow
- priority
- exit criteria
which of the following is not a valid rule property?
- activation date
- expiration date
- effective date
- status
Automatic variables can e created in
- Definitions section
- BOM editor
- Both
- None
Rule over riding can be applied to the following
- individual rule
- decision table
- decision tree
- rule task
A project in rule team server can have several base lines.
- True
- False
Synchronization between rule team server and rule studio is initiated and controlled by the rule studio.
- True
- False
Getter method in BOM is associated with multiple navigation process
- True
- False
In decision table it is not allowed for a row to contain an empty cell when the empty cell is in condition column
- True
- False
The three files that make up the BOM entry?
- BOM
- XOM
- B2X
- VOC
Three main components of BAL rule?
- definitions
- preconditions
- conditions
- actions
- exceptions
Artifacts belong to rule studio rule project
- rule archives
- BOM entries
- XOM classes
- queries
Activities typically supported by rule scenario manager
- test rules
- author rules
- review rules
- monitor rule set
- rule set simulation
If A is overridden by B, B is overridden by C, C is overridden by D, D is overridden by E, while executing ; the conditions A,C,D are satisfied while B and E don’t. then which rule enter the agenda?
- A
- B
- C
- D
- E
which among the following are the echniques of providing BOM to XOM mapping?
- IRL mapping
- Extender class
- External file mapping
- map files
which of the following formats will be allowed by the rule scenario manager to write test cases?
- Junit
- XML
- Excel
- Text files