Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Salesforce Integration-Architect Dumps Questions Answers

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

Question 1

Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applicationspass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.

What are two considerations an Integration Architect should evaluate beforechoosing a middleware solution?

Choose 2 answers

Options:

A.

The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.

B.

An API gateway component is deployable behind a Demilitarized Zone (DMZ) orperimeter network.

C.

The middleware solution enforces the OAuth security protocol.

D.

The middleware solution is able to interface directly with databases via an ODBC connection string.

Buy Now
Question 2

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?

Options:

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.

Question 3

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?

Options:

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.

Question 4

An architect decided to use Platform Events for integratingSalesforce with an external system for a company.

Which three things should an architect consider when proposing this type of integration

mechanism?

Choose 3 answers

Options:

A.

To subscribe to an event, the integration user in salesforce needs read access to theevent entity.

B.

Salesforce needs to be able to store information about the external system in order toknow which event to send out.

C.

External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.

D.

To publish an event, the integration user in salesforce needs create permission on the event entity.

E.

Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.

Question 5

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

Question 6

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.

Question 7

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.

Question 8

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

Options:

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.

Question 9

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

Options:

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

Question 10

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.

Question 11

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.

Question 12

An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

Options:

A.

Integrating Salesforce with Order Management System, Email Management Systemand Case Management System.

B.

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

C.

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

D.

Integrating Salesforce with EmailManagement System, Order Management System and Case Management System.

Question 13

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

Question 14

A company wants to standardize exception tracking, handling, and analytics. Given the following actions:

1. Build a companywide logging service hosted on a middleware platform

2. Create case object records for exceptions-based thresholds

3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.

Which two specifications should the integration architect includein the logging service architecture?

Choose 2answers

Options:

A.

Receive Application Events through Change Data Capture (CDC).

B.

Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.

C.

Create Salesforce Cases conditionally using automatic Casecreation rules.

D.

Subscribe to the Application Exceptions using the Salesforce Streaming API.

Question 15

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.

Question 16

The sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories toleads before Sales team members can work on them. The current integration often experiences latency issues.

Which two recommendations should an Architect make to improve the integration performance?

Choose 2 answers

Options:

A.

Reduce batch size of asynchronous BULK API.

B.

Reduce batch size of synchronous BULK API.

C.

Legacy system should submit in serial mode.

D.

Legacy system should submit in parallel mode.

Question 17

A subscription-based media company's system landscape forces many subscribers to

maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).

The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.

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

Choose 2 answers

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

Question 18

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

Question 19

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.

Question 20

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

Question 21

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

Question 22

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.

Question 23

Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different metadata?

Options:

A.

Corporate WSDL

B.

Partner WSDL

C.

SOAP API WSDL

D.

Enterprise WSDL

Question 24

The URL for an external service has been changed without prior notice. The service provides up-to-date money exchange rates that are accessedseveral times from Salesforce and are a Dusiness-critical function for end users.

Which solutions should an integration architect recommend be implemented to minimize potential downtime for users in this situation?

Options:

A.

Named Credentials and Content Security Policies

B.

Remote Site Settings and Named Credentials

C.

Enterprise Service Blus (ESB) and Remote Site Settings

Question 25

An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.

How is authentication achieved?

Options:

A.

Handle authentication with login flows.

B.

Handle authentication in the code.

C.

Connect via Salesforce Connect.

D.

Connect via Communities.

Question 26

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.

Which two questions should the integration architect consider?

Choose 2 answers

Options:

A.

Can the fulfillment system create new addresses within the Order Create service?

B.

Can the fulfillment system make a callback into Salesforce?

C.

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

D.

Is the product catalog data identical at all times in both systems?

Question 27

Universal Containers (UC) is a global financial company. UC support agents would like

to open bank accounts on the spot for a customer who is inquiring ab UC products.

During opening the bank account process, the agents execute credit checks for the customers

through external agencies. At a given time, up to 30 concurrent rewill be using the service for

performing credit checks for customers.

What error handling mechanisms should be built to display an error to the agent when the credit

verification process failed?

Options:

A.

In case the verification process is down, Use mock service to send the response to the agent.

B.

Handle verification process error in the Verification Webservice API in case there isa connection issue to the Webservice if it responds with an error.

C.

Handle integration errors in the middleware in case the verification process is down, then the middleware should retry processing the request multiple times.

D.

In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.

Question 28

Northern Trail Outfitters is planning to create anative employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.

Which Salesforce API should be used to implement this integration?

Options:

A.

Streaming API

B.

REST API

C.

Connect REST API

D.

User InterfaceAPI

Question 29

Acustomer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.

Which three constraints and pain-pointsshould an integration architect consider when choosing the integration pattern/mechanism?

Choose 3 answers

Options:

A.

System types - APIs, File systems, Email

B.

Reporting and usability requirements

C.

Multi-language and multi-currency requirement

D.

Error handling mechanisms

E.

Data Volume and Processing volume

Question 30

An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.

What is taking place if events are only beingpublished?

Options:

A.

The platform events are published immediately before the Apex transaction completes.

B.

The platform events are published after the Apex transaction completes.

C.

The platform events has a trigger in Apex.

D.

The platform events are being published from Apex.

Question 31

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?

Options:

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.

Question 32

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

Question 33

ON NO: 54

Universal Containers (UC) uses Salesforce to track the following customer data:

1. Leads,

2. Contacts

3. Accounts

4. Cases

Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in anEnterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.

UC has a requirementto update the proper external system with record changes in Salesforce and vice versa.

Which two solutions should an Integration Architect recommend to handle this requirement?

Choose 2answers

Options:

A.

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

B.

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

C.

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

D.

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

Question 34

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.

Question 35

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

Question 36

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.