Closed
Application Design
Question 3
Show More
Question 3
-
An application rule lists the following application rulesets, in order:
There are five instances of a section rule named EnterClaimDetails in the rules cache as shown below:
When a user runs the application, which version of EnterClaimDetails is selected during rule resolution, when processing a fraud claim?
- RulesetA:01-05
- RulesetB:02-03
- RulesetC:01-17-50
There are five instances of a section rule named EnterClaimDetails in the rules cache as shown below:
Applies to class | Ruleset & version | Availability |
---|---|---|
Org-Div-Work | RulesetA : 01-04-02 | Available |
Org-Div-Work-FraudClaim | RulesetB : 01-02-01 | Blocked |
Org-Div-Work-FraudClaim | RulesetC : 01-17-99 | Withdrawn |
Org-Div-Work | RulesetB : 02-02-01 | Available |
Org-Div-Work-FraudClaim | RulesetC : 01-09-12 | Available |
When a user runs the application, which version of EnterClaimDetails is selected during rule resolution, when processing a fraud claim?
Org-Div-Work - RulesetA:01-04-02
Org-Div-Work-FraudClaim - RulesetC:01-17-99
Org-Div-Work - RulesetB:02-02-01
Org-Div-Work-FraudClaim - RulesetB:01-02-01
Org-Div-Work-FraudClaim - RulesetC:01-09-12
Correct!
Because this instance of the rule is not masked by a blocked or withdrawn rule, and the applies to class is more specific than Org-Div-Work, this version of EnterClaimDetails is run.
I think answer should be Org-Div-Work - RulesetB:02-02-01 with error raised. Why is it saying answer is Org-Div-Work-FraudClaim - RulesetC:01-09-12
Show Less