Salesforce Certified Advanced Administrator — Question 61
Universal Containers would like applicants to apply for multiple positions, tracking how many applicants have applied and how many positions each individual applicant has applied for. To do this, the administrator will create a Job Application junction object between the Applicant and Position objects.
How does this action meet the requirement?
Answer options
- A. A lookup relationship on the Applicant object with Position as the master provides roll-up summary fields without code
- B. The junction object allows the administrator to add a workflow rule to update fields on the Position and Applicant objects
- C. The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects
- D. The Job Application object as a master to Position and Applicant objects will allow roll-up summary fields on the Position and Applicant objects
Correct answer: D
Explanation
The correct answer is D because by establishing the Job Application object as the master in the relationship, it enables roll-up summary fields on both the Position and Applicant objects, allowing for effective tracking of applications. Options A and B do not address the many-to-many relationship requirement, while option C mentions a many-to-many relationship but fails to specify the roll-up capabilities that are provided by the master-detail setup.