Salesforce Certified Sales Cloud Consultant — Question 203

Cloud Kicks has 300,000 account records and 16 million invoices in a custom object with a master-detail relationship to the Account. Each account record takes a long time to display due to the rendering time of the invoice related list.

What should the consultant do to reduce the amount of time to load the page?

Answer options

Correct answer: C

Explanation

Enabling indexing on all visible fields in the invoice related list can significantly improve query performance, making it the best solution to reduce the rendering time. Moving the related list to a separate tab (option A) does not actually address the underlying performance issue. Converting to a lookup relationship (option B) could change data integrity rules and may not enhance performance. Purging the recycling bin (option D) is unlikely to have a meaningful impact on the query performance for the invoice records.