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
- A. Instances of all Work- derived classes
- B. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
- C. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
- D. Only instances of MyCo-HR-SelfService-Work
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.