Free ARC-101 Exam Braindumps (page: 3)

Page 3 of 32

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?

  1. Re-write and optimize the current web service to be more efficient.
  2. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  3. Use the Salesforce Bulk API when integrating back into Salesforce.
  4. Move the custom monolithic web service from on-premise to a cloud provider.

Answer(s): B



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

  1. Integration Style - Process-based, Data-based, and Virtual integration.
  2. Timing aspects, real-time/near real-time (synchronous or asynchronous), batch and update frequency.
  3. Source and Target system, Directionality, and data volume & transformation complexity, along with any middleware that can be leveraged.
  4. Integration skills, SME availability, and Program Governance details.
  5. Core functional and non-functional requirements for User Experience design, Encryption needs, Community, and license choices.

Answer(s): A,B,C



Which three considerations should an integration architect consider when recommending Platform Event as an integration solution? (Choose three.)

  1. Event messages using SOQL are unable to be queried.
  2. A Lightning record page for platform events is unable to be created.
  3. Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.
  4. When an event definition is deleted, it's permanently removed and can't be restored.
  5. Event Monitoring is used to track user activity, such as logins and running reports.

Answer(s): A,B,D



A large business-to-consumer (B2C) 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 includes:
1. Develop a 360 degree view of the 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 three.)

  1. Order Management System
  2. Sales Activity System
  3. Case Management System
  4. Quoting System
  5. Email Marketing System

Answer(s): B,C,E



Page 3 of 32



Post your Comments and Discuss Salesforce ARC-101 exam with other Community members:

Trying Out commented on September 30, 2024
useful to learn and prep for integ architect
Anonymous
upvote

thucydides commented on March 09, 2024
Question 3: 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? Answer here: Push Topic Event Documentation: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm PushTopic events is a legacy product. Salesforce no longer enhances PushTopic events with new features and provides limited support for this product. Instead of PushTopic events, consider using Change Data Capture events. To learn about Change Data Capture events, see the Change Data Capture Developer Guide and the Change Data Capture Basics Trailhead module.
Anonymous
upvote