Free ARC-101 Exam Braindumps (page: 17)

Page 17 of 32

Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an integration architect use to fulfill this requirement?

  1. Connect REST API
  2. Streaming API
  3. Tooling API
  4. REST API

Answer(s): A



A company’s security assessment noted vulnerabilities on the unmanaged packages in its Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure. (Choose two.)

  1. Named Credentials
  2. Encrypted Custom Fields
  3. Protected Custom Settings
  4. Protected Custom Metadata Types

Answer(s): A,B



Universal Containers (UC) is a global financial company that sells financial products and services. There is a daily scheduled Batch Apex job that generates invoices from a given set of orders.
UC requested building a resilient integration for this Batch Apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?

  1. Build Batch Retry and Error Handling using BatchApexErrorEvent.
  2. Build Batch Retry and Error Handling in the middleware.
  3. Build Batch Retry and Error Handling in the Batch Apex job itself.
  4. Use a Batch Retry and Error Handling report to monitor the error handling.

Answer(s): A



A large enterprise customer operating in a highly regulated industry is planning to implement Salesforce for customer-facing associates in both sales and service, as well as back-office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated into multiple back-office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  1. Leverage middleware for all back-office system integrations ensuring real tine alerting, monitoring and reporting capabilities.
  2. Build a custom integration gateway to support back-office system integrations and ensure reliability and monitoring capabilities.
  3. Decouple back-office system callouts into separate distinct services that nave inbuilt error logging and monitoring frameworks.
  4. Use Architect Services in back-office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.

Answer(s): A



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