Salesforce Certified Data Architect — Question 62

Universal Containers (UC) needs to run monthly and yearly reports on opportunities and orders for sales reporting. There are 5 million opportunities and 10 million orders. Sales users are complaining that the report will regularly timeout.
What is the fastest and most effective way for a data architect to solve the time-out issue?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating an aggregate custom object allows for summarization of data, reducing the load and time required to generate reports. Options A, B, and C do not directly address the timeout issue effectively, as they either complicate data retrieval, involve external tools, or require inefficient modifications to existing objects.