Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

Integration-Architect Salesforce Certified Platform Integration Architect (Plat-Arch-204) Questions and Answers

Questions 4

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.

Multi-language and multi-currency requirement

B.

System types APIs, File systems, Email

C.

Reporting and usability requirements

Buy Now
Questions 5

Northern Trail Outfitters has a registration system that is used for workshopsoffered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling systemmanages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservationswhen the conference schedule goes live.

Which integration pattern should be used to manage the influx in registrations?

Options:

A.

Remote Process Invocation-Request and Reply

B.

Remote Process Invocation-Fire and Forget

C.

Batch Data Synchronization

D.

RemoteCall-In

Buy Now
Questions 6

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?

Options:

A.

Build Batch Retry & Error Handling in the Batch Apex Job itself.

B.

Batch Retry & Error Handling report to monitor the error handling.

C.

Build Batch Retry & Error Handling using BatchApexErrorEvent.

D.

Build Batch Retry & Error Handling in the middleware.

Buy Now
Questions 7

Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and anexternal data source us Salesforce Connect. The external data source supports Open Data Protocol.

Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?

Choose 3 answers

Options:

A.

Configure Identity Type for OData connection.

B.

Configure a Certificate for OData connection.

C.

Configure SpecialCompatibility for OData connection,

D.

Configure CSRF Protection for OData connection.

E.

Configure CSRF Protection on External Data Source.

Buy Now
Questions 8

Northern Trail Outfitters is seeking to improve the performance and security of outboundintegrations from Salesforce to on-premise servers.

What should the Architect consider before recommending a solution?

Options:

A.

External gateway products in use

B.

A Default gateway restrictions

C.

Considerations for using Deterministic Encryption

D.

ShieldPlatform Encryption Limitations

Buy Now
Questions 9

A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to log in more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve the 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 requirement should Salesforce Community Cloud support for self-registration and SSO?

Options:

A.

OpenId Connect Authentication Provider and Just-in-Time (JIT) provisioning

B.

OpenId Connect Authentication Provider and Registration Handler

C.

SAML SSO and Registration Handler

Buy Now
Questions 10

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?

Options:

A.

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

B.

Leverage Change Data Capture to track changes to theContact 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.

Buy Now
Questions 11

A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.

Which two findings about their current state will allow copies of legacy data inSalesforce?

Choose 2 answers

Options:

A.

Only on-premise systems are allowed access to legacy systems.

B.

Cloud-based ETL can access Salesforce and supports queues.

C.

On-premise middleware provides APIs to legacy systems data.

D.

Legacy systems can use queues foron-premise integration.

Buy Now
Questions 12

Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.

One of the features of the app are 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.

Connect REST API

B.

REST API

C.

Streaming API

D.

Apex REST

Buy Now
Questions 13

An architect recommended using Apex code to make callouts to an external system to

process insurance quote.

What should the integration architect consider to make sure this is the right option for the integration?

Options:

A.

The maximum callouts in a single Apex transaction.

B.

The maximum number of parallel Apex callouts in a single continuation.

C.

The limit on long-running requests (total execution time).

D.

The limit of pending operations in the same transaction.

Buy Now
Questions 14

Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to

synch data from external sources. NTO's Integration Architect has received requirements for a

new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once

complete, 20GB (about 30M records) needs to be extracted to an external auditing system.

What should the architect recommend using to meet these requirements in a day?

Options:

A.

Insert using Bulk API 2.0 and query using REST API.

B.

Insert and query using Bulk API 1.0.

C.

Insert using Bulk API 1.0 and query using REST API.

D.

Insert and query using Bulk API 2.0.

Buy Now
Questions 15

A health care services company maintains a Patient Prescriptions System that has 50+

million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:

1. Identifiable patient prescriptions must exist only in their secure system's database and

encrypted at rest.

2. Identifiable patient prescriptions must be made available only to people explicit authorized in

the Patient Prescriptions System assigned nurses and doctors, patient, and people explicitly the

patient may authorize.

3. Must be availableonly to verified and pre-approved people or legal entities.

To enable this, the company provides the following capabilities:

1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within

a few minutes.

2. Certificatesfor legal entities.

. RESTful services.

The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze deidentified data in Einstein

Analytics.

Which two capabilities should the integration architect require for the Community Cloud portal

and Einstein Analytics?

Choose 2 answers

Options:

A.

Identity token data storage

B.

Bulk load for Einstein Analytics

C.

Callouts to RESTful services

D.

Encryption in transit and at rest

Buy Now
Questions 16

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure

API Gateway.

What integration security mechanism should be employed?

Options:

A.

Configure mutual server authentication with two-way SSL using CA issued certificates.

B.

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

C.

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

D.

Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.

Buy Now
Questions 17

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 toHistorical 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 thatrelate to submit cases.

Which mechanism and patterns are recommended to maximize declarative configuration?

Options:

A.

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

B.

C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.

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.

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.

Buy Now
Questions 18

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 eventmessages 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.

Buy Now
Questions 19

An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is securedwith oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and storeit 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 done to meet the requirement?

Options:

A.

The mobile device makes a SOAP API inbound call.The mobile device receives a REST Apex callout call.

B.

The mobile device makes a REST API inbound call.

C.

The mobile devicemakes a REST Apex inbound call.

Buy Now
Questions 20

A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.

As a part of modernization efforts, the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:

1. Orders need to be created in real time from salesforce

2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources

3. Sales reps need to be able to see order history and be able to see most up to date information on current order status.

4. Managers need tobe able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.

5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.

6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20–30-line items.

How should an integration architect integrate the two systems based on the technical requirements and system constraints?

Options:

A.

Use Salesforce external object and OData connector.

B.

Use Salesforce custom object, custom REST API and ETL.

C.

Use Salesforce standard object, REST API and ETL.

D.

Use Salesforce big object, SOAP API and Dataloader.

Buy Now
Questions 21

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed severaltimes from Salesforce and is a business critical function for end users.

Which two solutions shouldan Integration Architect recommend be implemented to minimize potential downtime for users in this situation?

Choose 2 answers

Options:

A.

Named Credentials

B.

RemoteSite Settings

C.

Content Security Policies

D.

Enterprise ESB

Buy Now
Questions 22

UESTION NO: 56

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 serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.

Which two solutions should an architect propose?

Choose 2 answers

Options:

A.

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

B.

Invoke middleware service to retrieve valid shipping methods.

C.

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

D.

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

Buy Now
Questions 23

Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's 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 Order Management System.

B.

Use Process Builder to call an Apex proxy class to make a REST callout to theOrder Management System.

C.

Develop a batch Apex job that aggregates Closed Opportunitiesand makes a REST callout to the Order Management System hourly.

D.

Build a Lightning Component that makes a synchronous Apex REST callout to the Order ManagementSystem when a button is clicked.

Buy Now
Questions 24

A largeB2C 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 a360 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 withthe implementation of Salesforce?

Choose 3 answers

Options:

A.

Order Management System

B.

Case Management System

C.

Sales Activity System

D.

Email Marketing System

E.

Quoting System

Buy Now
Questions 25

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 (PushTopic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of how to proceed with the implementation and asks the system architect for some guidance.

What should the architect consider when making the recommendation?

Options:

A.

Change Data Capture can be published from Apex.

B.

PushTopic Events can define a custom payload.

C.

Change Data Capture does not have record access support.

Buy Now
Questions 26

A customer is evaluating the Platform Events solution and would like help in comparing/contrasting it with Outbound Messaging for real-time/near real-time needs.

They expect 3,000 customers to view messages in Salesforce.

What should be evaluated and highlighted when deciding between the solutions?

Options:

A.

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

B.

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

C.

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

Buy Now
Questions 27

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:

1. Transactions are created at anytime through their various on-premise and cloud-based systems.

2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.

3.Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.

The company wants to address a usability concern regarding incomplete data displayed on the LWCcomponent. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

Options:

A.

Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

B.

Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.

C.

Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.

D.

Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

Buy Now
Questions 28

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 three days if data replication fails?

Options:

A.

Change Data Capture

B.

Generic Events

C.

Platform Events

D.

Callouts

Buy Now
Questions 29

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

Options:

A.

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

B.

Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.

C.

Implement Change Data Capture on the order object and leverage the replay Idin the middleware solution.

D.

Usea process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.

Buy Now
Questions 30

Universal Containers (UC) currentlyowns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first-tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third-tierinterfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.

UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.

What should an Integration Architect recommend to meet these requirements?

Options:

A.

Enforce separate security protocols and return formats at the first tier of the API-ledarchitecture.

B.

Implement an API gateway that allsystems of engagement must interface with first.

C.

Enforce separate security protocols and return formats at the second tier of the API-led architecture.

D.

Leverage an Identity Provider solution that communicates with the API tiers via SAML

Buy Now
Questions 31

Northern Trail Outfitters (NTO) is planning to create a native employee-facing mobile app with the look and feel of Salesforce Lightning Experience. The mobile app needs to integrate with NTO's Salesforce org.

Which Salesforce API should be used to implement this integration?

Options:

A.

User Interface API

B.

REST API

C.

Connect REST API

Buy Now
Questions 32

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 architectrecommend?

Options:

A.

Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

B.

Define an External Data Source and use Salesforce Connect to upload the files to an external object. Linkthe external object using Indirect lookup.

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.

Use Salesforce Files to link the files to Salesforcerecords and display the record and the files in the community.

Buy Now
Questions 33

Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.

Which two considerations should anIntegration Architect do prior to the implementation of Shield Platform Encryption?

Choose 2 answers

Options:

A.

Encrypt the data using the most current key.

B.

Review shield platformencryption configurations.

C.

Encrypt all the data so that it is secure.

D.

Use Shield Platform Encryption as a user authentication or authorization tool.

Buy Now
Questions 34

Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keeping service unavailable for several days.

What solution should an architect recommend to handle errors during these types of service outages?

Options:

A.

Use middleware queuing and buffering toinsulate Salesforce from system outages.

B.

A Use Platform Event replayldand custom scheduled Apex process to retrieve missed events.

C.

Use @future jobld and custom scheduled apex process to retry failed service calls.

D.

Use Outbound Messaging to automatically retry failed service calls.

Buy Now
Questions 35

Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce.NTO has both of the following security and strict auditing requirements:

1. The external systems must follow the principle of least privilege, and

2. The activities of the eternal systems must be available for audit.

What should an Integration Architect recommend as a solution for these integrations?

Options:

A.

A shared integration user for the three external system integrations.

B.

A shared Connected App for the three external system integrations.

C.

A unique integration user for each external system integration.

D.

A Connected App for each external system integration.

Buy Now
Questions 36

Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. Toprevent 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

Options:

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.

Buy Now
Exam Name: Salesforce Certified Platform Integration Architect (Plat-Arch-204)
Last Update: Aug 17, 2025
Questions: 122
Integration-Architect pdf

Integration-Architect PDF

$29.75  $84.99
Integration-Architect Engine

Integration-Architect Testing Engine

$35  $99.99
Integration-Architect PDF + Engine

Integration-Architect PDF + Testing Engine

$47.25  $134.99