0% found this document useful (0 votes)
206 views6 pages

Integration Architecture Designer Demo

The document outlines a Salesforce Certified Integration Architecture Designer exam, including a total of 10 demo questions and 106 premium questions. It presents various integration scenarios and solutions for data management between Salesforce and external systems, focusing on middleware, API security, and real-time data access. Each question includes multiple-choice answers, with correct answers provided for reference.

Uploaded by

vivsu91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
206 views6 pages

Integration Architecture Designer Demo

The document outlines a Salesforce Certified Integration Architecture Designer exam, including a total of 10 demo questions and 106 premium questions. It presents various integration scenarios and solutions for data management between Salesforce and external systems, focusing on middleware, API security, and real-time data access. Each question includes multiple-choice answers, with correct answers provided for reference.

Uploaded by

vivsu91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Salesforce Certified Integration Architecture

Designer (SP19)
Salesforce Integration-Architecture-Designer
Version Demo

Total Demo Questions: 10

Total Premium Questions: 106


Buy Premium PDF

https://dumpsarena.com

[email protected]
QUESTION NO: 1

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 an
Enterprise 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 requirement to 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 2 answers

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 record changes.

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

ANSWER: C D

QUESTION NO: 2

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources.
Their current system landscape is as follows:

1. Transactions are created at any time through their various on-premise and cloud-based systems.

2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only
has a subset of the necessary transactions between updates.

3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions
from on-premise and cloud-based systems.

The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What
should the Integration Architect specify so the LWC will be able to display all the required transactions?

A. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

B. Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.

DumpsArena - Pass Your Next Certification Exam Fast!


dumpsarena.com
C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.

D. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

ANSWER: C

QUESTION NO: 3

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure

API Gateway.

What integration security mechanism should be employed?

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.

ANSWER: A

QUESTION NO: 4

An 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 an Architect determine before recommending a solution?

A. Determine inbound integration requirements, then identify frequency.

B. Determine data 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.

ANSWER: A

QUESTION NO: 5

DumpsArena - Pass Your Next Certification Exam Fast!


dumpsarena.com
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The
data volumes have increased, resulting in higher API calls consumed, and some days the

limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to
continue using REST API to avoid architecture changes.

Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

A. SObject Collections

B. SObject Tree

C. Batch

D. Composite

ANSWER: B

Explanation:

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm

QUESTION NO: 6

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

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

Which two solutions will meet these business requirements? Choose 2 answers

A. Case after insert Trigger that executes a callout.

B. Case Workflow Rule that sends an Outbound Message.

C. Case after insert Trigger that publishes a Platform Event.

D. Custom Apex controller that publishes a Platform Event.

ANSWER: C D

QUESTION NO: 7

DumpsArena - Pass Your Next Certification Exam Fast!


dumpsarena.com
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

A. Develop an application in Heroku that connects to the on-premise database 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 move data to Salesforce.

ANSWER: B C

QUESTION NO: 8

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

ANSWER: B D

QUESTION NO: 9

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

an external system 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

A. Write the error response from the 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.

DumpsArena - Pass Your Next Certification Exam Fast!


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

ANSWER: B D

QUESTION NO: 10

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

Which Salesforce API should an Integration Architect use to meet the requirement?

A. SOAP API

B. Analytics REST API

C. Metadata API

D. Tooling API

ANSWER: D

Explanation:

https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodeco

DumpsArena - Pass Your Next Certification Exam Fast!


dumpsarena.com

You might also like