Certified Pega Senior System Architect v8.7 — Question 59

An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:
MyCo-HR-SelfService-Work-TimeOff
MyCo-HR-SelfService-Work-Expense
If a report is created in the MyCo-HR-SelfService-Work class group, what instances will the report return?

Answer options

Correct answer: B

Explanation

The correct answer is B because the report will include instances of the derived classes MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense, provided they are not located in separate database tables. Options A and C do not accurately address the condition regarding database tables, while D excludes relevant derived instances.