Free ARC-101 Exam Braindumps (page: 2)

Page 2 of 32

A global financial company sells financial products and services that include the following:
1. Bank accounts
2. Loans
3. Insurance
The company has a state-of-the-art core banking system that is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10 million financial transactions per day. The CTO for the company is considering building a community portal 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?

  1. Use Salesforce External Service to display financial transactions in a community Lightning page.
  2. Use Salesforce Connect to display the financial transactions as an external object.
  3. Migrate the financial transaction records to Salesforce custom object and use ETL tool to keep systems in sync.
  4. Use Iframe to display core banking financial transactions data in the customer community.

Answer(s): A



Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales representatives serve all NTO customers globally and need to select between valid service(s) for the customer s country and request shipping estimates from that service.
Which two solutions should an architect propose? (Choose two.)

  1. Invoke middleware service to retrieve valid shipping methods.
  2. Store shipping services in a picklist that is dependent on a country picklist.
  3. Use middleware to abstract the call to the specific shipping services.
  4. Use Platform Events to construct and publish shipper-specific events.

Answer(s): A,C



Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and third party agencies. UC would like to collaborate with the third-party agencies on the design files and allow them to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?

  1. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  2. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
  3. Create a custom object to store the file location URL: when a community user clicks on the file URL, redirect the user to the on-premise system file location.
  4. Create a Lightning component with a Request and Reply integration pattern to allow the community users to download the design files.

Answer(s): C



A business requires automating the check and updating of the phone number type classification (mobile vs. landline) for all incoming calls delivered to its phone sales agents. The following conditions exist:
1. At peak, the call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on customer premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  1. Configure Remote Site Settings in Salesforce to authenticate the middleware.
  2. Firewall and reverse proxy are required to protect internal APIs and resources being exposed.
  3. ConnectedApp configured in Salesforce to authenticate the middleware.
  4. An API Gateway that authenticates requests from Salesforce into the middleware (ETL/ESB).

Answer(s): C



Page 2 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