[Apr 01, 2026] PassSureExam Integration-Architect Exam Practice Test Questions (Updated 130 Questions) [Q44-Q60]

Share

[Apr 01, 2026] PassSureExam Integration-Architect Exam Practice Test Questions (Updated 130 Questions)

Pass Salesforce Integration-Architect Exam Info and Free Practice Test

NEW QUESTION # 44
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, thefollowing 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?

  • A. Sum of A to H
  • B. Sum of A, G, and H
  • C. Sum of A to F
  • D. Sum of A and H

Answer: D

Explanation:
The end-to-end response time from the user's perspective is the time elapsed between the user's request and the user's receipt of the final response. In the diagram, this corresponds to the sum of A and H, which are the durations of the synchronous calls from the user interface to the cloud-based application and back. The other durations (B to G) are either internal tothe cloud-based application or asynchronous calls that do not affect the user's perception of response time. Therefore, the correct answer is D, because it represents the sum of A and
H.


NEW QUESTION # 45
Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?

  • A. Use salesforce platform event.
  • B. Use streaming API to generate push topic.
  • C. Use outbound message.
  • D. Use request and reply.

Answer: D


NEW QUESTION # 46
What should an Integration architect consider when recommending Platform Events as an Integration solution?

  • A. Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.
  • B. Event Monitoring Is used to track user activity, such as logins and running reports.
  • C. When an event definition Is deleted, It's permanently removed and can't be restored.

Answer: C

Explanation:
Event Monitoring is used to track user activity, such as loginsand running reports, but it is not related to Platform Events. Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity is also not related to Platform Events. When an event definition is deleted, it's permanently removed and can't berestored. This means that the event definition and its associated data are no longer available for subscribers or queries.


NEW QUESTION # 47
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

  • A. Remote Call-In
  • B. Batch Data Synchronization
  • C. Remote Process Invocation-Fire and Forget
  • D. Remote Process Invocation-Request and Reply

Answer: B


NEW QUESTION # 48
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?

  • A. Trigger invokes Queueable Apex method, with custom error handling process.
  • B. Button press invokes synchronous callout, with user handling retries in case of error
  • C. Outbound Messaging, which will automatically handle error retries to the service.
  • D. Trigger makes @future Apex method, with custom error handling process.

Answer: A


NEW QUESTION # 49
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 time exceeded". 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 increase time required to execute bulk jobs.
  • B. Smaller batch size may cause record-locking errors.
  • C. Smaller batch size can trigger "Too many concurrent batches" error.
  • D. Smaller batch size may exceed the concurrent API request limits.

Answer: A,B


NEW QUESTION # 50
Universal Containers (UC) works with third-party agents on banner initial design concepts. The design files (2.5 GB) are stored in an on-premise file store. UC wants to allow agencies to view these files in the community. Which solution should an integration architect recommend?

  • A. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  • B. Create a custom object to store the file location URL; when a community user clicks on the file URL, redirect the user to the on-premise system file location.
  • C. Create a Lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

Answer: B

Explanation:
When dealing with extremely large files, such as the 2.5 GB design files mentioned, an architect must consider the platform's file size limits and storage costs. Salesforce Files have a maximum upload size of 2 GB through most interfaces, making Option B technically unfeasible for a 2.5 GB file. Furthermore, storing numerous large files natively in Salesforce would lead to excessive storage consumption and costs.
The most efficient and cost-effective approach is Data Virtualization or Redirection. By creating a custom object to store the file location URL (Option C), the actual file remains in the performant on-premise file store. When the community user needs to access the design, they are redirected to the source system, which handles the massive data transfer. This fulfills the requirement to "view" the files without the overhead of moving gigabytes of data through the Salesforce infrastructure. Option A is less ideal because a 2.5 GB download over a standard Request-Reply pattern would likely lead to timeouts and a poor user experience.


NEW QUESTION # 51
Universal containers are planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • B. Propose a middleware system that can support interface between systems with Salesforce.
  • C. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

Answer: A

Explanation:
The integration consultant should evaluate current and future data and system usage andthen identify potential integration requirements to Salesforce. This approach can help to understand the business needs, data flows, data quality, data volume, data frequency, and data security of the proposed CRM system. Based on this analysis, the integration consultant can design and implement the best integration solution for each system, such as Marketing, ERP, or Outlook.
References: [Salesforce Integration Architecture Designer Resource Guide]


NEW QUESTION # 52
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Use Change Data Capture to update downstream systems accordingly when a record changes.
  • B. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • C. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • D. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.

Answer: A,C


NEW QUESTION # 53
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers

  • A. Include non-selective criteria in query filters.
  • B. Remove the query filters.
  • C. Include selective criteria in query filters.
  • D. Remove the sharing restrictions.

Answer: C,D

Explanation:
Explanation
Option C is correct because including selective criteria in query filters can improve the performance of the integration. Selective criteria are filters that reduce the number of records that need to be scanned by the query optimizer, such as indexed fields, standard indexes, or custom indexes. Selective criteria can help the query run faster and avoid hitting the query timeout limit or the query row limit.
Option D is correct because removing the sharing restrictions can improve the performance of the integration. Sharing restrictions are filters that limit the access to records based on the user's role, profile, or sharing rules. Sharing restrictions can add complexity and overhead to the query execution, as they require additional joins and calculations. Removing the sharing restrictions can simplify the query and reduce the number of records that need to be processed.
Option A is incorrect because including non-selective criteria in query filters can degrade the performance of the integration. Non-selective criteria are filters that do not reduce the number of records that need to be scanned by the query optimizer, such as non-indexed fields, formula fields, or OR conditions. Non-selective criteria can cause the query to run slower and hit the query timeout limit or the query row limit.
Option B is incorrect because removing the query filters can degrade the performance of the integration.
Query filters are conditions that specify which records to retrieve from the database, such as WHERE clauses or LIMIT clauses. Query filters can help the query run faster and avoid retrieving unnecessary or unwanted data. Removing the query filters can increase the number of records that need to be processed and transmitted by the integration.
References: Working with Very Large SOQL Queries: Improve performance with custom indexes using Salesforce Query Plan tool: Querying Data That Respects User Permissions: How does sharing affect SOQL performance?: SOQL SELECT Syntax : SOQL Best Practices


NEW QUESTION # 54
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers

  • A. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
  • B. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
  • C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
  • D. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.

Answer: B,C


NEW QUESTION # 55
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?

  • A. Platform Events for Salesforce to Legacy Systemdirection and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  • B. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  • C. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner 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.

Answer: B

Explanation:
Outbound Message is a SOAP-based notification service that sends information about changes in Salesforce to a specified endpoint. It is a type of Remote Process Invocation-Fire and Forget integration pattern, which means that Salesforce does not wait for a response from the external system. Outbound Message can be configured using workflow rules or process builder, and it can include a subset of fields of the object that triggered the message. Outbound Message requires the external system to expose a SOAP web service that conforms to the WSDL generated by Salesforce1.
SOAP API is a way to access Salesforce dataand functionality using SOAP (Simple Object Access Protocol), which is a standard XML-based protocol for exchanging structured data over the web. SOAP API can be used for both inbound and outbound integration, and it supports two types of WSDL (Web Service Description Language) files: Enterprise and Partner. Enterprise WSDL is a strongly typedWSDL file that is specific to an organization's Salesforce configuration. It can be used when the client application knows the objects and fields it needs to accessat compile time. Partner WSDL is a loosely typed WSDL file that is generic for any organization. It can be used when the client application needs to access data dynamically at run time2.
Therefore, the correct answer is A, because Outbound Message is suitable for Fire and Forget integration from Salesforce to the legacy system, and SOAP API using Enterprise WSDL is suitable for getting response back in a strongly typed format from the legacy system to Salesforce.
References: 1: Remote Process Invocation-Fire and Forget | Integration Patterns and Practices | Salesforce Developers 2: SOAP API Developer Guide | SOAP API Basics | Salesforce Developers


NEW QUESTION # 56
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?

  • A. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  • B. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
  • 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. Define an External Data Source and use Salesforce Connect to upload the files to an external object.
    Link the external object using Indirect lookup.

Answer: C

Explanation:
Explanation
The best solution for this scenario is to use a custom object to store the file location URL and redirect the community user to the on-premise file store when they click on the URL. This way, the community user can access the large design files without having to download them or use any external data source. Option A is not feasible because the Request and Reply integration pattern is not suitable for large files and would cause performance issues. Option B is not correct because Salesforce Connect cannot upload files to an external object, only data. Option D is not possible because Salesforce Files has a limit of 2 GB per file, and the design files are 2.5 GB in size. References:
Salesforce Connect Developer Guide
Salesforce Files Developer Guide


NEW QUESTION # 57
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers

  • A. Require the Apex REST API Clients to implement the HttpCalloutMock.
  • B. Call the Apex REST API Clients in a test context to get the mock response.
  • C. Call the HttpCalloutMock implementation from the Apex REST API Clients.
  • D. Implement HttpCalloutMock to return responses per RAML specification.

Answer: B,D


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

  • A. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
  • B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Case object.
  • C. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
  • D. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.

Answer: B

Explanation:
Explanation
The Data Virtualization pattern allows Salesforce to access external data sources without storing the data in Salesforce. This reduces the data storage and synchronization costs and enables real-time access to the historical data. Salesforce Connect can be used to consume OData endpoints exposed by the ESB tool and display the external objects as related lists or custom components on the Case object


NEW QUESTION # 59
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. OpenId Connect Authentication Provider and just-in-time provisioning
  • B. SAML SSO and just-in-time provisioning
  • C. SAML SSO and Registration Handler
  • D. OpenId Connect Authentication Provider and Registration Handler

Answer: B,D

Explanation:
The Salesforce Community Cloud should support OpenId Connect Authentication Provider and Registration Handler, and SAML SSO and just-in-time provisioning for self-registration and SSO. OpenId Connect is a protocol that allows users to authenticate with an external identity provider and access Salesforce resources. A registration handler is a class that implements the Auth.RegistrationHandler interface and defines how to create new users or update existing users in Salesforce from the information received from the identity provider. SAML SSO is a protocol that allows users to log in to Salesforce with a single credential from an identity provider. Just-in-time provisioning is a featurethat allows creating or updating user accounts in Salesforce based on SAML assertions.
References: [OpenID Connect Authentication Providers], [Registration Handler Interface], [SAML Single Sign-On for Communities].


NEW QUESTION # 60
......


Salesforce Integration-Architect Exam covers a wide range of topics, including integration architecture, data integration, enterprise messaging, API integration, and security. Integration-Architect exam also tests your ability to design and implement complex integration solutions that meet business requirements and adhere to best practices. With this certification, you can demonstrate your expertise in Salesforce integration and differentiate yourself in the job market as a highly skilled and experienced integration architect.

 

Pass Your Salesforce Exam with Integration-Architect Exam Dumps: https://actualtests.passsureexam.com/Integration-Architect-pass4sure-exam-dumps.html