Free CERTIFIED-DATA-ARCHITECT Salesforce CERTIFIED-DATA-ARCHITECT Practice Test Question

Loading demo links...

Showing 4–6 of 9 questions

Question 4 (Topic 1)

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?

Select an option, then click Submit answer.

  • Develop an Apex class that searches for duplicates and removes them nightly.
  • Build a custom search functionality that allows sales associates to search for customer in real time upon visiting their retail stores.
  • Leverage duplicate rules in Salesforce to validate duplicates during the account creation process.
  • Implement an MDM solution to validate the customer information before creating Accounts in Salesforce.
Question 5 (Topic 1)

Universal Containers has a rollup summary field on account to calculate the number of contacts associated with an account. During the account load, Salesforce is throwing an "UNABLE_TO_LOCK_ROW" error. Which solution should a data architect recommend to resolve the error?

Select an option, then click Submit answer.

  • Perform a batch job in parallel mode and reduce the batch size.
  • Defer rollup summary field calculation during data migration.
  • Perform a batch job in serial mode and reduce the batch size.
  • Leverage Data Loader’s platform API to load data.
Question 6 (Topic 1)

Universal Containers has a large number of orders coming in from its online portal. Historically all orders are assigned to a generic user. Which two measures should a data architect recommend to avoid any performance issues while working with a large number of order records? (Choose two.)

Select an option, then click Submit answer.

  • Salesforce handles the assignment of orders automatically and there is no performance impact.
  • Clear the role field in the generic user record.
  • Create a pool of generic users and distribute the assignment of owners to the pool of users.
  • Create a role at the top of the role hierarchy and assign the role to the generic user.