Salesforce Platform Developer I (legacy) — Question 105

A Platform Developer needs to implement a declarative solution that will display the most recent Closed Won date for all Opportunity records associated with an
Account.
Which field is required to achieve this declaratively?

Answer options

Correct answer: C

Explanation

The correct answer is C because a Roll-up summary field on the Account object can aggregate data from related Opportunity records, specifically the Closed Won date. The other options are incorrect as they either pertain to the Opportunity object or do not provide the necessary aggregation capability on the Account level.