Free ARC-101 Exam Braindumps (page: 15)

Page 15 of 32

Northern Trail Outfitters use Salesforce to track leads and opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecycle. The integration architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?

  1. Remote Call-In
  2. Fire and Forget
  3. Batch Data Synchronization
  4. Request and Reply

Answer(s): B



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?

  1. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  2. Implement a polling mechanism in the client that calls the SOAP API getUpdated method to get the ID values of each updated record.
  3. Create a PushTopic update event on the Opportunity object to allow the subscriber to react to the streaming API.
  4. Create a connected app in the affiliate org and select "Accept CometD API Requests".

Answer(s): C



Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed, but the return acknowledgment was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?

  1. Use scheduled Apex to query manufacturing system for potential duplicate or missing orders.
  2. Implement idempotent design and have Sales Representatives retry order(s) in question.
  3. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  4. Have scheduled Apex resubmit orders that do not have a successful response.

Answer(s): B



What should an architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  1. Enable My Domain and SSL/TLS.
  2. Generate a self-signed certificate.
  3. Enforce SSL/TLS Mutual Authentication.
  4. Generate a certification authority (CA) signed certificate.

Answer(s): C



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