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

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time. Which two integration designs should the architect consider? Choose 2 answers

Select all that apply, then click Submit answer.

  • Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.

  • Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.

  • Utilize workflow outbound messaging, which has a built-in queuing framework.

  • Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.

Question 2

What are two reasons an existing custom field cannot be marked as External ID? Choose 2 answers

Select all that apply, then click Submit answer.

  • Maximum number of External IDs allowed on an object has been reached,

  • Maximum number of fields of an object has been reached.

  • Maximum number of skinny tables has been reached.

  • Maximum number of indexes allowed on an object has been reached.

Question 3

Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day. What three techniques should an Architect consider? Choose 3 answers

Select all that apply, then click Submit answer.

  • Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.

  • Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.

  • Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.

  • Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.

  • Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.