2023 Easily pass ARC-101 Exam with our Dumps & PDF Test Engine [Q39-Q62] | DumpsMaterials

2023 Easily pass ARC-101 Exam with our Dumps & PDF Test Engine [Q39-Q62]

Share

2023 Easily pass ARC-101 Exam with our Dumps & PDF Test Engine

ARC-101 PDF Pass Leader, ARC-101 Latest Real Test


The Salesforce ARC-101 certification exam covers a wide range of topics, including the design and architecture of integration solutions, the use of APIs, data mapping, security, and error handling. The exam is designed to test the candidate's understanding of the concepts and their ability to apply them in real-world scenarios. Passing this certification exam demonstrates the candidate's proficiency in building integration solutions and their ability to design and architect scalable and robust integrations. With this certification, professionals can showcase their expertise in the integration field and stand out in the job market.


Earning the Salesforce ARC-101 Certification demonstrates that a professional has the skills and knowledge required to design and build integration solutions on the Salesforce platform. This certification is recognized globally and can open up new career opportunities for professionals. It also helps businesses identify professionals who have the required skills to design and build integration solutions on the Salesforce platform.


The Salesforce ARC-101 Certification Exam consists of 60 multiple-choice and multiple-select questions that must be answered within 105 minutes. The exam is available in various languages and can be taken online or in a proctored testing center. The passing score is 65%, and the results are available immediately after the exam.

 

NEW QUESTION # 39
A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.
What is the recommended integration approach to process payments based on this requirement?

  • A. Use continuation to process payment to the payment gateway.
    C Use change data capture to process payment to the payment gateway.
  • B. Use request and reply to make an API call to the payment gateway.
  • C. Use platform event to process payment to the payment gateway.

Answer: A


NEW QUESTION # 40
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. External gateway products in use
  • B. A Default gateway restrictions
  • C. Shield Platform Encryption Limitations
  • D. Considerations for using Deterministic Encryption

Answer: A


NEW QUESTION # 41
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 Change Data Capture to track changes to the Contact object and write a CometD subscriber on the homegrown application.
  • B. Leverage Platform Events to publish a custom event message containing changes to the Contact object.
  • C. Write an Apex Trigger with the @future annotation.

Answer: A

Explanation:
D Use an ETL tool to keep Salesforce and the homegrown application in sync on a regular candence.


NEW QUESTION # 42
A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:
1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
2. A Marketing solution they use for email campaigns.
The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce.
Which system should be the System of record for their customers and prospects?

  • A. Salesforce with relevant Marketing and ERP information.
  • B. ERP with all prospect data from Marketing and Salesforce.
  • C. Marketing with all customer data from Salesforce and ERP.
  • D. New Custom Database for Customers and Prospects.

Answer: A

Explanation:
https://www.workfront.com/blog/systems-of-record


NEW QUESTION # 43
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. Use Change Data Capture to update downstream systems accordingly when a record changes.
  • C. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • D. Design an MDM solution that maps external ID's to the Salesforce record ID.

Answer: B,D


NEW QUESTION # 44
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. Have scheduled Apex resubmit orders that do not have a successful response.
  • B. Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
  • C. Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
  • D. Implement idempotent design and have Sales Representatives retry order(s) in question.

Answer: C


NEW QUESTION # 45
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

  • A. Platform Events
  • B. Change Data Capture
  • C. Callouts
  • D. Generic Events

Answer: B

Explanation:
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture


NEW QUESTION # 46
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?

  • A. Determine data access prevention requirements, then identify system constraints.
  • B. Determine inbound integration requirements, then identify frequency.
  • C. Determine data access prevention requirements, then identify frequency.
  • D. Determine data volume requirements, then identify the loading schedule.

Answer: B


NEW QUESTION # 47
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?

  • A. Process Orchestration
  • B. Batch Processing
  • C. Data Visualization
  • D. Data Synchronization

Answer: C

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm


NEW QUESTION # 48
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?

  • A. Authenticate the integration using existing Single Sign-On.
  • B. Authenticate the integration using existing Network-BasedSecurity.
  • C. Create a special user solely for the integration purposes.
  • D. Create a new user with System Administrator profile.

Answer: C


NEW QUESTION # 49
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers

  • A. Inability to create a Lightning record page for platform events.
  • B. You can use Event Monitoring to track user activity, such as logins and running reports.
  • C. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
  • D. Inability to query event messages using SOQL
  • E. When you delete an event definition, it's permanently removed and can't be restored.

Answer: A,D,E


NEW QUESTION # 50
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

  • A. SObject Collections
  • B. Composite
  • C. Batch
  • D. SObject Tree

Answer: D

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm


NEW QUESTION # 51
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. SOAP API
  • B. Analytics REST API
  • C. Metadata 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 # 52
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

  • A. Make an API inbound integration from an external Java client more secure.
  • B. A Make Apex REST outbound integrations to external web services more secure.
  • C. Make formula fields with HYPERLINK() to external web servers more secure.
  • D. Make Apex SOAP outbound integrations to external web services more secure.

Answer: C


NEW QUESTION # 53
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. Contact Salesforce support to schedule performance load.
  • B. Use Bulk API to process jobs in parallel mode.
  • C. Use Bulk API to process jobs in high performance mode.
  • D. Use Bulk API to process jobs in serial mode.

Answer: B


NEW QUESTION # 54
A company wants to standardize exception tracking, handling, and analytics. Given the following actions:
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 2 answers

  • A. Subscribe to the Application Exceptions using the Salesforce Streaming API.
  • B. Create Salesforce Cases conditionally using automatic Case creation rules.
  • C. Receive Application Events through Change Data Capture (CDC).
  • D. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.

Answer: B,D


NEW QUESTION # 55
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. 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.
  • C. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
  • D. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.

Answer: D


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

Answer: C,D,E


NEW QUESTION # 57
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?

  • A. Push Topic Event
  • B. Platform Event
  • C. Change Data Capture Event
  • D. Generic Event

Answer: A

Explanation:
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm


NEW QUESTION # 58
Salesforce users need to read data from an external system via HTTPS request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration?
Choose 2 answers

  • A. Two way SSL
  • B. Named Credentials
  • C. Authorization Provider
  • D. Connected App

Answer: A,B


NEW QUESTION # 59
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, Chatter REST API, Apex SOAP API, Tooling API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
  • D. Bulk API, Streaming API, Apex REST API, Analytics REST API

Answer: D


NEW QUESTION # 60
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. REST API
  • B. Streaming API
  • C. Connect REST API
  • D. Apex REST

Answer: C


NEW QUESTION # 61
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint URL has been added to Remote Site Settings.
  • B. The endpoint domain has been added to Cross-Origin Resource Sharing.
  • C. The endpoint URL has been added to Content Security Policies.
  • D. The endpoint URL has added been to an outbound firewall rule.

Answer: C


NEW QUESTION # 62
......

ARC-101 Dumps Ensure Your Passing: https://freetorrent.dumpsmaterials.com/ARC-101-real-torrent.html