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

What is needed when executing a decision service by posting a REST request?

A.

ruleset library

B.

ruleset name

C.

XOM JAR file

D.

RuleApp JAR file

Which statement is true regarding the decision service rule project hierarchy?

A.

A standard rule project can be changed to a main rule project when it is reference by other rule projects.

B.

Changing a rule project to a main rule project can affect the deployment and synchronization of the project.

C.

Changing a main rule project to a standard rule project removes the main rule project references to other rule projects.

D.

Changing a rule project from a standard rule project to a main rule project always requires changes to the way rule projects are referenced.

A large enterprise has multiple decision services from different business units using Decision Center as the source of truth to maintain their rules. Some of these projects have customized Decision Center behaviors in order to meet business user authoring experience requirements.

What are two reasons to use Decision Center in non-production environments in order to minimize interruption to access to Decision Center for this customer?

A.

To test customizations

B.

To test product updates and ifixes

C.

To test the behavior of large decision tables

D.

To develop and encourage POCs away from production

E.

To simulate new complex rule ideas away from production

What has to be selected or defined when running a simu-lation in Decision Center?

A.

JDBC Connection

B.

The Cluster JVM

C.

Output Folder for Result

D.

The Decision Runner server

In the process of Decision Center configuration, several different security roles are defined for the Decision Center. Which group contains the correct security roles?

A.

user, adminUser, configUser

B.

dcinstalled dcUser, dcAdministrator

C.

rtsUser, rtsAdministrator, rtsConfigManager

D.

resAdministrator, resConfigManager, reslnstaller

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 rule task in a ruleflow contains multiple rules and all the rules in this task need to be evaluated. Which Exit Criteria should be chosen?

A.

Rule

B.

None

C.

Literal

D.

Rulelnstance

The project owner, Paul, asks a rule author, Bea, to update rules for the Spring release, and asks Adam to review and validate Bea's changes. After Bea finishes her updates, she notifies Adam. Adam is unable to access the project to test the changes. What is the problem?

A.

Paul forgot to assign Adam as a Tester.

B.

Adam has rtsUser permissions, therefore, he cannot test rules.

C.

After Bea finished her updates, she marked the status as Finished, which prevented Adam from testing.

D.

Paul needed to mark Bea's updates to the Spring release as Reviewed so that Adam could see the updates.

How many business rules are captured in the decision table below where the Customer Status and Purchase Amount are condition columns?

A.

4

B.

6

C.

7

D 8

A developer needs to build an asynchronous decision service that can process extremely high transaction volume for a small input request and from an application that is not mission critical.

Which API offers the fastest throughput, sufficient reliability, and least amount of client side development for this decision service?

A.

SOAP/XML web service

B.

REST/JSON web service

C.

Java Message Service (JMS)

D.

Remote interface of an EJB rule session