The application developer needs to automate the rule project build process. The rule projects are stored in a Source Code Control system. What should the application developer do to automate the build process?
A. Use the Ant zip task to zip the rule project contents into a ruleset.
B. Install Rule Designer on the build machine and use the Rule Designer build automation tool to generate the ruleset.
C. Copy the Rule Designer API library files onto the build machine, write a Java class to call a remotely running Rule Designer to generate the ruleset using the Rule Designer API.
D. Install Rule Designer on the build machine and write a Java class to call the rule engine API.
正解:B
質問 2:
Business users want to be notified when a RuleApp has been updated or deleted. What should the application developer do to support this requirement?
A. Execute the res-jar Ant task to set up email notifications.
B. Register the business user in the Decision Center Console.
C. Create a Rule Execution Server MBeans listener.
D. Register the business user's email in RuleApp view page in Rule Execution Server Console.
正解:C
質問 3:
Given the rules under Append 1, and the scenarios under Append 2, what are the correct expected results?


IBM 000-400 Exam
A. Option C
B. Option A
C. Option D
D. Option B
正解:A
質問 4:
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?
A. Algorithm: RetePlus Exit Criteria: None
B. Algorithm: RetePlus Exit Criteria: RuleInstance
C. Algorithm: Sequential Exit Criteria: None
D. Algorithm: Fastpath Exit Criteria: RuleInstance
正解:C
質問 5:
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?

A. Option C
B. Option A
C. Option D
D. Option B
正解:D