Certified Advanced Administrator Exam QuestionsBrowse all questions from this exam

Certified Advanced Administrator Exam - Question 15


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?

Show Answer
Correct Answer: C

The junction object allows a many-to-many relationship between the Applicant and Position objects, enabling the tracking of how many applicants have applied for each position and how many positions each individual applicant has applied for. Additionally, the junction object allows the use of roll-up summary fields, which can aggregate data such as the number of applications per position or per applicant. This meets the requirement to track the information without the need for custom code.

Discussion

3 comments
Sign in to comment
thisistestuserOption: D
Jun 10, 2023

A…Duplicate records if junction object is not used B... Updating the applicant and position fields is unnecessary for the requirement to track numbers C…It is not necessary to refer to the summary field of the parent object in the junction object D…Aggregate the number of records of the junction object with the parent object

thisistestuser
Jun 10, 2023

I am sorry, I made a mistake. Correct the answer to C because the junction object is a child, not a master.

tManaOption: B
Mar 11, 2023

B. Territory hierarchy replaces the role hierarchy for sharing and D. Support for complex and frequently changed sales organization structures are the two capabilities of Territory Management.

IN35Option: C
Jul 10, 2024

Can’t be D because A junction object is not a master to either the Position or Applicant objects. It's a child object in a master-detail relationship with both.