March Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

Integration-Architect Exam Dumps - Salesforce Certified Integration Architect (SP23)

Question # 4

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 available only 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. Certificates for 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

A.

Identity token data storage

B.

Bulk load for Einstein Analytics

C.

Callouts to RESTful services

D.

Encryption in transit and at rest

Full Access
Question # 5

A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:

1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.

2. A Marketing solution they use for email campaigns.

The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.

Which system should be the System of record for their customers and prospects?

A.

ERP with all prospect data from Marketing and Salesforce.

B.

Marketing with all customer data from Salesforce and ERP.

C.

Salesforce with relevant Marketing and ERP information.

D.

New Custom Database forCustomers and Prospects.

Full Access
Question # 6

Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.

1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,

2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.

Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?

Choose 2 answers

A.

When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.

B.

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

C.

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

D.

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

Full Access
Question # 7

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 secured with 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 device makes a REST Apex inbound call.

Full Access
Question # 8

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 tests confirm 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 the Apex REST API

Clients.

D.

Implement HttpCalloutMock to return responses per RAML

specification.

Full Access
Question # 9

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 a 360 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 with the 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 # 10

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

A.

Use Remote Process Invocation fire and forget pattern on insert on 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.

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

Full Access
Question # 11

Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce.

Which approach should used to meet the requirement?

A.

Use Bulk API to process jobs in parallel mode.

B.

Contact Salesforce support to schedule performance load.

C.

Use Bulk API to process jobs in serial mode.

D.

Use Bulk API to process jobs in high performance mode.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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 the enterprise 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 lightning UI 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 # 14

Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforceanytime the quoting system will be taken down for maintenance.

Which Salesforce API should an Integration Architect use to fulfill this requirement?

A.

Connect REST API

B.

Tooling API

C.

REST API

D.

Streaming API

Full Access
Question # 15

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?

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.

Full Access
Question # 16

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 is an external RESTful service that the B2C Enterprise Customer has subscribed for.

What should an Integration Architect recommend for this integration?

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.

Full Access
Question # 17

An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.

Which two types of Streaming API events should be considered?

Choose 2 answers

A.

Generic Events

B.

Change Data Capture Events

C.

PushTopic Events

D.

High Volume Platform Events

Full Access
Question # 18

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

A.

Connected App

B.

Named Credentials

C.

Authorization Provider

D.

Two-way SSL

Full Access
Question # 19

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 # 20

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?

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.

Full Access
Question # 21

Universal Containers (UC) is a leading provider of management training globally, UC

embarked on a Salesforce transformation journey to allow students to register for courses in the

Salesforce community. UC has a learning system that masters all courses and student

registration.

UC requested a near real-time feed of student registration from Salesforce to the learning

system. The integration architect recommends using Salesforce event.

Which API should be used for the Salesforce platform event solution?

A.

Tooling API

B.

Streaming API

C.

O REST AP

D.

SOAP API

Full Access
Question # 22

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?

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 the Contact 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.

Full Access
Question # 23

Universal Containers has a requirement for all accounts that do NOT qualify for abusiness 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 # 24

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 to be 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?

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.

Full Access
Question # 25

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times 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

A.

Named Credentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Full Access
Question # 26

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 an Integration 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 # 27

A company needs to be able to send data from Salesforce to a homegrown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.

What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

A.

Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.

B.

Due to high volume of records, a third-party integration tool is required to stage records off platform.

C.

Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.

D.

Due to high volume of records, salesforce will need to make a REST API call to external system.

Full Access
Question # 28

Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities andorder details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.

Which type of Integration should an architect recommend to meet this business requirement?

A.

Data Visualization

B.

Data Synchronization

C.

Process Orchestration

D.

Batch Processing

Full Access
Question # 29

Northern Trail Outfitters is 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 the

connected app in the central org.

B.

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

packages.

C.

Create a connected app in the central org and add the callback URL of each org the package is

installed in to redirect to after successful authentication.

D.

Use an encrypted field to store the password that the security team enters and use password

management 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 # 30

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 System direction 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 # 31

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?

A.

Use middleware queuing and buffering to insulate 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.

Full Access