Salesforce Certified Advanced Administrator — Question 9
Universal Containers wants to create a Feedback__c custom object related to Account and ensure all feedback records are owned by the same user as the
Account owner.
How should an administrator relate Feedback__c to Account?
Answer options
- A. Create a master-detail field on Feedback__c.
- B. Create a hierarchical field on Feedback__c.
- C. Create a lookup Account field and filter on Feedback__c.
- D. Create a junction object between Account and Feedback__c.
Correct answer: A
Explanation
The correct answer is A because a master-detail relationship allows Feedback__c to inherit the ownership from the Account, ensuring all feedback records are owned by the same user. Options B and D do not provide the necessary ownership linkage, while option C does not establish a direct ownership relationship either.