BACHELOR OF BUSINESS ADMINISTRATION

BUSINESS ADMINISTRATION

BUSINESS POLICY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In an online shopping application, the user can select a product to purchase. Upon selecting the product, the system will display the cost of the product and allows the user to select the quantity. A declare expression uses the two source properties to calculate the target property, Total Cost:Product CostQuantityIdentify the correct statement that is used inside the declare expression rule
A
Total Cost = Product Cost + Quantity
B
Product Cost * Quantity = Total Cost
C
Total Cost = Product Cost / Quantity
D
Total Cost = Product Cost * Quantity
Explanation: 

Detailed explanation-1: -The answer is the declarative network.

Detailed explanation-2: -Developers create a new version of a rule whenever case behavior needs to change. Pega Platform maintains a history of changes to a rule, allowing developers to review the change history and undo changes if needed.

Detailed explanation-3: -Declare Expression is one among the four main types of declarative rules in Pega which target a single property either to obtain its value or to validate the value. The declarative rules include: Declare Expression. Declare Onchange.

Detailed explanation-4: -A declarative rule describes a computational relationship among property values that is expected to be valid “always” or “often” or “as needed.” In practice, declarative rules are evaluated automatically when needed to satisfy certain conditions.

There is 1 question to complete.