crt-450 question 266 discussion

View all Certified Platform Developer I here
back to salesforce forum

Question 266

Universal Container is building a recruiting app with an Applicant object that stores information
about an individual person that represents a job. Each application may apply for more than one job.
What should a developer implement to represent that an applicant has applied for a job?

  • A. Master-detail field from Applicant to Job
  • B. Formula field on Applicant that references Job
  • C. Junction object between Applicant and Job
  • D. Lookup field from Applicant to Job
Answer:

A


User Votes:
A 1 votes
50%
B
50%
C 2 votes
50%
D 1 votes
50%
Discussions
0 / 1000
pradeepa
1 year, 8 months ago

master detail is for 1-1 mapping