Certified Pega System Architect v8.6 — Question 6
A moving company provides customers with a tool that recommends a moving vehicle based on the number of bedrooms in their current living space and whether they are planning to move heavy furniture like bed frames, mattresses, or couches. Based on the customer inputs, a decision table presents the customer with a recommendation.
Which two configurations do you use together to build the decision table? (Choose two.)
Answer options
- A. Create rows for the recommended moving vehicle.
- B. Create two rows, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
- C. Create a column for the recommended moving vehicle.
- D. Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
Correct answer: A, D
Explanation
Option A is correct because rows in a decision table represent the recommendations based on conditions. Option D is also correct as columns are needed to define the conditions that affect the recommendation, which in this case are the number of bedrooms and whether heavy furniture is being moved. Options B and C do not correctly represent the structure of a decision table for this scenario.