ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 154 - Certified Data Architect discussion

Report
Export

UC is building a salesforce application to track contacts and their respective conferences that they have attended with the following requirements:

1. Contacts will be stored in the standard contact object.

2. Conferences will be stored in a custom conference_ c object.

3. Each contact may attend multiple conferences and each conference may be related to multiple contacts.

How should a data architect model the relationship between the contact and conference objects?

A.
Implement a Contact Conference junction object with master detail relationship to both contact and conference_c
Answers
A.
Implement a Contact Conference junction object with master detail relationship to both contact and conference_c
B.
Create a master detail relationship field on the Contact object.
Answers
B.
Create a master detail relationship field on the Contact object.
C.
Create a master detail relationship field on the Conference object.
Answers
C.
Create a master detail relationship field on the Conference object.
D.
Create a lookup relationship field on contact object.
Answers
D.
Create a lookup relationship field on contact object.
Suggested answer: A

Explanation:

Implementing a Contact Conference junction object with master detail relationship to both contact and conference_c is the correct way to model the relationship between the contact and conference objects, as it allows a many-to-many relationship between them. This means that each contact can attend multiple conferences, and each conference can be related to multiple contacts. Creating a master detail relationship field on either the contact or the conference object would create a one-to-many relationship, which does not meet the requirements. Creating a lookup relationship field on contact object would also create a one-to-many relationship, and would not enforce referential integrity.

asked 23/09/2024
Ibrahim Ramku
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first