Salesforce Certified Platform App Builder — Question 362
Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.
What should an app builder recommend to meet these requirements?
Answer options
- A. Create a master-detail relationship field on Applicant__c to Application__c
- B. Create a master-detail relationship field on Application__c to Open_Position__c
- C. Create a master-detail relationship on Open_Position__c to Application__c
- D. Create a master-detail relationship field on Applicant__c to Applicatlon_c
Correct answer: C
Explanation
The correct answer is C because creating a master-detail relationship from Open_Position__c to Application__c allows multiple positions to be associated with a single application, fulfilling the requirement. Options A and D suggest relationships that do not support multiple applications for positions, while option B links applications to positions but does not allow for multiple applications per applicant.