Exam Details

  • Exam Code
    :INTEGRATION-ARCHITECT
  • Exam Name
    :Salesforce Certified Integration Architect
  • Certification
    :Salesforce Certifications
  • Vendor
    :Salesforce
  • Total Questions
    :105 Q&As
  • Last Updated
    :Mar 27, 2025

Salesforce Salesforce Certifications INTEGRATION-ARCHITECT Questions & Answers

  • Question 21:

    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, theydetermined 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 integratethe two systems?

    A. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

    B. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

    C. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

    D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

  • Question 22:

    A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic

    Events, Change Data Capture,

    Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.

    What should the architect consider when making the recommendation?

    A. Push Topic Event can define a custom payload.

    B. Change Data Capture does not have record access support.

    C. Change Data Capture can be published from Apex.

    D. Apex triggers can subscribe to Generic Events.

  • Question 23:

    A customer imports data from an external system into Salesforce using Bulk API. These jobs have batch sizes of 2000 and are run in parallel mode. The batc fails frequently with the error "Max CPU timeexceeded". A smaller batch size will fix this error.

    Which two options should be considered when using a smaller batch size? Choose 2 answers

    A. Smaller batch size may cause record-locking errors.

    B. Smaller batch size may increase time required to executebulk jobs.

    C. Smaller batch size may exceed the concurrent API request limits.

    D. Smaller batch size can trigger "Too many concurrent batches" error.

  • Question 24:

    Universal Containers (UC) is currently managing a custom monolithic webservice that runs on an on-premise server. This monolithic web service is responsible for Point-to-Point (P2P) integrations between:

    1.

    Salesforce and a legacy billing application

    2.

    Salesforce and a cloud-based Enterprise Resource Planning application

    3.

    Salesforce and a data lake.

    UC has found that the tight interdependencies between systems is causing integrations to fail.

    What should an architect recommend to decouple the systems and improve performance of the integrations?

    A. Re-write and optimizethe current web service to be more efficient.

    B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.

    C. Use the Salesforce Bulk API when integrating back into Salesforce.

    D. Move the custom monolithicweb service from on-premise to a cloud provider.

  • Question 25:

    Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.

    Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:

    1.

    When a Contact record in Salesforce is updated, the external homegrown application should be.

    2.

    The synchronization should be event driven.

    3.

    The integration should be asynchronous.

    Which option should an architect recommend to satisfy the requirements?

    A. Leverage Platform Events to publish a custom event message containing changes to the Contact object.

    B. Leverage Change Data Capture to track changesto the Contact object and write a CometD subscriber on the homegrown application.

    C. Write an Apex Trigger with the @future annotation.

    D. Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.

  • Question 26:

    Acompany's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.

    Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure? Choose 2 answers

    A. Encrypted Custom Fields

    B. Named Credentials

    C. Protected Custom Metadata Types

    D. Protected Custom Settings

  • Question 27:

    An architect decided to use Platform Events for integrating Salesforce with an external system for a company.

    Which three things should an architect consider when proposing this type of integration mechanism? Choose 3 answers

    A. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.

    B. Salesforce needs to be able to store information about the external system in order toknow which event to send out.

    C. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.

    D. To publish an event, the integration user in salesforce needs create permission on the event entity.

    E. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.

  • Question 28:

    Universal Containers is a global financial company that sells financial products and services.

    There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.

    UC requested building a resilient integration for this batch apex job in case the invoice generation fails.

    What should an integration architect recommend to fulfill the requirement?

    A. Build Batch Retry and Error Handling in the Batch Apex Job itself.

    B. Batch Retry and Error Handling report to monitor the error handling.

    C. Build Batch Retry and Error Handling using BatchApexErrorEvent.

    D. Build Batch Retry and Error Handling in the middleware.

  • Question 29:

    Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.

    1.

    An order is created in Salesforce when the opportunity is closed and won, but the back- end ERP system is the data master for order.

    2.

    Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window. Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements? Choose 2 answers

    A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.

    B. High-volume event messages are stored for 24 hours (one day).

    C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.

    D. High-volume event messages are stored for 72 hours (three days).

  • Question 30:

    Only authorized users are allowedaccess to the EBS and the Enterprise DMS.

    Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.

    Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce? Choose 3 answers

    A. Users should beauthorized to view information specific to the customer they are servicing without a need to search for customer.

    B. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.

    C. Consider Enterprise security needs foraccess to DMS and EBS.

    D. Consider options to migrate DMS and EBS into Salesforce.

    E. Users should be authenticated into DMS and EBS without having to enter username and password.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Salesforce exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your INTEGRATION-ARCHITECT exam preparations and Salesforce certification application, do not hesitate to visit our Vcedump.com to find your solutions here.