Updated Dec-2022 Pass ARC-101 Exam - Real Practice Test Questions Download Free Salesforce ARC-101 Real Exam Questions NEW QUESTION 35 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 [...]

Updated Dec-2022 Pass ARC-101 Exam - Real Practice Test Questions [Q35-Q54]

Share

Updated Dec-2022 Pass ARC-101 Exam - Real Practice Test Questions

Download Free Salesforce ARC-101 Real Exam Questions

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

Answer: B

 

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

Answer: A,B

 

NEW QUESTION 37
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 38
A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.
What should the architect consider when making the recommendation?

  • A. Apex triggers can subscribe to Generic Events.
  • B. Change Data Capture can be published from Apex.
  • C. Push Topic Event can define a custom payload.
  • D. Change Data Capture does not have record access support.

Answer: D

 

NEW QUESTION 39
A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry.
As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified:
1. Orders need to be created in real time from salesforce
2. Minimal customization*, and code should be written due to a tight timeline and lack of developer resources
3. Sales reps need to be able to see order history and be able to see most up to date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team.
6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?

  • A. Use Salesforce standard object, REST API and ETL.
  • B. Use Salesforce big object, SOAP API and Dataloader.
  • C. Use Salesforce custom object, custom REST API and ETL.
  • D. Use Salesforce external object and OData connector.

Answer: A

 

NEW QUESTION 40
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?

  • A. Remote Call-In: Salesforce REST API with REST Composite Resources.
  • B. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
  • C. Data Virtualization: Salesforce Connect map data external REST data in external objects.
  • D. Request-Reply: Enhanced External Services invokes a REST API.

Answer: D

 

NEW QUESTION 41
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. Make formula fields with HYPERLINK() to external web servers more secure.
  • C. Make Apex SOAP outbound integrations to external web services more secure.
  • D. A Make Apex REST outbound integrations to external web services more secure.

Answer: B

 

NEW QUESTION 42
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 from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?

  • A. 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 t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
  • B. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".
  • C. 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".
  • D. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".

Answer: A

 

NEW QUESTION 43
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • B. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
  • C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • D. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.

Answer: A

 

NEW QUESTION 44
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • B. Implement an API gateway that all systems of engagement must interface with first.
  • C. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • D. Leverage an Identity Provider solution that communicates with the API tiers via SAML

Answer: B

 

NEW QUESTION 45
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. Connected App
  • B. Authorization Provider
  • C. Two way SSL
  • D. Named Credentials

Answer: C,D

 

NEW QUESTION 46
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers

  • A. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
  • B. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
  • C. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
  • D. Assess security requirements for internal systems and decide Integration methods that support the requirements.
  • E. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.

Answer: B,D,E

 

NEW QUESTION 47
Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products.
During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?

  • A. In case the verification process is down, Use mock service to send the response to the agent.
  • B. In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
  • C. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.
  • D. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.

Answer: C

 

NEW QUESTION 48
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • B. Propose a middleware system that can support interface between systems with Salesforce.
  • C. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

Answer: C

 

NEW QUESTION 49
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 number batch jobs that can run concurrently.
  • D. The typical and worst-case historical response times.

Answer: B,C

 

NEW QUESTION 50
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 limit of pending operations in the same transaction.
  • C. The maximum number of parallel Apex callouts in a single continuation.
  • D. The maximum callouts in a single Apex transaction.

Answer: B

 

NEW QUESTION 51
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?

  • A. A REST API offered by Commerce Platform
  • B. Mulesoft Anypoint Platform
  • C. Salesforce B2C Commerce to Service Cloud Connector
  • D. REST API offered by Salesforce Platform

Answer: C

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

 

NEW QUESTION 52
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?

  • A. Insert and query using Bulk API 1.0.
  • B. Insert and query using Bulk API 2.0.
  • C. Insert using Bulk API 2.0 and query using REST API.
  • D. Insert using Bulk API 1.0 and query using REST API.

Answer: B

 

NEW QUESTION 53
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?

  • A. Change Data Capture (CDC)
  • B. Streaming API
  • C. Platform Event
  • D. Outbound Message

Answer: B

 

NEW QUESTION 54
......


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
  • Explore Two-Way Transport Layer Security (TLS)
  • Call External APIs Declaratively Using External Services
Topic 3
  • Understand Use Cases for a UI Update Based on Data Changes Pattern
  • Understand the Importance of Integration
Topic 4
  • Review Integration Regulatory Requirements
  • Send Data from Salesforce to External Applications Using Outbound Message
Topic 5
  • Build Event-Driven Applications Using Streaming API
  • Understand Use Cases for a Batch Data Synchronization Pattern
Topic 6
  • Build Event-Driven Applications Using Platform Events
  • Explore the Meaning of System Landscape
Topic 7
  • Understand Use Cases for a Request and Reply Pattern
  • Work with Large Data Volumes Using BULK API
Topic 8
  • Understand When to Use Remote Site Settings
  • Call External APIs Programmatically Using Callouts

 

ARC-101 Dumps 100 Pass Guarantee With Latest Demo: https://freetorrent.braindumpsvce.com/ARC-101_exam-dumps-torrent.html