ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 201 - Certified Data Architect discussion

Report
Export

A large retail company has recently chosen SF as its CRM solution. They have the following record counts:

2500000 accounts

25000000 contacts

When doing an initial performance test, the data architect noticed an extremely slow response for reports and list views.

What should a data architect do to solve the performance issue?

A.
Load only the data that the users is permitted to access
Answers
A.
Load only the data that the users is permitted to access
B.
Add custom indexes on frequently searched account and contact objects fields
Answers
B.
Add custom indexes on frequently searched account and contact objects fields
C.
Limit data loading to the 2000 most recently created records.
Answers
C.
Limit data loading to the 2000 most recently created records.
D.
Create a skinny table to represent account and contact objects.
Answers
D.
Create a skinny table to represent account and contact objects.
Suggested answer: B

Explanation:

The correct answer is B, add custom indexes on frequently searched account and contact object fields. Custom indexes are a way to improve the performance of your queries and reports by creating indexes on specific fields that are often used in filters or joins. By adding custom indexes on frequently searched account and contact object fields, you can speed up the response time for reports and list views. Loading only the data that users are permitted to access, limiting data loading to the 2000 most recent records, or creating a skinny table are also possible solutions, but they are either not feasible, not scalable, or not supported by Salesforce.

asked 23/09/2024
James Brion
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first