Salesforce Certified Platform App Builder — Question 345

Dream House Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period.

What type of relationship would an app builder set up to meet this specification?

Answer options

Correct answer: C

Explanation

The correct answer is C, as a Lookup relationship allows each new Realtor to be associated with exactly one experienced Realtor, which aligns with the requirement. The Many-to-many option would imply that new Realtors could be linked to multiple experienced Realtors, which contradicts the specification. Master-detail would create a stronger dependency that isn't necessary in this scenario, and Indirect lookup is not applicable to this mentorship setup.