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

Salesforce Integration-Architect Based on Real Exam Environment

Salesforce Certified Integration Architect (SP23) Questions and Answers

Question 9

Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders life cylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.

Which integration pattern should be used for this business use case?

Options:

A.

Remote Call In

B.

Request and Reply

C.

Fire and Forget

D.

Batch Data Synchronization

Question 10

Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.

Which three considerations should be evaluated and highlighted when deciding between the solutions?

Choose 3 answers

Options:

A.

Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real-time integrations.

B.

In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.

C.

Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.

D.

Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single message to a SOAP end point.

E.

Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.

Question 11

business requires automating the check and update of the phone number type

classification (mobile vs. landline) for all in-coming calls delivered to their phone

sales agents. The following conditions exist:

1. At peak, their call center can receive up to100,000 calls per day.

2. The phone number type classification is a service provided by an external service API.

3. Business is flexible with timing and frequency to check and update the records (throughout

the night or every 6-12 hours is sufficient).

ARemote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System ->

Salesforce) are determined to work with a middleware hosted on custom premise.

In order to implement these patterns and mechanisms, which component should an integration architect recommend?

Options:

A.

ConnectedApp configured in Salesforce to authenticate the middleware.

B.

IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.

C.

An API Gateway that authenticates requests from Salesforce into the Middleware (ETL/ESB).

D.

Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

Question 12

Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.

UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.

Which two actions should be recommended to fulfill this system requirement?

Choose 2 answers

Options:

A.

Develop an application in Heroku that connects to the on-premisedatabase via an ODBC string and VPC connection.

B.

Develop custom APIs on the company's network that are invokable by Salesforce.

C.

Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.

D.

Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.