Free ARC-101 Exam Braindumps (page: 4)

Page 4 of 32

Northern Trail Outfitters is in the final stages of merging two Salesforce orgs, but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms. The Sales department has requested that new leads are available in the new Salesforce instance within 30 minutes.
Which two approaches will require the least amount of development effort? (Choose two.)

  1. Configure named credentials in the source org.
  2. Use the Composite REST API to aggregate multiple leads in a single call.
  3. Use the Tooling API with Process Builder to insert leads in real time.
  4. Call the Salesforce REST API to insert the lead into the target system.

Answer(s): A,D



Salesforce users need to read data from an external system via an HTTP request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration? (Choose two.)

  1. Two-way SSL
  2. Authorization Provider
  3. Connected App
  4. Named Credentials

Answer(s): A,D



Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two actions should an integration architect take prior to the implementation of Shield Platform Encryption? (Choose two.)

  1. Review Shield Platform Encryption configurations.
  2. Encrypt the data using the most current key.
  3. Use Shield Platform Encryption as a user authentication or authorization tool.
  4. Encrypt all the data so that it is secure.

Answer(s): A,B



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?

  1. Platform Event
  2. Streaming API
  3. Change Data Capture (CDC)
  4. Outbound Message

Answer(s): C



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