Salesforce INTEGRATION-ARCHITECTURE-DESIGNER Exam (page: 4)
Salesforce Certified Integration Architect
Updated on: 25-Dec-2025

A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.

What type of monitoring should the Integration Consultant have considered to monitor this integration?

  1. Monitor Platform Events created per hour limits across the Salesforce instance.
  2. Set up debug logs for Platform Event triggers to monitor performance .
  3. Validate the Platform Event definition matches leads definition.
  4. Monitor the volume of leads that are created in Salesforce.

Answer(s): B



A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise. Below, is their current system landscape diagram.


The goals for implementing Salesforce follows:
1. Develop a 360 view of customer
2. Leverage Salesforce capabilities for Marketing, Sales and Service processes
3. Reuse Enterprise capabilities built for Quoting and Order Management processes

Which three systems from the current system landscape can be retired with the implementation of Salesforce? Choose 3 answers

  1. Order Management System
  2. Case Management System
  3. Sales Activity System
  4. Email Marketing System
  5. Quoting System

Answer(s): B,C,D



What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  1. The endpoint domain has been added to Cross-Origin Resource Sharing.
  2. The endpoint URL has been added to Content Security Policies.
  3. The endpoint URL has added been to an outbound firewall rule.
  4. The endpoint URL has been added to Remote Site Settings.

Answer(s): B



A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?

  1. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  2. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  3. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  4. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

Answer(s): A



A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.


The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time -
A to H in the diagram.

Which computation represents the end-to-end response time from the user's perspective?

  1. Sum of A to H
  2. Sum of A to F
  3. Sum of A, G, and H
  4. Sum of A and H

Answer(s): D



Viewing Page 4 of 23



Share your comments for Salesforce INTEGRATION-ARCHITECTURE-DESIGNER exam with other users:

Ethan 8/23/2023 12:52:00 AM

question 46, the answer should be data "virtualization" (not visualization).
Anonymous