Free ARC-101 Exam Braindumps (page: 11)

Page 11 of 32

Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call in to a custom Apex REST endpoint in the central org. The Security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package? (Choose three.)

  1. Create a connected app in the central org and add the callback URL for each org in the package it is installed in to redirect after a successful authentication.
  2. Contact Salesforce Support and create a case to temporarily enable API access for managed packages.
  3. Use the authentication Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
  4. Create an authentication provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  5. Use an encrypted field to store the password that the Security team enters, and use password management for external orgs and set the encryption method to TLS 1.2.

Answer(s): A,C,D



Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of integration should an architect recommend to meet this business requirement?

  1. Batch Processing
  2. Data Virtualization
  3. Process Orchestration
  4. Data Synchronization

Answer(s): B



Northern Trail Outfitters (NTO) has a requirement to encrypt a few of widely-used standard fields. NTO also wants to be able to use these fields in workflow rules.
Which security solution should an integration architect recommend to fulfill the business use case?

  1. Cryptography Class
  2. Classic Encryption
  3. Data Masking
  4. Shield Platform Encryption

Answer(s): D



Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order is fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing.
Which solution should an architect propose?

  1. Outbound Messaging, which will automatically handle error retries to the service.
  2. Button press invokes synchronous callout, with user handling retries in case of error.
  3. Trigger invokes Queueable Apex method, with custom error handling process.
  4. Trigger makes @future Apex method, with custom error handling process.

Answer(s): B



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