Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

Integration-Architect Salesforce Certified Integration Architect (SP23) Questions and Answers

Questions 4

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

Options:

A.

Named Credentials

B.

Remote Site Settings

C.

Content Security Policies

D.

Enterprise ESB

Buy Now
Questions 5

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

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

Clients.

D.

Implement HttpCalloutMock to return responses per RAML

specification.

Buy Now
Questions 6

When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.

Which integration pattern and mechanism should be selected to meet the conditions?

Options:

A.

Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.

B.

Remote Call-In: Salesforce REST API with REST Composite Resources.

C.

Request-Reply: Enhanced External Services invokes a REST API.

D.

Data Virtualization: Salesforce Connect map data external REST data in external objects.

Buy Now
Questions 7

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

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

Options:

A.

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

Buy Now
Questions 8

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

Options:

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.

Buy Now
Questions 9

An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.

What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

Options:

A.

Change Data Capture

B.

Generic Events

C.

Platform Events

D.

Callouts

Buy Now
Questions 10

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

Options:

A.

Generic Events

B.

Change Data Capture Events

C.

PushTopic Events

D.

High Volume Platform Events

Buy Now
Questions 11

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?

Options:

A.

Connect REST API

B.

Tooling API

C.

REST API

D.

Streaming API

Buy Now
Questions 12

A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture,

Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.

What should the architect consider when making the recommendation?

Options:

A.

Push Topic Event can define a custom payload.B Change Data Capture does not have record access support.

B.

Change Data Capture can be published from Apex.

C.

Apex triggers can subscribe to Generic Events.

Buy Now
Questions 13

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?

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 14

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

Choose 3 answers

Options:

A.

Inability to query event messages using SOQL

B.

Subscribe to an AssetToken Event stream to 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.

Buy Now
Questions 15

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

Buy Now
Questions 16

A company that is a leading provider of courses and training delivers courses using third

party trainers. The trainer for the company has to be verified from 10 different training

accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.

The company decided to automate the trainer accreditation verification process by integrating to the agencies’ web services.

What is the recommended approach to automate this process?

Options:

A.

Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

B.

Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".

C.

Make an apex callout using @future annotation to make the call out to all different agencies. The response should update the trainer status to "verified".

D.

Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to salesforce and update the verification status to "verified".

Buy Now
Questions 17

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

Options:

A.

Order Management System

B.

Case Management System

C.

Sales Activity System

D.

Email Marketing System

E.

Quoting System

Buy Now
Questions 18

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

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

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

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

Options:

A.

A shared integration user for the three external system integrations.

B.

A shared Connected App for the three external system integrations.

C.

A unique integration user for each external system integration.

D.

A Connected App for each external system integration.

Buy Now
Questions 19

A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow Studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the pays transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.

What is the recommended integration approach to process payments based on this requirement?

Options:

A.

Use platform event to process payment to the payment gateway.

B.

Use continuation to process payment to the payment gateway.C Use change data capture to process payment to the payment gateway.

C.

Use request and reply to make an API call to the payment gateway.

Buy Now
Questions 20

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

Which integration solution should an 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 21

A large consumer goods manufacturer operating in multiple countries isplanning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:

1. Internal users from each country have to be authenticated with their local active directory.

2. Customers can create their own login or use Google login.

3. Partners have to be authenticated through a central system which is to be determined.

4. Internal users will have access to the central ERP with their credentials maintained in the ERP.

5. Additional internal systemswill be integrated with Salesforce for Sales and Support business processes.

Which three requirements should the integration architect evaluate while designing the integration needs of this project?

Choose 3 answers

Options:

A.

Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.

B.

Assess security requirements for internal systems and decide Integration methods that support the requirements.

C.

Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.

D.

Consider Third party Single Sign On solution supporting all user authentication including customer and partner.

E.

Evaluate Salesforce native authentication mechanism for all users including customers and partners.

Buy Now
Questions 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?

Options:

A.

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

B.

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

Buy Now
Questions 23

Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.

The callout from Salesforce to the OMS should be synchronous.

What should an Integration Architect do to satisfy these requirements?

Options:

A.

Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.

B.

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

C.

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

D.

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

Buy Now
Questions 24

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 to meet the requirement?

Options:

A.

SOAP API

B.

Analytics REST API

C.

Metadata API

D.

Tooling API

Buy Now
Questions 25

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 26

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?

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

Buy Now
Questions 27

Northern Trail Outfitters 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?

Options:

A.

Cryptography Class

B.

Data Masking

C.

Classic Encryption

D.

Platform Shield Encryption

Buy Now
Questions 28

A global financial company sells financial products and services that include the following:

1. Bank Accounts

2. Loans

3. Insurance

The company has a core banking system that is state of the art and is the master system to store

financial transactions, financial products and customer information. The core banking system

currently processes 10M financial transactions per day. The CTO for the company is considering

building a community port so that customers can review their bank account details, update their

information and review their account financial transactions.

What should an integration architect recommend as a solution to enable customer community

users to view their financial transactions?

Options:

A.

Use Salesforce Connect to display the financial transactions as an external object.

B.

Use Salesforce Connect to display the financial transactions as an external object.

C.

Use Salesforce External Service to display financial transactions in a community lightning

page.

D.

Use Iframe to display core banking financial transactions data in the customer community.

Buy Now
Questions 29

Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from

an externalsystem with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect

Which two recommendations will help meet the requirements?

Choose 2 answers

Options:

A.

Write the error response fromthe Bulk API status to a custom error logging object

in Salesforce using an Apex trigger and create reports on the object.

B.

Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in

the setup menu.

C.

Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.

D.

Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Buy Now
Questions 30

A US business-to-consumer (B2C) company is planning to expand to Latin America. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:

1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.

2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.

3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.

Which three requirements should the integration architect consider?

Choose 3 answers

Options:

A.

Manual steps and procedures that may be necessary.

B.

Impact of deleted records on system functionality.

C.

Ability to delete personal data in every system.

D.

Feasibility to restore deleted records when needed.

E.

Ability to provide a 360-degree view of the customer.

Buy Now
Questions 31

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

Buy Now
Questions 32

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.

Buy Now
Exam Name: Salesforce Certified Integration Architect (SP23)
Last Update: May 4, 2024
Questions: 109
Integration-Architect pdf

Integration-Architect PDF

$28  $80
Integration-Architect Engine

Integration-Architect Testing Engine

$33.25  $95
Integration-Architect PDF + Engine

Integration-Architect PDF + Testing Engine

$45.5  $130