Salesforce integration architect practice test

Certified Integration Architect

Last exam update: Jul 20 ,2024
Page 1 out of 7. Viewing questions 1-15 out of 106

Question 1

A healthcare 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 databaseand
encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in
the Patient Prescriptions System assigned nurses anddoctors, 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 de identified 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
Answer:

B, C

User Votes:
A 1 votes
50%
B 1 votes
50%
C 2 votes
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

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?

  • A. Push Topic Event can define a custom payload.
  • B. Change Data Capture does not have record access support.
  • C. Change Data Capture can be published from Apex.
  • D. Apex triggers can subscribe to Generic Events.
Answer:

B

User Votes:
A 1 votes
50%
B
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

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

  • A. Corporate WSDL
  • B. Partner WSDL
  • C. SOAP API WSDL
  • D. Enterprise WSDL
Answer:

B

User Votes:
A
50%
B 2 votes
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

An architect recommended using Apex code to make callouts to an external system to
process insurance quote.
What should the integration architect consider to make sure this is the right option for the
integration?

  • A. The maximum callouts in a single Apex transaction.
  • B. The maximum number of parallel Apex callouts in a single continuation.
  • C. The limit on long-running requests (total execution time).
  • D. The limit of pending operations in the same transaction.
Answer:

D

User Votes:
A
50%
B
50%
C 1 votes
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

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 payn 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?

  • 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.
  • D. Use request and reply to make an API call to the payment gateway.
Answer:

B

User Votes:
A
50%
B 1 votes
50%
D 1 votes
50%

Discussions
vote your answer:
A
B
D
0 / 1000

Question 6

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?

  • A. Create a new user with System Administrator 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.
Answer:

D

User Votes:
A
50%
B
50%
C
50%
D 1 votes
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

A new Salesforce program has the following high level abstract requirement: Business
processes executed on Salesforce require data updates between the internal systems and Salesforce
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for
Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for
Integration architecture needs of the program?
Choose 3 answers

  • A. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
  • B. Integration skills, SME availability and Program Governance details.
  • C. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
  • D. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
Answer:

A, C, D

User Votes:
A 1 votes
50%
B
50%
C 1 votes
50%
D 1 votes
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

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

  • A. Inability to query event messages using SOQL
  • B. Subscribe to an AssetToken Event stream to monitor OAuth 2.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.
Answer:

A, C, D

User Votes:
A 1 votes
50%
B 1 votes
50%
C 1 votes
50%
D 1 votes
50%
E
50%

Discussions
vote your answer:
A
B
C
D
E
0 / 1000

Question 9

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.
Answer:

B

User Votes:
A
50%
B 1 votes
50%
C
50%

Discussions
vote your answer:
A
B
C
0 / 1000

Question 10

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

  • 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.
Answer:

B, D

User Votes:
A 1 votes
50%
B
50%
C 1 votes
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

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

  • 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
Answer:

B, C

User Votes:
A
50%
B 1 votes
50%
C 1 votes
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

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
Answer:

B, D

User Votes:
A 1 votes
50%
B 1 votes
50%
C
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

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.
  • D. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
Answer:

B, D

User Votes:
A
50%
B 1 votes
50%
C
50%
D 1 votes
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

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?

  • 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 is a 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, thenthe 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.
Answer:

B

User Votes:
A
50%
B
50%
C 1 votes
50%
D
50%

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

Northern Trail Outfitters is planning to create a native 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?

  • A. Streaming API B.REST API
  • C. Connect REST API
  • D. User Interface API
Answer:

D

User Votes:
A
50%
C
50%
D 1 votes
50%

Discussions
vote your answer:
A
C
D
0 / 1000
To page 2