Integration-Architecture-Designer Salesforce Certified Integration Architecture Designer (SP19)

Loading demo links...

Showing 1–3 of 10 questions

Question 1

A company accepts payment requests 24x7. Once they accept a payment request, their

service level agreement (SLA) requires them to make sure each payment request is processed

by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.

They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.

Which two recommendations should an integration architect make to improve their SLA and update conflict handling?

Choose 2 answers

Select all that apply, then click Submit answer.

  • Middleware should coordinate request delivery and payment processing.

  • Data Entry Point and Middleware should automatically retry requests.

  • Payment System should process a payment request only once.

  • Payment System and Middleware should automatically retry requests.


Question 2

Universal Containers (UC) uses Salesforce to track the following customer data:

1. Leads,

2. Contacts

3. Accounts

4. Cases

Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.

UC has a requirement to update the proper external system with record changes in Salesforce and vice versa. Which two solutions should an Integration Architect recommend to handle this requirement?

Choose 2 answers

Select all that apply, then click Submit answer.

  • Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.

  • Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.

  • Use Change Data Capture to update downstream systems accordingly when a record changes.

  • Design an MDM solution that maps external ID's to the Salesforce record ID.


Question 3

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.

Which two questions should the integration architect consider? Choose 2 answers

Select all that apply, then click Submit answer.

  • Can the fulfillment system create new addresses within the Order Create service?

  • Can the fulfillment system make a callback into Salesforce?

  • Can the fulfillment system implement a contract-first Outbound Messaging interface?

  • Is the product catalog data identical at all times in both systems?