Free ARC-101 Exam Braindumps (page: 10)

Page 10 of 32

Northern Trail Outfitters submits orders to the manufacturing system web service. Recently, the system has experienced outages that keep service unavailable for several days.
Which solution should an architect recommend to handle errors during these types of service outages?

  1. Use Outbound Messaging to automatically retry failed service calls.
  2. Use middleware queuing and buffering to insulate Salesforce from system outages.
  3. Use Platform Event replayId and custom scheduled Apex process to retrieve missed events.
  4. Use @future jobId and custom scheduled Apex process to retry failed service calls.

Answer(s): B



Northern Trail Outfitters needs to present shipping costs and estimated delivery times to its customers. Shipping services used vary by region, and have similar, but distinct service request parameters.
Which integration component capability should be used?

  1. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
  2. Apex REST Service to implement routing logic to the various shipping service.
  3. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
  4. Enterprise Service Bus user interface to collect shipper-specific form data.

Answer(s): C



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?

  1. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to the external system.
  2. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to Salesforce.
  3. Due to high volume of records, Salesforce will need to make a REST API call to the external system.
  4. Due to high volume of records, a third party integration tool is required to stage records off platform.

Answer(s): B



Northern Trail Outfitters (NTO) is planning to create a native employee-facing mobile app with the look and feel of Salesforce Lighting Experience. The mobile app needs to integrate with NTO's Salesforce org.
Which Salesforce API should be used to implement this integration?

  1. User Interface API
  2. Streaming API
  3. Connect REST API
  4. REST API

Answer(s): C



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