C2180-529 Free Dumps Study Materials
Question 5: Given the following rules:
Rule 1:
if the status of the frequent flyer is Bronze
and the loyalty years of the frequent flyer is greater than 2
then
set the discount rate to 10%;
Rule 2:
if the status of the frequent flyer is Silver
and the loyalty years of the frequent flyer is greater than 4
then
set the discount rate to 15%;
Rule 3:
if the status of the frequent flyer is Gold
and the loyalty years of the frequent flyer is greater than 4
then
set the discount rate to 20%;
Rules with this pattern will be added to the task during runtime selection. The number of rules
selected
may vary from a few to a large number.
Which execution algorithm is the most optimized that could be applied to this ruletask?
A. Rule chaining is required so RetePlus mode should be selected.
B. Dynamic priorities are required so RetePlus mode should be selected.
C. Sequential mode should be selected since the rules use homogeneous binding.
D. Fastpath mode should be selected since the rules use homogeneous binding.
Correct Answer: C