Free ARC-101 Exam Braindumps (page: 14)

Page 14 of 32

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
Which integration security mechanism should be employed?

  1. Use an API-only user profile and implement an external identity provider with federated API access.
  2. Configure mutual server authentication with two way SSL using certification authority (CA) signed certificates.
  3. Configure a connected app with an authorization endpoint of the API Gateway and configure OAuth settings.
  4. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.

Answer(s): B



An enterprise customer with more than 10 million customers has the following systems and conditions in their landscape:
1. Enterprise Billing System (EBS) - All customers' monthly billing is generated by this system.
2. Enterprise Document Management System (DMS) - Bills mailed to customers are maintained in the Document Management system.
3. Salesforce CRM (CRM) - Customer information, sales and support information is maintained in the CRM.
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the EBS and to view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and EBS with Salesforce? (Choose three.)

  1. Users should be authenticated into DMS and EBS without having to enter username and password.
  2. Consider Enterprise security needs for access to DMS and EBS.
  3. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
  4. Users should be authorized to view information specific to the customer they are servicing without needing to search for the customer.
  5. Consider options to migrate DMS and EBS into Salesforce.

Answer(s): A,B,D



Universal Containers (UC) has embarked on a Salesforce transformation journey. UC will decommission its legacy CRM system and migrate data to Salesforce. The Data Migration team asked for a recommendation to optimize the performance of the data load to Salesforce.
Which approach should be used to meet the requirement?

  1. Use Bulk API to process Jobs in parallel mode.
  2. Use Bulk API to process Jobs in high performance mode.
  3. Contact Salesforce Support to schedule performance load.
  4. Use Bulk API to process Jobs in serial mode.

Answer(s): A



A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc.
The company has asked the Salesforce Integration Architect to help fulfill such aspects with their Salesforce program.
Which three recommendations should the Salesforce integration architect make? (Choose three.)

  1. Event handling in a publish/subscribe scenario, the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.
  2. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message can be assumed to be handled by middleware.
  3. Transform a Fire and Forget mechanism to Request and Reply, which should be handled by middleware tools (like ETL/ESB) to improve performance.
  4. Message transformation and protocol translation should be done within Salesforce. Recommend leveraging Salesforce native protocol conversion capabilities as middleware tools are NOT suited for such tasks.
  5. Provide true message queueing for integration scenarios (including orchestration, process choreography, quality of service, etc.) given that a middleware solution is required.

Answer(s): A,B,E



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