What is one migration task a developer needs to perform when migrating a legacy business rules application to
the latest version of the product?
A.
Migrate existing TestSuite files.
B.
Migrate the XOM to include business annotations.
C.
Migrate existing B2X code from IRL to supported ARL.
D.
Update existing web service clients from JSON to XML.
Migrate existing B2X code from IRL to supported ARL.
What is the purpose of a RuleApp?
A.
A RuleApp is a deployable management unit.
B.
A RuleApp is the entry point for clients to access the business logic.
C.
A RuleApp contains a single executable ruleset.
D.
A RuleApp includes all that is needed by a single decision operation.
A RuleApp is a deployable management unit.
A company wants to use ODM for asynchronous processing with large payloads and very strict performance
guidelines. They want to keep data extraction and execution close to reduce any latency effects. They also
need ODM to scale as they might want to execute rules from several different applications concurrently. What
execution implementation fits these requirements?
A.
A stand-alone POJO session on a single VM.
B.
A custom MDB with a stateful or stateless rule session.
C.
A J2SE rule session to create a tightly coupled application with performance gains.
D.
An HTDS web service and increase the size of the connection pool based on performance testing needs.
A custom MDB with a stateful or stateless rule session.
For a request, which object is used for a Java execution of a Rule session?
A.
IIrRequest
B.
rule Request
C.
restAPIRequest
D.
IIrSessionRequest
IIrSessionRequest
What is the IlrJMXRuleAppMBean API used for?
A.
To manage ruleapp project
B.
To manage ruleset resources
C.
To create, list, and remove RuIeApps (name and version)
D.
To create, list, and remove rulesets (name and version)
To create, list, and remove RuIeApps (name and version)
Ruleset parameters can be defined for a ruleset or decision service, and the parameters can have different
directions such as IN, OUT, or IN_OUT. If the decision service being invoked includes all three different
types of parameters, which statement is true?
A.
Only the input parameter needs to be provided in the request.
B.
Only the input-output parameter need to be provided in the request.
C.
Both output and input-output parameters need to be provided in the request.
D.
Both input and input-output parameters have to be provided in the request.
Only the input parameter needs to be provided in the request.
Which of the following activities can be performed through the RES REST APIs?
A.
Executing a ruleset only
B.
Starting and stopping the RES server
C.
Deploying new artifacts and executing rulesets
D.
Managing deployed artifacts such as ruleapps. XOMs. libraries, and execute rulesets
Managing deployed artifacts such as ruleapps. XOMs. libraries, and execute rulesets
How are objects removed from working memory?
A.
clearObject ()
B.
removeobject()
C.
delete statement
D.
retract statement
removeobject()
Which execution algorithm should be used for a rule task with rule chaining?
A.
RetePlus
B.
Fastpalh
C.
Sequential
D.
Working memory
RetePlus
Which statement is true of a rule project that has multiple BOM entries referenced and some of them have the same element name?
A.
There cannot be multiple BOM entries referenced to rule projects.
B.
Rule Designer will show the error of having same element name already exists.
C.
If there are several BOM entries, an element in the first BOM entry in the path overrides any other
element with the same name in the other BOM entries
D.
If there are several BOM entries with same element name, then the order of runtime appearance has to
be set or else it will not allow the project to be saved.
If there are several BOM entries, an element in the first BOM entry in the path overrides any other
element with the same name in the other BOM entries
Categories named Vehicle and Customer have been added to a rule project. In the BOM of this rule project, a
business element Car has been assigned categories Vehicle and Automobile and a business element Client has
been assigned the category Customer. Which category filters need to be assigned to an action rule so that both
the Car and Client business element are visible in the rule? Select two.
A.
Any
B.
All
C.
Client
D.
Vehicle and Client
E.
Vehicle and Automobile
All
Vehicle and Automobile
What is the resulting BOM class when the following Java XOM class is imported in the rule project?
A.
Exhibit
B.
Exhibit
C.
Exhibit
D.
Exhibit
Exhibit
Page 1 out of 6 Pages |