Free ARC-101 Exam Braindumps (page: 16)

Page 16 of 32

An integration architect has been tasked with integrating Salesforce with an on-premise system. Due to some established policies, this system must remain on-premise.
What should the architect use to build a solution for this requirement?

  1. Use Heroku Connect if the data is hosted in Heroku.
  2. Use Salesforce Connect if the data is hosted in Salesforce.
  3. Use Salesforce Connect if the database supports Open Database Connectivity (ODBC).
  4. Use Salesforce Connect if the database supports Open Data Protocol (OData).

Answer(s): D



The URI for an external service has been changed without prior notice. The service provides up-to-date money exchange rates that are accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an integration architect recommend be implemented to minimize potential downtime for users in this situation? (Choose two.)

  1. Enterprise Service Bus (ESB)
  2. Remote Site Settings
  3. Content Security Policies
  4. Named Credentials

Answer(s): A,D



An integration architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only being published?

  1. The platform events are published immediately before the Apex transaction completes.
  2. The platform events have a trigger in Apex.
  3. The platform events are being published from Apex.
  4. The platform events are published after the Apex transaction completes.

Answer(s): D



When a user clicks “Check Preferences” as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in Boolean and string values data types.
Which integration pattern and mechanism should be selected to meet the conditions?

  1. Fire and Forget: Process driven Platform Events publishes events on Salesforce Event Bus.
  2. Data Virtualization: Salesforce Connect maps external REST data in external objects.
  3. Remote Call-In: Salesforce REST API with REST Composite Resources.
  4. Request and Reply: Enhanced External Services invokes a REST API.

Answer(s): D



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