Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Architect All Questions

View all questions & answers for the Certified Data Architect exam

Exam Certified Data Architect topic 1 question 43 discussion

Actual exam question from Salesforce's Certified Data Architect
Question #: 43
Topic #: 1
[All Certified Data Architect Questions]

A large automobile company has implemented Salesforce for its sales associates. Leads flow from its website to Salesforce using a batch integration in Salesforce. The batch job converts the leads to Accounts in Salesforce. Customers visiting their retail stores are also created in Salesforce as Accounts.
The company has noticed a large number of duplicate Accounts in Salesforce. On analysis, it was found that certain customers could interact with its website and also visit the store. The sales associates use Global Search to search for customers in Salesforce before they create the customers.
Which option should a data architect choose to implement to avoid duplicates?

  • A. Develop an Apex class that searches for duplicates and removes them nightly.
  • B. Build a custom search functionality that allows sales associates to search for customer in real time upon visiting their retail stores.
  • C. Leverage duplicate rules in Salesforce to validate duplicates during the account creation process.
  • D. Implement an MDM solution to validate the customer information before creating Accounts in Salesforce.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ksho
1 year, 2 months ago
Selected Answer: C
C. Duplicate rules can throw errors in apex when a duplicate record is detected. Apex can use try/catch to handle duplicates gracefully. Not A. This doesn't prevent duplicates, it just cleans them up. Not B. This does not prevent duplicates. Not D. This doesn't need an MDM as the only database is salesforce. Adding in another database as an MDM still would not address duplicates and would add in unncessary complexity and processes.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...