Exam PEGAPCSSA87V1 All QuestionsBrowse all questions from this 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?

    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
jhtanOption: B

why not A?

PalazzoOption: C

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

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

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?

kageyama2Option: A

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

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

ShreyaCCOption: B

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

kageyama2

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