Free ARC-101 Practice Test Questions and Answers (2026) | Cert Empire Practice Questions
Free preview: 20 questions.
ARC-101.pdf
Q: 1
A company needs to be able to send data from Salesforce to a home grown 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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 2
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of
changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client
available.
Which solution is recommended in order to meet the requirement?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 3
A company accepts payment requests 24x7. Once they accept a payment request, their
service level agreement (SLA) requires them to make 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 errors when 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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 4
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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 5
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 6
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
store it 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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 7
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 8
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
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 9
A company's security assessment noted vulnerabilities on the un managed packages in their
Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames,
passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that
secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 10
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 11
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support
needs seamless access to customer billing information from the E and view generated bills from the
DMS.
Which three authorization and authentication needs should an integration consultant consider while
integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 12
Universal Containers (UC) is a leading provider of management training globally, UC requested
students course registration data generated from the Salesforce student community to be synced
with the learning management system (LMS). Any update to the course registration data needs to be
reflected in the LMS.
Which integration mechanism should be used to meet the requirement?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 13
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?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 14
A company wants to standardize exception tracking, handling, and analytics. Given the following
actions:
1. Build a company wide 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 include in the logging service architecture?
Choose 2 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 15
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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 16
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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 17
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day.
To prevent 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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 18
A US business-to-consumer (B2C) company is planning to expand to Latin Americ
a. 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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 19
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
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 20
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with
Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages
from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the
solutions?
Choose 3 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 1 of 20