Free ARC-101 Exam Braindumps

An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization has already implemented SAML using a third-party identity provider (IdP) for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

  1. Make Apex REST outbound integrations to external web services more secure.
  2. Make an API inbound integration from an external Java client more secure.
  3. Make formula fields with HYPERLINK() to external web servers more secure.
  4. Make Apex SOAP outbound integrations to external web services more secure.

Answer(s): C



A company that is a leading provider of courses and training delivers courses using third-party trainers. The trainer for the company has to be verified by 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which means it could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating it with the agency's web services.
What is the recommended approach to automate this process?

  1. Make an Apex callout using @future annotation to make the callout to all different agencies. The response should update the trainer status to “verified”.
  2. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from the 10 services, then make a call-in to Salesforce and update the verification status to “verified”.
  3. Create a trigger on the trainer record to make a callout to each verification agency’s, write business logic to consolidate the verification then update the trainer status to “verified”.
  4. Use Salesforce External Service to make the call out; Salesforce External Service should check the verification agencies until the result is verified, then update the trainer status to “verified”.

Answer(s): B



Northern Trail Outfitters (NTO) uses a custom mobile app to interact with its customers. One of the features of the app is Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an integration architect use to meet this requirement?

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

Answer(s): A



Northern Trail Outfitters (NTO) has recently changed its Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
Which two considerations should an integration architect evaluate before choosing a middleware solution? (Choose two.)

  1. An API Gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
  2. The middleware solution enforces the OAuth security protocol.
  3. The middleware solution is capable of establishing a secure API Gateway between cloud applications and on-premise resources.
  4. The middleware solution is able to interface directly with databases via an Open Database Connectivity (ODBC) connection string.

Answer(s): A,C






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