Certified Pega System Architect v7.2 — Question 2

A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How would you design the report definition to support this requirement?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding a filter condition for Create Date ensures that only cases created after the current date are included, which aligns with the requirement. Options A and B do not address the sorting or filtering needed, while C only specifies the sort order without filtering out older cases.