IBM Operational Decision Manager Advanced V8.7 Application Development - C9550-413 Exam Practice Test
An application developer is working on a rule project called "Pricing" which has monthly releases and is managed in Decision Center. There is a main branch, called "main". In February the rules are deployed and the
"February Release" deployment baseline is created. After creating several new rules for the March release in the "main" branch, a defect is identified in the "February Release" rules.
What steps can the application developer take to fix the February rules, deploy the fixed rules and ensure the fixed rules are utilized in future releases?
"February Release" deployment baseline is created. After creating several new rules for the March release in the "main" branch, a defect is identified in the "February Release" rules.
What steps can the application developer take to fix the February rules, deploy the fixed rules and ensure the fixed rules are utilized in future releases?
Correct Answer: C
Vote an answer
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?
How can an application developer access ruleset variables and parameters in rule language mapping code?
Correct Answer: A
Vote an answer
An application developer is modifying an existing ruleset in order to pass new intermediate data that does not currently exist from one rule package to another. The modification must not require any change to existing client applications.
The ruleflow is as follows:

Which of the following allows the application developer to pass data between Segment Customer and Determine Documentation within the restrictions mentioned above?
The ruleflow is as follows:

Which of the following allows the application developer to pass data between Segment Customer and Determine Documentation within the restrictions mentioned above?
Correct Answer: D
Vote an answer
A mortgage company has the following rules for determining yearly interest rate based on loan duration (in years):
*< 5 years - 5%
*>= 5 years and <= 10 years - 5.8%
*>= 11 years and < 15 years - 6.5%
*>= 15 years and <= 20 years - 7%
*> 20 years-7.5%
An application developer has created a decision table to implement these rules. The table contains one condition configured to test 'loan duration is between <min> and <max>; Which of the following correctly expresses the condition '>= 11 years and < 15 years'?
*< 5 years - 5%
*>= 5 years and <= 10 years - 5.8%
*>= 11 years and < 15 years - 6.5%
*>= 15 years and <= 20 years - 7%
*> 20 years-7.5%
An application developer has created a decision table to implement these rules. The table contains one condition configured to test 'loan duration is between <min> and <max>; Which of the following correctly expresses the condition '>= 11 years and < 15 years'?
Correct Answer: D
Vote an answer
A company has multiple decision services that generate and send offers across various channels such as a Java based website as well as a COBOL based mailing system. The rules in these decision services may be different but they do use the same business vocabulary. The COBOL based mailing system requires native integration with the generated COBOL API stubs.
How must the application developer create their XOM(s) and generate their shared BOM(s)?
How must the application developer create their XOM(s) and generate their shared BOM(s)?
Correct Answer: D
Vote an answer
An application developer is creating a product selection ruleflow for an order processing application. The following rule tasks have been identified:
*determine product eligibility
*determine product compatibility
*validate product
It is decided that an existing ruleflow will be reused for the rule task 'determine product eligibility'.
Which ruleflow element should the application developer select to add the existing ruleflow into the product selection ruleflow?
*determine product eligibility
*determine product compatibility
*validate product
It is decided that an existing ruleflow will be reused for the rule task 'determine product eligibility'.
Which ruleflow element should the application developer select to add the existing ruleflow into the product selection ruleflow?
Correct Answer: C
Vote an answer
Which one of the following describes a difference between the decision engine and the classic rule engine?
Rules passed to the:
Rules passed to the:
Correct Answer: A
Vote an answer