An application developer needs to implement the following business policy. All customers get a minimum discount of 5%. Customers that are 60 years old or older with an income over 100, 000 get a 25% discount. All other customers 60 years old or older get a 10% discount.The application developer already authored the following rule.
Answer(s): B
An application developer needs to ensure that a set of rules covers all possible cases leaving no gaps. Which artifact should the application developer use to perform this task?
Answer(s): D
The Business Object Model (BOM) includes a Customer class with an Age attribute and a Score attribute both of type int. There are three rules and one query:When the application developer runs Query 1, which rules will be returned?
Answer(s): E
A Record instance is passed to the ruleflow as a ruleset parameter. A rule task performs validation and should accumulate all the issues found in the Record. The associated rules have the following characteristics:There are numerous action rules and decision tables. ?The rule conditions only involve the Record class and its attributes.The rule conditions perform many different tests in various order. The action part of the rules only adds messages to a list that is not involved in the conditions of the rules.Which execution settings should the application developer choose for the validation rule task?
An application developer notices that a class in the Java Execution Object Model (XOM) contains a number of methods that should not be imported into the Business Object Model (BOM). How should the application developer annotate the XOM to filter the methods that should not be imported into the BOM?
Answer(s): A
Post your Comments and Discuss IBM C9550-400 exam prep with other Community members: