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.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

which of the following is not an ordering mechanism for the set of rules in task?

  1. literal
  2. default
  3. sorted
  4. numeric
Question 2 Multiple Choice (Single Answer)

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?

  1. C,D
  2. A,C,D
  3. B,C,E
  4. B,E
Question 3 Multiple Choice (Single Answer)

which of the following interfaces represents a rule engine instance?

  1. IIr reflect
  2. Iir rule engine
  3. Iir context
  4. Iir rule
Question 4 Multiple Choice (Single Answer)

which of the following is not a valid exit criteria?

  1. Rule
  2. rule instance
  3. none
  4. rule object
Question 5 Multiple Choice (Single Answer)

which of the rule interfaces can return the number of rules fired?

  1. Iir session execute result
  2. Iir result
  3. Iir response
  4. Iir rules response
Question 6 Multiple Choice (Single Answer)

which of the following is not related to the order of rules execuion?

  1. rule flow
  2. sub rule flow
  3. priority
  4. exit criteria
Question 7 Multiple Choice (Single Answer)

which of the following is not a valid rule property?

  1. activation date
  2. expiration date
  3. effective date
  4. status
Question 8 Multiple Choice (Single Answer)

Automatic variables can e created in

  1. Definitions section
  2. BOM editor
  3. Both
  4. None
Question 9 Multiple Choice (Single Answer)

Rule over riding can be applied to the following

  1. individual rule
  2. decision table
  3. decision tree
  4. rule task
Question 10 True/False

A project in rule team server can have several base lines.

  1. True
  2. False
Question 11 True/False

Synchronization between rule team server and rule studio is initiated and controlled by the rule studio.

  1. True
  2. False
Question 12 True/False

Getter method in BOM is associated with multiple navigation process

  1. True
  2. False
Question 13 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

  1. True
  2. False
Question 14 Multiple Choice (Multiple Answers)

The three files that make up the BOM entry?

  1. BOM
  2. XOM
  3. B2X
  4. VOC
Question 15 Multiple Choice (Multiple Answers)

Three main components of BAL rule?

  1. definitions
  2. preconditions
  3. conditions
  4. actions
  5. exceptions
Question 16 Multiple Choice (Multiple Answers)

Artifacts belong to rule studio rule project

  1. rule archives
  2. BOM entries
  3. XOM classes
  4. queries
Question 17 Multiple Choice (Multiple Answers)

Activities typically supported by rule scenario manager

  1. test rules
  2. author rules
  3. review rules
  4. monitor rule set
  5. rule set simulation
Question 18 Multiple Choice (Multiple Answers)

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?

  1. A
  2. B
  3. C
  4. D
  5. E
Question 19 Multiple Choice (Multiple Answers)

which among the following are the echniques of providing BOM to XOM mapping?

  1. IRL mapping
  2. Extender class
  3. External file mapping
  4. map files
Question 20 Multiple Choice (Multiple Answers)

which of the following formats will be allowed by the rule scenario manager to write test cases?

  1. Junit
  2. XML
  3. Excel
  4. Text files