Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A rule developer is creating a virtual method that will calculate the percentage of a provided value. The method receives 2 parameters: The first parameter is the percentage and second parameter is the value to calculate the percentage from. What is a correct verbalization to accomplish this?

A.

The {1}% of {2}

B.

The {0}%of{1}

C.

The {1}% of {this}

D.

The {0}% of {this}

What business rule application requirement would lead a Rule Developer to implement their own UrTraceDAO ,in order to create a custom DAO for storing execution traces?

A.

The business rule application must provide a full log of all the rules that were executed.

B.

The business rule application must provide evidence to auditors of how decisions were made.

C.

The business rule application must provide System Administrators with a way to roll back rule deployments.

D.

The business rule application must provide the business users with data in the format they need for their business reports on how decisions were made .

What properly needs to be set in a BOM Configuration file to ignore elements present in the BOM class but missing from the XOM?

A.

ignore.MissingXomElement

B.

update.ignoreDifferences

C.

update.ignoreMissingXomElement

D.

update.ignoreMissingBomElement

Which correctly represents the deployed RuleApp ruleset path template?

A.

RuleApp/RuleApp_major. RuleApp_minor/Ruleset/Ruleset_major. Ruleset_minor

B.

RuleApp/RuleApp_minor.RuleApp_major/Ruleset/Ruleset_minor.Ruleset_major

C.

Ruleset/Ruleset_major. Ruleset_minor/RuleApp/RuleApp_major. RuleApp_minor

D.

Ruleset/Ruleset_minor. Ruleset_major/RuleApp/RuleApp_minor. RuleApp_major

Which statement is true if a ruleset's XOM is based on an XML schema (.xsd file)?

A.

The RuleApp can only be deployed from Rule Designer.

B.

A managed XOM must be deployed to execute the ruleset.

C.

The XOM can only be deployed by using the Rule Execution Server console.

D.

The XML schema is packaged as a .xom file in the ruleset archive and deployed with the RuleApp.

A company wants to use ODM rules for a graphical user interface (GUI) validation. They want to use rules to validate forms filled out by customers. The rules would validate user input and answers to the questions. The users must have the ability to navigate the website while waiting for the ODM response. What implementation should they use?

A.

Implement a REST rule service in the XML format.

B.

Implement a HTDS rule session to handle the request and response web service call.

C.

Use an EJB rule session to handle changing the state of objects in working memory.

D.

Use an asynchronous ruleset execution and an observer to end the execution or catch an exception on failure.

Which statement is true about the Business Console Administration tab?

A.

Administration tasks can be done only in Enterprise Console.

B.

Only users with "rtsAdministrator" role have access to this tab.

C.

Only users with "rtsAdministrator" or "rtslnstaller" roles have access to this tab.

D.

Only users with "rtsAdministrator" or "rtsConfigManager" roles have access to this tab.

A company wants to implement a business rules solution for warranty claims on their widgets. The customer requires that servers should not store any information about the context of clients between calls and must have a strict enforcement of objects, rules and constraints. The implementation must support complex operations and synchronous calls. Integration with other services must be platform independent. What implementation best fits the customers requirements?

A.

Use a local EJB rule session.

B.

Implement an MDB with JSON format.

C.

Use an HTDS SOAP web service and JSON format.

D.

Implement a custom SOAP web service and XML format