Free ARC-101 Exam Braindumps (page: 7)

Page 7 of 32

Universal Containers (UC) currently owns a middleware tool and has developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, and while the third tier interfaces directly with the systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an integration architect recommend to meet these requirements?

  1. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  2. Leverage an Identity Provider solution that communicates with the API tiers via SAML.
  3. Implement an API Gateway that all systems of engagement must interface with first.
  4. Enforce separate security protocols and return formats at the first tier of the API-led architecture.

Answer(s): C



An enterprise architect has requested the Salesforce integration architect to review the following (see diagram and description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
There are multiple eligibility systems that provide this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in the future, but no commitments are made).
These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
All requests from Salesforce will have to traverse through the customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made? (Choose three.)

  1. Use Continuation callouts to make the eligibility check request from Salesforce Lightning UI at page load.
  2. ESB (Mule) with cache/state management to return a requestID (or) response if available from an external system.
  3. Recommend synchronous Apex callouts from Lightning UI to External Systems via Mule and implement polling on an API Gateway timeout.
  4. Create a platform event in Salesforce via Remote Call-In and use the empAPI in the Lightning UI to serve 3,000 concurrent users when responses are received by Mule.
  5. Implement a "Check Update" button that passes a requestID received from ESB (user action needed).

Answer(s): A,B,E



A company wants to standardize exception tracking, handling, and analytics. The company will complete the following:
1. Build a company wide logging service hosted on a middleware platform.
2. Create case object records for exceptions based thresholds.
3. Change all their Apex Loggers to publish Application Exceptions as custom platform events.
Which two specifications should the integration architect include in the logging service architecture? (Choose two.)

  1. Receive Application Events through Change Data Capture (CDC).
  2. Create Salesforce Cases conditionally using automatic Case creation rules.
  3. Create Salesforce Cases using the Salesforce REST, SOAP, or Bulk API.
  4. Subscribe to the Application Exceptions using the Salesforce Streaming API.

Answer(s): B,D



Service agents at Northern Trail Outfitters use Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a business-to-consumer (B2C) Commerce system?

  1. REST API offered by Commerce Platform
  2. REST API offered by Salesforce Platform
  3. Salesforce B2C Commerce to Service Cloud Connector
  4. MuleSoft Anypoint Platform

Answer(s): C



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