ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 155 - Certified Data Architect discussion

Report
Export

UC has a requirement to migrate 100 million order records from a legacy ERP application into the salesforce platform. UC does not have any requirements around reporting on the migrated data.

What should a data architect recommend to reduce the performance degradation of the platform?

A.
Create a custom object to store the data.
Answers
A.
Create a custom object to store the data.
B.
Use a standard big object defined by salesforce.
Answers
B.
Use a standard big object defined by salesforce.
C.
Use the standard ''Order'' object to store the data.
Answers
C.
Use the standard ''Order'' object to store the data.
D.
Implement a custom big object to store the data.
Answers
D.
Implement a custom big object to store the data.
Suggested answer: D

Explanation:

Implementing a custom big object to store the data is the best recommendation to reduce the performance degradation of the platform, as it allows storing large volumes of data that do not need real-time access or reporting. Custom big objects can be defined using metadata API or developer console, and support up to 1 billion records per object. Creating a custom object or using the standard order object would consume a lot of storage space and impact the performance of queries and reports. Using a standard big object defined by salesforce would not be applicable for order records, as standard big objects are predefined for specific use cases such as audit trails or field history.

asked 23/09/2024
Miroslav Burzinskij
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first