An application developer is preparing to deploy the ruleset that uses a Java Execution Object Model (XOM) to a Java EE environment for remote access, using stateless rule sessions. What should the application developer do to ensure optimal execution performance?
A company is running 20,000 rules in one ruleset and experiences latency during some ruleset executions. No hot deployments are used. After reviewing the execution traces, the application developer recognizes that the performance is affected by reparsing of the same ruleset after overnight inactivity. What should the application developer do to minimize the impact of ruleset parsing and speed up performance?
The response time of Decision Center while browsing and editing rule artifacts is slow. What should the application developer do to improve the performance?
A Hosted Transparent Decision Service (HTDS) for a car insurance company has the following input and output. Input: A form that includes information about the driver, the vehicle and the type of insurance. Output: The cost of insurance if the request is eligible. How should the application developer implement this flow of information between the calling application and the decision service?
An application developer needs to create a read-only attribute age in the Business Object Model (BOM) member Customer . The BOM uses a Java Execution Object Model (XOM). What should the application developer add to the XOM member that maps to the BOM member Customer?
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. Which additional rule should the application developer author?
An application developer collects the following requirements from the business analyst for the case assignment system: How should the application developer create the ruleflows?
The Java method Customer.getLastOrderAmt() is verbalized as last order amt} of {this}? and returns the amount of the last customer order. The rule authors decided that ?amt? should be spelled out as ? amount? in rule artifacts. Many rule artifacts already exist using the ?amt? abbreviation. To address the new requirement, the application developer should:
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?
An application developer is creating the enumeration LoanType in the Business Object Model (BOM). After creating a new class LoanType in the BOM using the BOM Editor, the application developer notices the following error: [B2X] Cannot find execution class ?LoanType? for translating business class ?LoanType? What should the application developer do to remove this error?