
Free ARC-101 Sample Questions and 100% Cover Real Exam Questions (Updated 108 Questions)
Download Real Salesforce ARC-101 Exam Dumps Test Engine Exam Questions
NEW QUESTION 48
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?
- A. Set up debug logs for Platform Event triggers to monitor performance .
- B. Monitor the volume of leads that are created in Salesforce.
- C. Monitor Platform Events created per hour limits across the Salesforce instance.
- D. Validate the Platform Event definition matches leads definition.
Answer: A
NEW QUESTION 49
Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.
Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:
1. When a Contact record in Salesforce is updated, the external homegrown application should be
2. The synchronization should be event driven.
3. The integration should be asynchronous.
Which option should an architect recommend to satisfy the requirements?
- A. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
- B. Write an Apex Trigger with the @future annotation.
- C. Leverage Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.
Answer: C
Explanation:
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.
NEW QUESTION 50
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?
- A. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
- B. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
- C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
- D. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
Answer: C
NEW QUESTION 51
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:
1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
3. Must be available only to verified and pre-approved people or legal entities.
To enable this, the company provides the following capabilities:
1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
2. Certificates for legal entities.
. RESTful services.
The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.
Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?
Choose 2 answers
- A. Encryption in transit and at rest
- B. Identity token data storage
- C. Bulk load for Einstein Analytics
- D. Callouts to RESTful services
Answer: C,D
NEW QUESTION 52
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?
- A. Use Outbound Messaging to automatically retry failed service calls.
- B. Use @future jobld and custom scheduled apex process to retry failed service calls.
- C. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
- D. Use middleware queuing and buffering to insulate Salesforce from system outages.
Answer: D
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_considerations.htm
NEW QUESTION 53
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. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
- C. 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.
- D. 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.
- E. 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.
Answer: C,D,E
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 54
Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.
Which security solution should an Integration Architect recommend to fulfill the business use case?
- A. Platform Shield Encryption
- B. Cryptography Class
- C. Data Masking
- D. Classic Encryption
Answer: A
Explanation:
https://help.salesforce.com/articleView?id=data_mask_overview.htm&type=5
https://help.salesforce.com/articleView?id=security_pe_vs_classic_encryption.htm&type=5
NEW QUESTION 55
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers
- A. Reduce batch size of asynchronous BULK API.
- B. Legacy system should submit in serial mode.
- C. Reduce batch size of synchronous BULK API.
- D. Legacy system should submit in parallel mode.
Answer: A,D
NEW QUESTION 56
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers
- A. Payment System should process a payment request only once.
- B. Middleware should coordinate request delivery and payment processing.
- C. Data Entry Point and Middleware should automatically retry requests.
- D. Payment System and Middleware should automatically retry requests.
Answer: A,B
NEW QUESTION 57
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?
- A. Shield Platform Encryption Limitations
- B. External gateway products in use
- C. Considerations for using Deterministic Encryption
- D. A Default gateway restrictions
Answer: B
NEW QUESTION 58
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers
- A. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
- B. Users should be authenticated into DMS and EBS without having to enter username and password.
- C. Consider Enterprise security needs for access to DMS and EBS.
- D. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
- E. Consider options to migrate DMS and EBS into Salesforce.
Answer: B,D,E
NEW QUESTION 59
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers
- A. How many concurrent service calls are being placed.
- B. The maximum query cursors open per user on the service.
- C. The typical and worst-case historical response times.
- D. The number batch jobs that can run concurrently.
Answer: B,D
NEW QUESTION 60
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?
- A. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
- B. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
- C. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
- D. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
Answer: C
NEW QUESTION 61
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?
- A. Metadata API
- B. SOAP API
- C. Analytics REST API
- D. Tooling API
Answer: D
Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecoverage.htm
NEW QUESTION 62
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider?
Choose 2 answers
- A. Can the fulfillment system implement a contract-first Outbound Messaging interface?
- B. Can the fulfillment system create new addresses within the Order Create service?
- C. Is the product catalog data identical at all times in both systems?
- D. Can the fulfillment system make a callback into Salesforce?
Answer: A,D
Explanation:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.
NEW QUESTION 63
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers
- A. Encrypted Custom Fields
- B. Named Credentials
- C. Protected Custom Metadata Types
- D. Protected Custom Settings
Answer: A,B
NEW QUESTION 64
......
Salesforce ARC-101 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
New ARC-101 exam dumps Use Updated Salesforce Exam: https://www.updatedumps.com/Salesforce/ARC-101-updated-exam-dumps.html
Verified ARC-101 Dumps Q&As - ARC-101 Test Engine with Correct Answers: https://drive.google.com/open?id=1hfJFPWxoFBhWtkArKVSuxCMpqWjW94bu