Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Integration Architecture Designer Changed Integration-Architect Questions

Salesforce Certified Integration Architect (SP23) Questions and Answers

Question 25

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?

Options:

A.

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

B.

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

C.

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.

D.

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

Question 26

Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.

The callout from Salesforce to the OMS should be synchronous.

What should an Integration Architect do to satisfy these requirements?

Options:

A.

Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.

B.

Use Process Builder to call an Apex proxy class to make a REST callout to theOrder Management System.

C.

Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.

D.

Build a Lightning Component that makes a synchronous Apex REST callout to the Order ManagementSystem when a button is clicked.

Question 27

When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.

Which integration pattern and mechanism should be selected to meet the conditions?

Options:

A.

Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.

B.

Remote Call-In: Salesforce REST API with REST Composite Resources.

C.

Request-Reply: Enhanced External Services invokes a REST API.

D.

Data Virtualization: Salesforce Connect map data external REST data in external objects.

Question 28

Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.

Which Salesforce API should be used to implement this integration?

Options:

A.

Streaming API

B.

REST API

C.

Connect REST API

D.

User InterfaceAPI