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

Integration-Architect PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Integration-Architect PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Salesforce Certified Platform Integration Architect (Plat-Arch-204)
  • Last Update: Sep 12, 2025
  • Questions and Answers: 122
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Integration-Architect Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

Integration-Architect Practice Exam Questions with Answers Salesforce Certified Platform Integration Architect (Plat-Arch-204) Certification

Question # 6

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?

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.

Full Access
Question # 7

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

    Salesforce and a legacy billing application

    Salesforce and a cloud-based Enterprise Resource Planning (ERP) application

    Salesforce and a data lake

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

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

A.

Move the custom monolithic web service from on-premise to a cloud provider.

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.

Full Access
Question # 8

What should an integration architect recommend to ensure all integrations to the Northern Trail Outfitters' company portal use SSL mutual authentication?

A.

Enable My Domain and SSL/TLS

B.

Enforce SSL/TLS Mutual Authentication

C.

Generate a certification authority (CA) signed certificate

Full Access
Question # 9

A company accepts payment requests 24x7. Once they accept a payment request, their

service level agreement (SLA) requires them tomake sure each payment request is processed

by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.

They encounter intermittent update errorswhen two or more processes try to update the same Payment Request record at the same time.

Which two recommendations should an integration architect make to improve their SLA and update conflict handling?

Choose 2 answers

A.

Middleware should coordinate request delivery and payment processing.

B.

Data Entry Point and Middleware should automatically retry requests.

C.

Payment System should process a payment request only once.

D.

Payment System and Middleware should automatically retry requests.

Full Access
Question # 10

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

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

• There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).

• These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).

• All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.

Which three recommendations should be made?

Choose 3 answers

A.

ESB (Mule) with cache/state management to return a request ID (or) response if available from external system.

B.

Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.

C.

Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.

D.

When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightningUI to serve 3,000 concurrent users.

E.

Implement a 'Check Update' button that passes a request ID received from ESB (user action needed).

Full Access
Question # 11

A large business-to-consumer (B2C) customer is planning to implement Salesforce CRM to become a customer-centric enterprise. Below is the B2C customer's current system landscape diagram.

The goals for implementing Salesforce include:

    Develop a 360-degree view of the customer.

    Leverage Salesforce capabilities for marketing, sales, and service processes.

    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?

A.

Email Marketing, Sales Activity, and Case Management

B.

Order Management, Case Management, and Email Marketing

C.

Sales Activity, Order Management, and Case Management

D.

Sales Activity, Email Marketing, and Order Management

Full Access
Question # 12

An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?

A.

Create a new user with SystemAdministrator profile.

B.

Authenticate the integration using existing Single Sign-On.

C.

Authenticate the integration using existing Network-BasedSecurity.

D.

Create a special user solely for the integration purposes.

Full Access
Question # 13

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 ApexREST API Clients unit testsconfirm adherence to the RAML

specs?

Choose 2 answers

A.

Call the Apex REST API Clients in a test context to get the mock response.

B.

Require the Apex REST API Clients to implement the HttpCalloutMock.

C.

Call the HttpCalloutMock implementation from theApex REST APIClients.

D.

Implement HttpCalloutMock to return responses per RAMLspecification.

Full Access
Question # 14

Northern TrailOutfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.

Which security solution should an Integration Architect recommend to fulfill the business use case?

A.

CryptographyClass

B.

Data Masking

C.

Classic Encryption

D.

Platform Shield Encryption

Full Access
Question # 15

Northern Trail Outfitters has recently experienced intermittent network outages in its

call center. When network service resumes, Sales representatives have inadvertently

created duplicate orders in themanufacturing system because the order was placed but the

return acknowledgement was lost during the outage.

Which solution should an architect recommend to avoid duplicate order booking?

A.

Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.

B.

Use scheduled apex to query manufacturing system for potential duplicate or missing orders.

C.

Implement idempotent design and have Sales Representatives retry order(s) in question.

D.

Have scheduled Apex resubmit orders that do not have asuccessful response.

Full Access
Question # 16

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.

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

Full Access
Question # 17

Universal Containers has a requirement for all accounts that do NOT qualify forabusiness extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.

What is the recommended solution?

A.

Use Batch Apex.

B.

Use Time-based workflow rule.

C.

Use Process builder.

D.

Use Trigger.

Full Access
Question # 18

A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time.

What type of event should be used to meet this requirement?

A.

Push Topic Event

B.

Change Data Capture Event

C.

Platform Event

D.

Generic Event

Full Access
Question # 19

NorthernTrail Outfitters needs to send order and line items directly to an existing finance application webservicewhen an order if fulfilled. It is critical that each

order reach the finance application exactly once for accurate invoicing.

What solution should anarchitect propose?

A.

Trigger invokes Queueable Apex method, with custom error handling process.

B.

Triggermakes @future Apex method, with custom error handling process.

C.

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

D.

Outbound Messaging, which will automatically handle error retries to the service.

Full Access
Question # 20

What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal useSSL mutual authentication?

A.

Enable My Domain and SSL/TLS.

B.

Enforce SSL/TLS MutualAuthentication.

C.

Generate a Self-signed Certificate.

D.

Generate a CA-signed Certificate.

Full Access
Question # 21

Northern Trail Outfitters needs to make synchronous callouts "available to promise"services to query product availability and reserve inventory during customer checkout process.

Which two considerations should an integration architect make when building a scalable integration solution?

Choose 2 answers

A.

The typical and worst-case historical response times.

B.

The number batch jobs that can run concurrently.

C.

How many concurrent service calls are being placed.

D.

The maximum query cursors open per user on the service.

Full Access
Question # 22

Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?

Choose 3 answers

A.

Inability to query event messages using SOQL

B.

Subscribe to an AssetToken Event streamto monitor OAuth2.0 authentication activity. C

C.

Inability to create a Lightning record page for platform events.

D.

When you delete an event definition, it's permanently removed and can't be restored.

E.

You can use Event Monitoring to track user activity, such as logins and running reports.

Full Access
Question # 23

A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back-office staff. The business processes that Salesforce supports are critical to the business.

Salesforce will be integrated to multiple back-office systems to provide a single interface for associates. Reliability and monitoring of these integrations are required as associates support customers.

Which integration solution should the architect consider when planning the implementation?

A.

Architect Services in back-office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.

B.

Decouple back-office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.

C.

Build a custom integration gateway to support back-office system integrations and ensure reliability and monitoring capabilities.

D.

Leverage Middleware for all back-office system integrations ensuring real time alerting, monitoring and reporting capabilities.

Full Access
Question # 24

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

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.

Full Access
Question # 25

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?

A.

User Interface API

B.

REST API

C.

Connect REST API

Full Access
Question # 26

Northern Trail Outfittersis creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor ApexREST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.

Which three items should an architect recommend to secure the integration in the package?

Choose 3 answers

A.

Create an Auth provider in the package and set the consumer key and consumer secret of theconnected app in the central org.

B.

Contact Salesforce support and create a case to temporarily enable API access for managedpackages.

C.

Create a connected app in the central org and add the callback URL of each org the package isinstalledin to redirect to after successful authentication.

D.

Use an encrypted field to store the password that the security team enters and use passwordmanagement for external orgs and set the encryption method to TLS 1.2.

E.

Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.

Full Access
Question # 27

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 to F

C.

Sum of A, G, and H

D.

Sum of A and H

Full Access
Question # 28

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?

A.

External gateway products in use

B.

A Default gateway restrictions

C.

Considerations for using Deterministic Encryption

D.

ShieldPlatform Encryption Limitations

Full Access
Question # 29

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?

A.

Change Data Capture

B.

Generic Events

C.

Platform Events

D.

Callouts

Full Access
Question # 30

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

A.

Order Management System

B.

Case Management System

C.

Sales Activity System

D.

Email Marketing System

E.

Quoting System

Full Access
Question # 31

An Integration Architect has built a solutionusing 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?

A.

SObject Collections

B.

SObject Tree

C.

Batch

D.

Composite

Full Access
Question # 32

A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

The following business processes need to be supported in Salesforce:

1.Sales Consultants should be able to have access to current inventory.

2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.

3. Quotes should be generated in Salesforce with pricing from ERP.

4. Sales Management usesa Enterprise Business Intelligence (BI) toolto view Sales dashboards.

5. Master Data Management (MDM) is the system of record for customers and prospects.

6. Invoices should be accessible in Salesforce.

Which systems in the landscape should the IntegrationConsultant consider to be integrated with Salesforce to support the business requirements?

A.

ERP, Invoices system, Data Warehouse and BI Tool

B.

ERP, Inventory, Pricing Engine, Invoices system

C.

ERP, MDM, BI tool and Data Warehouse

D.

ERP, MDM, DataWarehouse, Invoices system

Full Access
Question # 33

Only authorized users are allowed access 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 theE 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?

should an integration consultant consider while integrating the DMS andESB with Salesforce?

Choose 3 answers

A.

Users should be authorized 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 detailsin Salesforce.

C.

Consider Enterprise security needs for access toDMS 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.

Full Access
Question # 34

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

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.

Full Access
Question # 35

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?

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.

Full Access
Question # 36

The director of customer service at Northern Trail Outfitters (NTO) wants tocapture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events that are of interest are:

A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case

Which two solutions willmeet these business requirements?

Choose 2 answers

A.

Case after insert Trigger that executes a callout.

B.

Case Workflow Rule that sends an Outbound Message.

C.

Case after insert Trigger that publishes a Platform Event.

D.

Custom Apex controller that publishes a Platform Event.

Full Access