Within a pricing application, a function rule artifact needs to be created to do a complex calculation. In what language does the application developer author the function?
Rule authors need to select a city from a drop-down list of more than 1000 cities when editing the condition statement of a rule within Decision Center. An application developer decides to customize the user experience so that the rule authors can search for a city in a popup window. How should the application developer do this?
A custom hierarchy property location is defined for each rule to specify geographical location to which the rule applies. The following figure shows the value of the location property for various rules. An application developer wants to select all rules that apply to Los Angeles. For example, Rule 1, Rule 2 and Rule 3. Which runtime rule selection Business Action Language (BAL) construct should the application developer use?
Business users manage promotions within Decision Center. To manage the promotions within Decision Center, the user interface needs to be customized with a new Promotion tab on the top menu. What should an application developer to do to register the Promotion tab?
A retail company needs a monthly report that lists only decision tables from all their pricing projects. The business users tried using queries to generate the report, but were unable to capture everything they need into an easy-to-read format, so they asked an application developer for help. What can the application developer do to support this requirement?
CORRECT TEXT
Business users would like the output of a simulation run to be displayed as a pie chart. What should the application developer do to implement this requirement?
CORRECT TEXT
A company wants to run a simulation against millions of database records to evaluate the business impact. The Rule Execution Server and Scenario Service Provider (SSP) used to run simulation are deployed on computer with multiple processors. What should the application developer do to reduce time required to run the simulation?
The design team decided to populate a Business Object Model (BOM) domain from a database and allow the rule authors to reload domain values within Decision Center when the database is updated. What should an application developer do to implement these requirements?
A ruleset contains one rule task that uses RetePlus execution mode, and one rule task that uses FastPath. For troubleshooting purposes, the application developer implements logging of the names of all the rules fired for every ruleset execution, using the API IlrSessionRequest.setTraceEnabled(true) and IlrSessionResponse.getRulesetExecutionTrace(). What property should the application developer also configure on the ruleset?