How can the application developer create new decision service rule projects and decision operations to maintain the ruleset signatures and BOM hierarchy as shown in the diagram?
A car rental company offers the following discounts to customers who use their reservation rule application. The discounts are cumulative and must be applied in the specified order.
*Frequent renter discount
*Hybrid or electric car discount
*Corporate account discount
An application developer has created a rule package for discounts, and has authored an action rule for each discount. The rule names match the names listed above.
The application developer creates a rule task and adds individual rules to 'Rule Selection1 in the required order.
How should the application developer configure the rule task for discount calculation so that the rules fire in the specified order?
A company creates a new decision service and targets the decision engine. A Business Object Model (BOM) exists for this decision service. It is decided that additional elements must be added to the BOM and then mapped to the Execution Object Model (XOM) using BOM to XOM mapping.
How can an application developer access ruleset variables and parameters in rule language mapping code?
A company has a rules based pricing system that allows for different pricing strategies to be used based on different types of corporate policies:
* Lowest national price on all products for government customers.
* Price based on contract at highest hierarchical relationship.
* Lowest price for a particular category of products.
Customers are grouped by types such as government, preferred, or new. Hierarchy means a customer can have a contract with a vendor at levels such as global, regional or direct. Categories are properties of the product being priced such as safety, health, or clothing of which products may have more than one. The rules are organized into packages for each of the categories mentioned in this paragraph but are executed in different sequences based on the strategy that applies to the customer's order. The vendor has about 1000 customers and 3000 products.
In analyzing this situation, which set of business rule logic capabilities should an application developer choose to model this customer's pricing strategy?
An application developer is authoring a sale promotion policy for an online retailer.
The policy specifies the following promotion:
Purchase a minimum of any 3 items from either books, music, or office
products and receive a 5% discount on the total purchase.
How should the application developer write the condition of the action rule using the Business Action Language?
Currently there are no comments in this discussion, be the first to comment!