New Year Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65percent

Welcome To DumpsPedia

Integration-Architect Sample Questions Answers

Questions 4

A company needs to integrate a legacy on-premise application that can only support SOAP API. The integration architect determines that the Fire and Forget integration pattern is most appropriate for sending data from Salesforce to the external application and getting a response back in a strongly-typed format. Which integration capabilities should be used?

Options:

A.

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

B.

Outbound Messaging for Salesforce to Legacy System direction and SOAP API using Partner Web Services Description Language (WSDL) for the communication back from legacy system to Salesforce

C.

Outbound Messaging for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to Salesforce

Buy Now
Questions 5

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of its enterprise applications and plans to include Salesforce as well. Which Salesforce API should an integration architect use to meet the requirement?

Options:

A.

Analytics REST API

B.

Metadata API

C.

Tooling API

Buy Now
Questions 6

An enterprise customer is implementing Salesforce for Case Management. Based on the landscape (Email, Order Management, Data Warehouse, Case Management), what should the integration architect evaluate?

Options:

A.

Integrate Salesforce with Order Management System, Data Warehouse, and Case Management System.

B.

Integrate Salesforce with Email Management System, Order Management System, and Case Management System.

C.

Integrate Salesforce with Data Warehouse, Order Management, and Email Management System.

Buy Now
Questions 7

A company accepts payment requests 24/7. Once the company accepts a payment request, its service level agreement (SLA) requires it to make sure each payment request is processed by its Payment System. The company tracks payment requests using a globally unique identifier created at the Data Entry Point. The company's simplified flow is as shown in the diagram.

The company encounters intermittent update errors when two or more processes try to update the same Payment Request record at the same time. Which recommendation should an integration architect make to improve the company's SLA and update conflict handling?

Options:

A.

Middleware should coordinate request delivery and payment processing.

B.

Payment System and Middleware should automatically retry requests.

C.

Payment System sho46uld process a payment request only once.

Buy Now
Questions 8

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway. Which integration security mechanism should be employed?

Options:

A.

Use an API-only user profile and implement an external identity provider with federated API access.

B.

Configure a connected app with an authorization endpoint of the API Gateway and configure OAuth settings.

C.

Configure mutual server authentication with two-way SSL using certification authority (CA) signed certificates.

Buy Now
Questions 9

A CSR needs to obtain confirmation of payment from an external RESTful service before upgrading a customer's service. The integration must be reliable and monitored for audit purposes. What should an integration architect recommend?

Options:

A.

Use External Services feature to integrate payment gateway to Salesforce to ensure real-time updates to the CSR and support post payment processes.

B.

Build a custom Apex callout to external payment gateway service and provide a success message to the CSR; the details of callouts and responses are logged for audit purposes.

C.

Make a callout to the payment gateway through ESB supporting error handling and logging for audit purposes.

Buy Now
Questions 10

Salesforce is the system of record for Leads, Contacts, Accounts, and Cases. Customer data also exists in an ERP, ticketing system, and data lake, each with unique identifiers. Middleware is used to update systems bidirectionally. Which solution should be recommended to handle this?

Options:

A.

Design an MDM solution that maps external IDs to the Salesforce record ID.

B.

Use Change Data Capture to update downstream systems accordingly.

C.

Locally cache external IDs at the middleware layer.

Buy Now
Questions 11

Which Web Services Description Language (WSDL) should an architect consider when creating an integration that might be used for more than one Salesforce org and different metadata?

Options:

A.

Enterprise WSDL

B.

Partner WSDL

C.

SOAP API WSDL

Buy Now
Questions 12

Salesforce is considered to be the system of record for the customer. UC plans on using middleware to integrate Salesforce with external systems (ERP, ticketing, data lake). UC has a requirement to update the proper external system with record changes in Salesforce and vice versa. Which solution should an integration architect recommend?

Options:

A.

Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.

B.

Locally cache external Ids at the middleware layer and design business logic to map updates between systems.

C.

Use Change Data Capture to update downstream systems accordingly when a record changes.

Buy Now
Questions 13

A company’s cloud-based single page application consolidates data local to the application with data from on-premise and Third-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:

    Log every call start and finish date and time to a central analytics data store.

    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?

Options:

A.

Sum of A and H

B.

Sum of A to H

C.

Sum of A to F

Buy Now
Questions 14

Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. An order is created in Salesforce when the opportunity is Closed/Won, but the back-end Enterprise Resource Planning (ERP) system is the data master for order. The customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, and Order Paid that are within the retention window. Which message durability consideration should an integration architect make when designing a solution to meet these business requirements?

Options:

A.

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

B.

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

C.

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

Buy Now
Questions 15

Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order is fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing. Which solution should an architect propose?

Options:

A.

Button press invokes synchronous callout, with user handling retries in case of error

B.

Trigger invokes Queueable Apex method, with custom error handling process

C.

Trigger makes @future Apex method, with custom error handling process

Buy Now
Questions 16

A customer imports data from an external system into Salesforce using Bulk API. These jobs have batch sizes of 2,000 and are run in parallel mode. The batches fail frequently with the error “Max CPU time exceeded”. A smaller batch size will fix this error. What should be considered when using a smaller batch size?

Options:

A.

Smaller batch size may increase time required to execute bulk jobs.

B.

Smaller batch size can trigger “Too many concurrent batches” error.

C.

Smaller batch size may exceed the concurrent API request limits.

Buy Now
Questions 17

Northern Trail Outfitters needs to make synchronous callouts “available-to-promise” services to query product availability and reserve inventory during the customer checkout process. What should an integration architect consider when building a scalable integration solution?

Options:

A.

The maximum query cursors open per user on the service

B.

The typical and worst-case historical response times

C.

The number of batch jobs that can run concurrently

Buy Now
Questions 18

Northern Trail Outfitters (NTO) uses a custom mobile app to interact with its customers. One of the features of the app is Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.

Which API should an integration architect use to meet this requirement?

Options:

A.

REST API

B.

Streaming API to generate PushTopic

C.

Connect REST API

Buy Now
Questions 19

Northern Trail Outfitters has recently implemented middleware for orchestration of services across platforms. The Enterprise Resource Planning (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 option should fulfill the use case requirements?

Options:

A.

Use Lightning Flow to create a platform event, selecting the record type as the platform event name on insert of record.

B.

Implement Change Data Capture on the Order object and leverage the replay ID in the middleware solution.

C.

Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.

Buy Now
Questions 20

Northern Trail Outfitters leverages Sales Cloud. When an opportunity has changed its 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 OMS.

B.

Develop a batch Apex job that aggregates closed opportunities and makes a REST callout to the OMS hourly.

C.

Build a Lightning component that makes a synchronous Apex REST callout to the OMS when a button is clicked.

Buy Now
Questions 21

Northern Trail Outfitters (NTO) has recently changed its Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services. Which consideration should an integration architect evaluate before choosing a middleware solution?12

Options:

A.

An API Gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.

B.

The middleware solution is able to interface directly with databases via an5 Open Database Connectivity (ODBC) con6nection string.

C.

The middleware solution enforces the OAuth security protocol.

Buy Now
Questions 22

An integration developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that’s external to Salesforce. What should the integration architect recommend to ensure notifications are stored for up to 3 days if data replication fails?

Options:

A.

Change Data Capture

B.

Outbound Message

C.

Callouts

Buy Now
Questions 23

Universal Containers (UC) uses Salesforce Service Cloud. Support agents open bank accounts on the spot. UC’s core banking system is the system of record, and all accounts opened in Salesforce must be synced in real time. Agents need to inform the customers of the newly created bank account ID, which is generated by the core banking system. Which integration pattern is recommended for this use case?

Options:

A.

Salesforce platform event

B.

Request and Reply

C.

Streaming API to generate PushTopic

Buy Now
Questions 24

Universal Containers (UC) is planning to implement Salesforce as its CRM system. Currently, UC has a marketing system for leads, Microsoft Outlook for contacts and emails, and an ERP for billing and payments. The proposed CRM should provide a single customer view. What should an integration architect consider to support this strategy?

Options:

A.

Evaluate current and future data and system usage, and then identify potential integration requirements to Salesforce

B.

Explore out-of-the-box Salesforce connectors for integration with ERP, Marketing, and Microsoft Outlook systems.

C.

Propose a middleware system that can support interface between systems with Salesforce.

Buy Now
Questions 25

A new Salesforce program requires data updates between internal systems and Salesforce. Which relevant detail should an integration architect seek to solve for integration architecture needs?

Options:

A.

Core functional and non-functional requirements for User Experience design, Encryption needs, Community and license choices

B.

Integration skills, SME availability, and Program Governance details

C.

Timing aspects, real-time/near real-time (synchronous or asynchronous), batch and update frequency

Buy Now
Questions 26

A developer is researching different implementations of the Streaming API (PushTopic, Change Data Capture, Generic Streaming, Platform Events) and asks for guidance. What should the architect consider when making the recommendation?

Options:

A.

PushTopic Events can define a custom payload.

B.

Change Data Capture does not have record access support.

C.

Change Data Capture can be published from Apex.

Buy Now
Questions 27

Northern Trail Outfitters (NTO) wants to improve the quality of callouts from Salesforce to its REST APIs. For this purpose, NTO will require all API Clients/consumers to adhere to REST API Markup Language (RAML) specifications that include the field-level definition of every API request and response Payload. The RAML specs serve as interface contracts that Apex REST API Clients can rely on. Which design specification should the integration architect include in the integration architecture to ensure that Apex REST API Clients’ unit tests confirm Adherence to the RAML specs?

Options:

A.

Require the Apex REST API Clients to implement the HttpCalloutMock

B.

Call the HttpCalloutMock Implementation from the Apex REST API Clients.

C.

Implement HttpCalloutMock to return responses per RAML specification.

Buy Now
Questions 28

A global financial company with a core banking system processing 1 million transactions per day wants to build a community portal. Customers need to review their bank account details and transactions. What should an integration architect recommend to enable community users to view their financial transactions?

Options:

A.

Use Salesforce Connect to display the financial transactions as an external object.

B.

Use Iframe to display core banking financial transactions data in the customer community.

Buy Now
Questions 29

What is the first thing an integration architect should validate if a callout from a Lightning web component to an external endpoint is failing?

Options:

A.

The endpoint URL has been added to Content Security Policies.

B.

The endpoint domain has been added to Cross-Origin Resource Sharing.

C.

The endpoint URL has been added to Remote Site Settings.

Buy Now
Questions 30

What should an integration architect consider when recommending Platform Events as an integration solution?

Options:

A.

Event Monitoring is used to track user activity, such as logins and running reports.

B.

Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.

C.

When an event definition is deleted, it’s permanently removed and can’t be restored.

Buy Now
Questions 31

Universal Containers (UC) has a legacy homegrown application that stores customer data. Sales representatives edit contact records in Salesforce. UC requirements: 1. Salesforce updates should update the homegrown application. 2. Synchronization should be event-driven. 3. Integration should be asynchronous. Which option should an architect recommend?

Options:

A.

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

B.

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

Buy Now
Questions 32

A company captures orders and needs to send them to the Order fulfillment system. The user is not required to have confirmation from the fulfillment system. Which system constraint question should be considered when designing this integration?

Options:

A.

What latency is acceptable for orders to reach the fulfillment system?

B.

Which system will validate order shipping addresses?

C.

Can the fulfillment system implement a contract-first Outbound Messaging interface?

Buy Now
Questions 33

Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales representatives need to select between valid service(s) for the customer’s country and request shipping estimates from that service. Which solution should an architect propose?

Options:

A.

Store shipping services in a picklist that is dependent on a country picklist.

B.

Use Platform Events to construct and publish shipper-specific events.

C.

Use middleware to abstract the call to the specific shipping services.

Buy Now
Questions 34

An enterprise architect has requested the Salesforce integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce Platform limits.

    About 3,000 phone sales agents use a Salesforce Lightning user interface (UI) concurrently to check eligibility of a customer for a qualifying offer.

    There are multiple eligibility systems that provide this service and are hosted externally.

    Their current response times could take up to 90 seconds to process and return.

    These eligibility systems are accessed through APIs orchestrated via ESB (MuleSoft).

    All requests from Salesforce traverse the customer's API Gateway layer, which imposes a timeout constraint of 9 seconds.

Which recommendation should the integration architect make?

Options:

A.

Recommend synchronous Apex callouts from Lightning UI to External Systems via Mule and implement polling on an API Gat8eway timeout.

B.

Implement a "Check Update” button that passes a requestID received from ESB (user action needed).

C.

Create a platform event in Salesforce via Remote Call-In and use the empAPI in the Lightning UI to serve 3,000 concurrent users when responses are received by Mule.

Buy Now
Questions 35

Given the diagram above, a Salesforce org, middleware, and Historical Data store exist with connectivity between them. Historical records are archived from Salesforce, moved to a Historical Data store (which houses 20 million records and growing), and fine-tuned to be performant with search queries. When reviewing occasional special cases, call center agents that use Salesforce have requested access to view the historical case items that relate to submitted cases.

Which mechanism and patterns are recommended to maximize declarative configuration?

Options:

A.

Use an ESB tool with a Data Virtualization pattern, expose the OData endpoint, and then use Salesforce Connect to consume and display the External object alongside the Case object.12

B.

Use an ESB tool with a Request and Reply pattern, and then make a real-time Apex callout to the ESB endpoint to fetch3 and display historical Data in a custom Lightning compo4nent related to the Case object.

C.

Use an ESB tool with a Fire and Forget pattern, and then publish a platform event for the requested historical data.

Buy Now
Questions 36

An integration architect has designed a mobile application for Salesforce users to get data while on the road using a custom user interface (UI). The application is secured with OAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store them on a custom geolocation field. The geolocation field is secured with field-level security, so users can view the value without changing it. What should be don4e to meet the requirement?

Options:

A.

The mobil10e device makes a REST Apex inbound call.

B.

The 15mobile device makes a REST API inboun16d call.

C.

The mobile device receives19 a REST Apex callout call.

Buy Now
Questions 37

A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, the customer would like to integrate all existing systems that currently work with its legacy application with Salesforce. Which constraint/pain-point should an integration architect consider when choosing the integration pattern/mechanism?

Options:

A.

Reporting and usability requirements

B.

Data volume and processing volume

C.

Multi-language and multi-currency requirement

Buy Now
Questions 38

An Integration architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes. Which REST API composite resources should the integration architect use to allow up to 200 records in one API call?

Options:

A.

Composite

B.

Batch

C.

SObject Tree

Buy Now
Questions 39

A customer’s enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the integration architect to help fulfill such aspects with its Salesforce program. Which recommendation should the integration architect make?

Options:

A.

Transform a Fire and Forget mechanism to Request and Reply, which should be handled by middleware tools (like ETL/ESB) to improve performance.

B.

Event handling in a publish/subscribe scenario; the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.

C.

Message transformation and protocol translation should be done within Salesforce. Recommend leveraging Salesforce native protocol conversion capabilities as middleware tools are NOT suited for such tasks.

Buy Now
Questions 40

Northern Trail Outfitters submits orders to a manufacturing system web service that has experienced multi-day outages. Which solution should an integration architect recommend to handle errors during these types of outages?

Options:

A.

Use middleware queuing and buffering to insulate Salesforce from system outages.

B.

Use Outbound Messaging to automatically retry failed service calls.

C.

Use Platform Event replayId and custom scheduled Apex process to retrieve missed events.

Buy Now
Questions 41

Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the Bulk API. The CIO is curious about monitoring recommendations for the jobs from the technical architect. Which recommendation should help meet the requirements?

Options:

A.

Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

B.

Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger, and create reports on the object.

C.

Set the Salesforce debug logs level to “finest”, and add the user ID running the job to monitor in the “Debug Logs” in the setup menu.

Buy Now
Exam Code: Integration-Architect
Exam Name: Salesforce Certified Platform Integration Architect (Plat-Arch-204)
Last Update: Jan 6, 2026
Questions: 129
$57.75  $164.99
$43.75  $124.99
$36.75  $104.99
buy now Integration-Architect