Certified Pega System Architect v8.7 — Question 12
In an online retail application, the Order Receipt view displays a list of the products ordered, including the product image, unit cost, and quantity. The total cost of the order is displayed at the bottom of the view.
Which two configurations on the Order Receipt view must be used together to display the required information as described? (Choose two.)
Answer options
- A. Add the total cost outside the repeating dynamic layout.
- B. Add the total cost inside the repeating dynamic layout.
- C. Add a dynamic layout with an embedded repeating dynamic layout.
- D. Add a repeating dynamic layout with embedded dynamic layouts.
Correct answer: B, C
Explanation
The correct answer is B and C because the total cost needs to be calculated based on the items listed in the repeating dynamic layout, which is achieved by placing it within that layout (B). Additionally, a dynamic layout with an embedded repeating dynamic layout (C) is necessary to organize and display the items properly. Options A and D do not meet the requirement for displaying the total cost accurately in relation to the product details.