Integration-Architect Salesforce Certified Integration Architect (WI23)

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (Mixed Questions)

Given the diagram below, a Salesforce org, middleware, and Historical data store (with20million records and growing) exists with connectivity between themHistorical records are archived from Salesforce and moved to Historical Data store (whichhouses 20M records and growing; fine-tuned to be performant with search queries).Call center agents use Salesforce, when reviewing occasional special cases, have requestedaccess to view the related historical case items that relate to submit cases.Which mechanism and patterns are recommended to maximize declarative configuration?

Select an option, then click Submit answer.

  • Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then useSalesforce Connect to consume and display the External Object alongside with the Caseobject.

  • C Use an ESB tool with a fire and forget pattern and then publish a platform event for therequested historical data.

  • Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to theESB endpoint to fetch and display component related to Case object

  • Use an ETL tool with a Batch Data Synchronization pattern to migrate historical datainto Salesforce and into a custom object (historical data) related to Case object.

Question 8 (Topic 1)

A global financial company sells financial products and services that include the following:

1. Bank Accounts

2. Loans

3. Insurance

The company has a core banking system that is state of the art and is the master system to store

financial transactions, financial products and customer information. The core banking system

currently processes 10M financial transactions per day. The CTO for the company is considering

building a community port so that customers can review their bank account details, update their

information and review their account financial transactions.

What should an integration architect recommend as a solution to enable customer community

users to view their financial transactions?

A Use Salesforce Connect to display the financial transactions as an external object.

C. Use Salesforce Connect to display the financial transactions as an external object.C Use Salesforce External Service to display financial transactions in a community lightning

page.

D Use Iframe to display core banking financial transactions data in the customer community.

Answer: C

Explanation:

Select an option, then click Submit answer.

  • Use Salesforce Connect to display the financial transactions as an external object.C Use Salesforce External Service to display financial transactions in a community lightning
    page.
    D Use Iframe to display core banking financial transactions data in the customer community.

Question 9 (Mixed Questions)

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.

The conceptual design files size is 2.5 GB.

Which solution should an integration architect recommend?

Select an option, then click Submit answer.

  • Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

  • Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.

  • Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.

  • Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.