Weekend 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

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

Options:

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.

Buy Now
Questions 5

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 6

business requires automating the check and update of the phone number type

classification (mobile vs. landline) for all in-coming calls delivered to their phone

sales agents. The following conditions exist:

1. At peak, their call center can receive up to100,000 calls per day.

2. The phone number type classification is a service provided by an external serviceAPI.

3. Business is flexible with timing and frequency to check and update the records (throughout

the night or every 6-12 hours is sufficient).

ARemote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System ->

Salesforce) are determinedto work with a middleware hosted on custom premise.

In order to implement these patterns and mechanisms, which component should an integration architect recommend?

Options:

A.

ConnectedApp configured in Salesforce to authenticate the middleware.

B.

IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.

C.

An API Gateway that authenticates requests from Salesforce into the Middleware (ETL/ESB).

D.

Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

Buy Now
Questions 7

Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce,an order must be created in the remote system, which manages the orders life cylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.

Which integration pattern shouldbe used for this business use case?

Options:

A.

Remote Call In

B.

Request and Reply

C.

Fire and Forget

D.

Batch Data Synchronization

Buy Now
Questions 8

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?

Options:

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

Buy Now
Questions 9

An Architect has received a request to prevent employees that leavethe company from accessing data in Salesforce after they are deactivated in the company's HR system.

What should an Architect determine before recommending a solution?

Options:

A.

Determine inbound integration requirements, then identify frequency.

B.

Determinedata access prevention requirements, then identify frequency.

C.

Determine data volume requirements, then identify the loading schedule.

D.

Determine data access prevention requirements, then identify system constraints.

Buy Now
Questions 10

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 11

A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.

Which three recommendations should the Salesforce integration architect make?

Choose 3 answers

Options:

A.

Transform a fire-and-forget mechanism to request-reply should be handled by middleware tools (like ETL/ESB) to improve performance.

B.

Provide true message queueing for integration scenarios (including orchestration, process choreography, quality of service, etc.) given that a middleware solution is required.

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

D.

Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.

E.

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.

Buy Now
Questions 12

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 13

ION NO: 28

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applicationsand is planning to include Salesforce as well.

Which Salesforce API should an Integration Architect use tomeet the requirement?

Options:

A.

SOAP API

B.

Analytics REST API

C.

Metadata API

D.

Tooling API

Buy Now
Questions 14

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 15

An integration architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.

What should the integration architect determine before recommending a solution?

Options:

A.

Data access prevention requirements, integration requirements, and system constraints

B.

Data access prevention requirements, then identify frequency

C.

Inbound integration requirements, then identify frequency

Buy Now
Questions 16

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 17

Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?

Choose 2answers

Options:

A.

SAML SSO and Registration Handler

B.

OpenId Connect Authentication Provider and Registration Handler

C.

SAML SSO and just-in-time provisioning

D.

OpenId Connect Authentication Provider and just-in-time provisioning

Buy Now
Questions 18

Which two system constraint questions should be considered when designing an integration

to send orders from Salesforce to a fulfillment system?

Choose 2 answers

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?

D.

Can the fulfillment system participate in idempotent design to avoid duplicate orders?

Buy Now
Questions 19

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 20

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?

Options:

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.

Buy Now
Questions 21

KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.

1. Customer requests Customer Service Representative (CSR) for a Service upgrade.

2. Customer provides credit card details to CSR for payment.

3. CSR submits payment information in Salesforce, and processed in a

4. CSR receives confirmation of payment.

5. CSR upgrades service for customer and confirms Customer.

external payment gateway.

This use case requires the CSR to obtain confirmation of payment before upgrading the service.

The integration with Payment gateway needs to be reliable and monitored for audit purposes.

The payment gateway service isan external RESTful service that the B2C Enterprise Customer has subscribed for.

What should an Integration Architect recommend for this integration?

Options:

A.

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

B.

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

C.

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

D.

Platform events allow integration to payment gateway through the exchange of real-time event data, platform events are scalable and secure.

Buy Now
Questions 22

Salesforce users need to read data from an external system via HTTPS request.

Which two security methods should an integration architect leverage within Salesforce to secure

the integration?

Choose 2 answers

Options:

A.

Connected App

B.

Named Credentials

C.

Authorization Provider

D.

Two-way SSL

Buy Now
Questions 23

Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.

UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.

Which two actions should be recommended to fulfill this system requirement?

Choose 2 answers

Options:

A.

Develop an application in Heroku that connects to the on-premisedatabase via an ODBC string and VPC connection.

B.

Develop custom APIs on the company's network that are invokable by Salesforce.

C.

Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.

D.

Run a batch job with an ETL tool from an on-premise server to movedata to Salesforce.

Buy Now
Questions 24

An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using athird-party Identity Provider for integrations between other systems.

Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

Options:

A.

Make formula fields with HYPERLINK() to external web servers more secure.

B.

Make Apex SOAP outbound integrations to external web services more secure.

C.

A Make Apex REST outbound integrations to external web services more secure.

D.

Make an API inbound integration from an external Java client more secure.

Buy Now
Questions 25

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 26

An integration architect has been tasked with integrating Salesforce with an on-premises system. Due to some established policies, this system must remain on-premises.

What should the integration architect use to build a solutionfor this requirement?

Options:

A.

Use Salesforce Connect if the database supports Open Database Connectivity (ODBC).

B.

Use Heroku Connect if the data is hosted in Heroku.

C.

Use Salesforce Connect If the database supports Open Data Protocol (OData).

Buy Now
Questions 27

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 28

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 29

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

Options:

A.

Enable My Domain and SSL/TLS.

B.

Enforce SSL/TLS MutualAuthentication.

C.

Generate a Self-signed Certificate.

D.

Generate a CA-signed Certificate.

Buy Now
Questions 30

Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.

Which integration solution shouldan architect recommend in order for the service agents to see order history from a B2C Commerce system?

Options:

A.

Salesforce B2C Commerce to Service Cloud Connector

B.

A REST API offered by Commerce Platform

C.

Mulesoft Anypoint Platform

D.

REST API offered by Salesforce Platform

Buy Now
Questions 31

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

Options:

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.

Buy Now
Questions 32

Acustomer 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 batch 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

Options:

A.

Smaller batch size may cause record-locking errors.

B.

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

C.

Smaller batch size may exceed theconcurrent API request limits.

D.

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

Buy Now
Questions 33

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?

Options:

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

Buy Now
Questions 34

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?

Options:

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.

Buy Now
Questions 35

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 36

An enterprise customer that has more than 10 million customers have the following systems and conditions in their landscape:

Options:

A.

Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.

B.

Enterprise Document Management System (DMS) Billsmailed to customers are maintained in the Document Management system.

C.

Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.

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