PEGAPCSSA87V1 Exam QuestionsBrowse all questions from this exam

PEGAPCSSA87V1 Exam - Question 3


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?

Show Answer
Correct Answer: C

If a report is created in the MyCo-HR-SelfService-Work class group, it will return instances of its subclasses MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense. The instances belonging to the subclass are included because they share the same class group. There is no indication that these specific subclasses are stored in different database tables, so by default, the report covers all instances within the class group.

Discussion

5 comments
Sign in to comment
PalazzoOption: C
Nov 14, 2023

I have been going back and forth with this question and I think that answer C is the correct one. There is no mention at all in the question that indicates that the work subclasses are stored seperately. That means that the work subclass instances are stored in the same database table. Hence, answer C. I believe that the additional text "unless they are stored in different database tables" in answer B is misleading.

Palazzo
Nov 14, 2023

Also, the answers are also not complete. The complete and correct answer is that the report will return instances of MyCo-HR-SelfService-Work, MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense. The question is more about that Work classes that are in the same class group have the same key structure and are stored in the same database table. See: https://docs.pega.com/bundle/platform-88/page/platform/system-administration/class-groups-overview.html

kageyama2
Mar 25, 2024

As what you said "instances of MyCo-HR-SelfService-Work, MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense",So why not A?

jhtanOption: B
Dec 29, 2023

why not A?

ShreyaCCOption: B
Oct 7, 2023

B. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables

kageyama2
Mar 25, 2024

Objects of this class (and of subclasses of this class, except as overridden by other class group instances) are stored in a single database table See: https://docs.pega.com/bundle/platform-88/page/platform/system-administration/class-groups-overview.html

BCSZSZOption: C
Feb 3, 2024

did it in many other dumps. and they says C. also I concur for palazzo.

kageyama2Option: A
Mar 25, 2024

Objects of this class (and of subclasses of this class, except as overridden by other class group instances) are stored in a single database table See: https://docs.pega.com/bundle/platform-88/page/platform/system-administration/class-groups-overview.html