Mobile-Solutions-Architecture-Designer Salesforce Certified Mobile Solutions Architecture Designer

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Universal Containers manages a catalog of over one million products that it makes available to its customers. The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes such as price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day. What integration pattern would you recommend to best manage this scenario?

Select an option, then click Submit answer.

  • Write a custom web service to accept product catalog changes from ERP.

  • Use the streaming API to receive product changes in real time from ERP.

  • Write an outbound message to send product changes in real time from ERP.

  • Build a scheduled ETL job to sync products on a nightly basis from ERP.

Question 8

Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database. What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?

Select an option, then click Submit answer.

  • Outbound messaging

  • APEX Batch

  • APEX Callout

  • Middleware

Question 9

Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts. What should an Architect recommend to prevent data duplication in salesforce?

Select an option, then click Submit answer.

  • Load the data into salesforce and then utilize the contact Duplicate Rule feature

  • Utilize an off-platform de-duplication tool prior to loading.

  • Create a de-duplication trigger before loading the data.

  • Utilize a batch apex process to de-duplicate the data after loading.