ExamGecko

Salesforce Certified Design and Build Integration Solutions (ARC-101) Practice Test - Questions Answers, Page 4

List of questions

Question 31

Report
Export
Collapse

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?

The platform events are published immediately before the Apex transaction completes.
The platform events are published immediately before the Apex transaction completes.
The platform events are published after the Apex transaction completes.
The platform events are published after the Apex transaction completes.
The platform events has a trigger in Apex.
The platform events has a trigger in Apex.
The platform events are being published from Apex.
The platform events are being published from Apex.
Suggested answer: B

Explanation:

https://developer.salesforce.com/docs/atlas.enus.platform_events.meta/platform_events/platform_events_define_ui.htm

asked 23/09/2024
Francesco MARRELLA
40 questions

Question 32

Report
Export
Collapse

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

Include non-selective criteria in query filters.
Include non-selective criteria in query filters.
Remove the query filters.
Remove the query filters.
Include selective criteria in query filters.
Include selective criteria in query filters.
Remove the sharing restrictions.
Remove the sharing restrictions.
Suggested answer: C, D

Explanation:

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

asked 23/09/2024
Oleksii Ivanov
45 questions

Question 33

Report
Export
Collapse

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?

Salesforce B2C Commerce to Service Cloud Connector
Salesforce B2C Commerce to Service Cloud Connector
A REST API offered by Commerce Platform
A REST API offered by Commerce Platform
Mulesoft Anypoint Platform
Mulesoft Anypoint Platform
REST API offered by Salesforce Platform
REST API offered by Salesforce Platform
Suggested answer: A

Explanation:

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

asked 23/09/2024
Carlos Periterra
40 questions

Question 34

Report
Export
Collapse

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?

Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
Remote Call-In: Salesforce REST API with REST Composite Resources.
Remote Call-In: Salesforce REST API with REST Composite Resources.
Request-Reply: Enhanced External Services invokes a REST API.
Request-Reply: Enhanced External Services invokes a REST API.
Data Virtualization: Salesforce Connect map data external REST data in external objects.
Data Virtualization: Salesforce Connect map data external REST data in external objects.
Suggested answer: C
asked 23/09/2024
Yahya Ozer
35 questions

Question 35

Report
Export
Collapse

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?

Use Bulk API to process jobs in parallel mode.
Use Bulk API to process jobs in parallel mode.
Contact Salesforce support to schedule performance load.
Contact Salesforce support to schedule performance load.
Use Bulk API to process jobs in serial mode.
Use Bulk API to process jobs in serial mode.
Use Bulk API to process jobs in high performance mode.
Use Bulk API to process jobs in high performance mode.
Suggested answer: A
asked 23/09/2024
Angela Stevens
59 questions

Question 36

Report
Export
Collapse

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

Enable My Domain and SSL/TLS.
Enable My Domain and SSL/TLS.
Enforce SSL/TLS Mutual Authentication.
Enforce SSL/TLS Mutual Authentication.
Generate a Self-signed Certificate.
Generate a Self-signed Certificate.
Generate a CA-signed Certificate.
Generate a CA-signed Certificate.
Suggested answer: B

Explanation:

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

asked 23/09/2024
Ali Abbas
28 questions

Question 37

Report
Export
Collapse

Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.

What should be done to mitigate the concerns that the CIO has?

Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
Refactor the existing ©future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
Suggested answer: C
asked 23/09/2024
Wilco Gent
32 questions

Question 38

Report
Export
Collapse

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

Salesforce Certified Design and Build Integration Solutions (ARC-101) image Question 38 61553 09232024002252000000

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

Integrating Salesforce with Order Management System, Email Management System and Case Management System.
Integrating Salesforce with Order Management System, Email Management System and Case Management System.
Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Integrating Salesforce with Email Management System, Order Management System and Case Management System.
Integrating Salesforce with Email Management System, Order Management System and Case Management System.
Suggested answer: C
asked 23/09/2024
daniel valdera carrasco
42 questions

Question 39

Report
Export
Collapse

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

Reduce batch size of asynchronous BULK API.
Reduce batch size of asynchronous BULK API.
Reduce batch size of synchronous BULK API.
Reduce batch size of synchronous BULK API.
Legacy system should submit in serial mode.
Legacy system should submit in serial mode.
Legacy system should submit in parallel mode.
Legacy system should submit in parallel mode.
Suggested answer: A, D
asked 23/09/2024
Renats Fasulins
37 questions

Question 40

Report
Export
Collapse

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?

Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
Suggested answer: D
asked 23/09/2024
DIGIX srl
32 questions
Total 106 questions
Go to page: of 11
Search

Related questions