PEGACSA72V1 Exam QuestionsBrowse all questions from this exam

PEGACSA72V1 Exam - Question 15


A customer data object references an address as depicted by the data model below. How would you define the address property in the customer class?

Show Answer
Correct Answer: BC

In this data model, a customer has a one-to-one relationship with an address. This implies that each customer has exactly one address, which is best represented by a single page in data modeling terms. A 'page' in this context is used to define an embedded object. Therefore, the address property in the customer class should be defined as a page.

Discussion

1 comment
Sign in to comment
ClairFraserOption: B
Aug 9, 2020

B - Page. This is an embedded object.