nerdexam
Salesforce

ADM-201 · Question #369

Cloud Kicks is Introducing a new shoe model and wants to advertise on TV, radio, print, and social under the banner of a called New Runners. In addition, total statistics for this marketing effort…

The correct answer is D. Master-detail relationship. To associate individual marketing efforts (TV, radio, etc.) with a main 'New Runners' campaign and aggregate statistics, the administrator should use a Master-Detail relationship.

Submitted by kev92· Apr 18, 2026Object Manager and Lightning App Builder

Question

Cloud Kicks is Introducing a new shoe model and wants to advertise on TV, radio, print, and social under the banner of a called New Runners. In addition, total statistics for this marketing effort need to be aggregated and visible. Which feature should the administrator use to implement this functionality?

Options

  • AJunction object
  • BParent campaign field
  • CLookup relationship
  • DMaster-detail relationship

How the community answered

(55 responses)
  • A
    7% (4)
  • B
    4% (2)
  • C
    2% (1)
  • D
    87% (48)

Why each option

To associate individual marketing efforts (TV, radio, etc.) with a main 'New Runners' campaign and aggregate statistics, the administrator should use a Master-Detail relationship.

AJunction object

A junction object creates a many-to-many relationship between two independent objects, which is not the primary mechanism for aggregating statistics from child records to a parent in a hierarchical campaign structure.

BParent campaign field

The Parent Campaign field uses a self-referencing lookup relationship, which provides hierarchy but does not inherently offer automatic aggregation of statistics like rollup summary fields available with Master-Detail relationships.

CLookup relationship

A lookup relationship links two objects but does not enforce referential integrity or provide native rollup summary capabilities for aggregating data, which is a key requirement here.

DMaster-detail relationshipCorrect

A Master-Detail relationship establishes a strong parental link where detail records are related to a master record, allowing for the creation of rollup summary fields on the master record to aggregate data (like statistics) from the detail records.

Concept tested: Master-Detail relationship for data aggregation

Source: https://help.salesforce.com/s/articleView?id=sf.overview_of_custom_object_relationships.htm&type=5

Topics

#Object Relationships#Master-Detail#Roll-up Summaries#Data Aggregation

Community Discussion

No community discussion yet for this question.

Full ADM-201 Practice