[Mar-2023] 100% Actual ARC-101 dumps Q&As with Explanations Verified & Correct Answers [Q55-Q78]

Share

[Mar-2023] 100% Actual ARC-101 dumps Q&As with Explanations Verified & Correct Answers

ARC-101 Dumps with Free 365 Days Update Fast Exam Updates

NEW QUESTION 55
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 that are of interest are:
A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements?
Choose 2 answers

  • A. Case after insert Trigger that publishes a Platform Event.
  • B. Case Workflow Rule that sends an Outbound Message.
  • C. Custom Apex controller that publishes a Platform Event.
  • D. Case after insert Trigger that executes a callout.

Answer: A,C

 

NEW QUESTION 56
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers

  • A. Develop custom APIs on the company's network that are invokable by Salesforce.
  • B. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
  • C. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.
  • D. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.

Answer: A,D

 

NEW QUESTION 57
A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.
Which three recommendations should the Salesforce integration architect make?
Choose 3 answers

  • A. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.
  • B. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given that a middleware solution is required.
  • C. Event handling in a publish/subscribe scenario, the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.
  • D. Message transformation and protocol translation should be done within Salesforce.
    Recommend leveraging Salesforce native protocol conversion capabilities as middle watools are NOT suited for such tasks
  • E. Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware tools (like ETL/ESB) to improve performance.

Answer: A,B,C

 

NEW QUESTION 58
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?

  • A. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
  • B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
  • C. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
  • D. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.

Answer: B

 

NEW QUESTION 59
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

  • A. Remote Process Invocation-Request and Reply
  • B. Remote Process Invocation-Fire and Forget
  • C. Batch Data Synchronization
  • D. Remote Call-In

Answer: C

 

NEW QUESTION 60
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met

  • A. Corporate WSDL
  • B. Partner WSDL
  • C. Enterprise WSDL
  • D. SOAP API WSDL

Answer: B

 

NEW QUESTION 61
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers

  • A. Use middleware to abstract the call to the specific shipping services.
  • B. Use Platform Events to construct and publish shipper-specific events.
  • C. Store shipping services in a picklist that is dependent on a country picklist.
  • D. Invoke middleware service to retrieve valid shipping methods.

Answer: A,D

 

NEW QUESTION 62
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are 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?

  • A. Streaming API
  • B. Connect REST API
  • C. Apex REST
  • D. REST API

Answer: B

 

NEW QUESTION 63
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • B. ConnectedApp configured in Salesforce to authenticate the middleware.
  • C. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • D. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).

Answer: B

 

NEW QUESTION 64
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers

  • A. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
  • B. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
  • C. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
  • D. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.

Answer: C,D

 

NEW QUESTION 65
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers

  • A. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
  • B. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
  • C. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
  • D. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
  • E. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.

Answer: B,C,D

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5

 

NEW QUESTION 66
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?
Choose 2 answers

  • A. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
  • B. 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.
  • C. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.
  • D. 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.

Answer: A,C

 

NEW QUESTION 67
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • B. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • C. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • D. Use Change Data Capture to update downstream systems accordingly when a record changes.

Answer: C,D

 

NEW QUESTION 68
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers

  • A. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
  • B. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
  • C. To publish an event, the integration user in salesforce needs create permission on the event entity.
  • D. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
  • E. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.

Answer: B,C,D

 

NEW QUESTION 69
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce.
Which approach should used to meet the requirement?

  • A. Use Bulk API to process jobs in parallel mode.
  • B. Contact Salesforce support to schedule performance load.
  • C. Use Bulk API to process jobs in high performance mode.
  • D. Use Bulk API to process jobs in serial mode.

Answer: A

 

NEW QUESTION 70
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • D. Bulk API, Chatter REST API, Apex REST API, Analytics REST API

Answer: A

 

NEW QUESTION 71
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.

The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?

  • A. Sum of A, G, and H
  • B. Sum of A and H
  • C. Sum of A to H
  • D. Sum of A to F

Answer: B

 

NEW QUESTION 72
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.
Which two things should an architect do to improve the performance of the integration?
Choose 2 answers

  • A. Include non-selective criteria in query filters.
  • B. Include selective criteria in query filters.
  • C. Remove the sharing restrictions.
  • D. Remove the query filters.

Answer: B,C

Explanation:
https://help.salesforce.com/articleView?id=000325247&type=1&mode=1

 

NEW QUESTION 73
Universal Containers (UC) is a leading provider of management training globally, UC embarked on a Salesforce transformation journey to allow students to register for courses in the Salesforce community. UC has a learning system that masters all courses and student registration.
UC requested a near real-time feed of student registration from Salesforce to the learning system. The integration architect recommends using Salesforce event.
Which API should be used for the Salesforce platform event solution?

  • A. Streaming API
  • B. SOAP API
  • C. Tooling API
  • D. O REST AP

Answer: A

 

NEW QUESTION 74
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?

  • A. The limit on long-running requests (total execution time).
  • B. The maximum callouts in a single Apex transaction.
  • C. The limit of pending operations in the same transaction.
  • D. The maximum number of parallel Apex callouts in a single continuation.

Answer: C

 

NEW QUESTION 75
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?

  • A. The platform events are published immediately before the Apex transaction completes.
  • B. The platform events are published after the Apex transaction completes.
  • C. The platform events are being published from Apex.
  • D. The platform events has a trigger in Apex.

Answer: B

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define_ui.htm

 

NEW QUESTION 76
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Generate a CA-signed Certificate.
  • B. Enable My Domain and SSL/TLS.
  • C. Generate a Self-signed Certificate.
  • D. Enforce SSL/TLS Mutual Authentication.

Answer: D

Explanation:
https://help.salesforce.com/articleView?id=security_keys_uploading_mutual_auth_cert.htm&type=5

 

NEW QUESTION 77
Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage.
Which solution should an architect recommend to avoid duplicate order booking?

  • A. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
  • B. Implement idempotent design and have Sales Representatives retry order(s) in question.
  • C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • D. Have scheduled Apex resubmit orders that do not have a successful response.

Answer: C

 

NEW QUESTION 78
......


Salesforce ARC-101 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Translate Needs to Integration Requirements
  • Explore the Meaning of Single View of the Customer
Topic 2
  • Build Event-Driven Applications Using Streaming API
  • Understand Use Cases for a Batch Data Synchronization Pattern
Topic 3
  • Understand When to Use Remote Site Settings
  • Call External APIs Programmatically Using Callouts
Topic 4
  • Explore Two-Way Transport Layer Security (TLS)
  • Call External APIs Declaratively Using External Services
Topic 5
  • Understand Use Cases for a Request and Reply Pattern
  • Work with Large Data Volumes Using BULK API
Topic 6
  • Review Integration Regulatory Requirements
  • Send Data from Salesforce to External Applications Using Outbound Message
Topic 7
  • Understand Use Cases for a Data Virtualization Pattern
  • Create External Applications Using SOAP API
Topic 8
  • Build Event-Driven Applications Using Change Data Capture
  • Understand the Benefits of Using Named Credentials
Topic 9
  • Understand Use Cases for a UI Update Based on Data Changes Pattern
  • Understand the Importance of Integration

 

Verified ARC-101 dumps Q&As - 2023 Latest ARC-101 Download: https://www.realvce.com/ARC-101_free-dumps.html

Dumps Questions [2023] Pass for ARC-101 Exam: https://drive.google.com/open?id=1J7G6LTs77GX7Pl-v5D-WcUdA5i4pSH1g