Free ARC-101 Exam Braindumps (page: 13)

Page 13 of 32

An integration architect has designed a mobile application for Salesforce users to get data while on the road using a custom user interface (UI). The application is secured with OAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store them on a custom geolocation field.
The geolocation field is secured with field-level security, so users can view the value without changing it.
What should be done to meet the requirement?

  1. The mobile device makes a REST API Inbound call.
  2. The mobile device makes a REST Apex inbound call.
  3. The mobile device makes a SOAP API inbound call.
  4. The mobile device receives a REST Apex callout call.

Answer(s): B



Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the Bulk API. The CIO is curious about monitoring recommendations for the jobs from the technical architect.
Which two recommendations will help meet the requirements? (Choose two.)

  1. Visually monitor in the Salesforce UI using the “Bulk Data Load Jobs” in Salesforce in the setup menu.
  2. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
  3. Set the Salesforce debug logs level to “finest” and add the user Id running the job to monitor in the “Debug Logs” in the setup menu.
  4. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.

Answer(s): A,D



Universal Containers (UC) is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service its customers via calls and live chat. Support agents open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC’s Core banking system is the system of record for bank accounts, and all accounts opened in Salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID, which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?

  1. Streaming API to generate PushTopic
  2. Request and Reply
  3. Salesforce platform event
  4. Outbound Message

Answer(s): B



The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events are as follows:
1. A customer initiates a product exchange via a Case.
2. A customer service rep clicks on the "Authorize Exchange Product" menu item in the Case.
3. A customer initiates a subscription cancellation via a Case.
4. A customer service rep dicks on the "Initiate Refund" menu item in the Case.
Which two solutions will meet these business requirements? (Choose two.)

  1. Custom Apex controller that publishes a platform event.
  2. Case Workflow Rule that sends an Outbound Message.
  3. Case after insert Trigger that executes a callout.
  4. Case after insert Trigger that publishes a platform event.

Answer(s): A,D



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