ExamGecko
Home Home / Salesforce / Certified Design and Build Integration Solutions (ARC-101)

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

Question list
Search
Search

List of questions

Search

Related questions











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.
A.
The platform events are published immediately before the Apex transaction completes.
Answers
B.
The platform events are published after the Apex transaction completes.
B.
The platform events are published after the Apex transaction completes.
Answers
C.
The platform events has a trigger in Apex.
C.
The platform events has a trigger in Apex.
Answers
D.
The platform events are being published from Apex.
D.
The platform events are being published from Apex.
Answers
Suggested answer: B

Explanation:

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

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.
A.
Include non-selective criteria in query filters.
Answers
B.
Remove the query filters.
B.
Remove the query filters.
Answers
C.
Include selective criteria in query filters.
C.
Include selective criteria in query filters.
Answers
D.
Remove the sharing restrictions.
D.
Remove the sharing restrictions.
Answers
Suggested answer: C, D

Explanation:

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

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.
Salesforce B2C Commerce to Service Cloud Connector
A.
Salesforce B2C Commerce to Service Cloud Connector
Answers
B.
A REST API offered by Commerce Platform
B.
A REST API offered by Commerce Platform
Answers
C.
Mulesoft Anypoint Platform
C.
Mulesoft Anypoint Platform
Answers
D.
REST API offered by Salesforce Platform
D.
REST API offered by Salesforce Platform
Answers
Suggested answer: A

Explanation:

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

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.
Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
A.
Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
Answers
B.
Remote Call-In: Salesforce REST API with REST Composite Resources.
B.
Remote Call-In: Salesforce REST API with REST Composite Resources.
Answers
C.
Request-Reply: Enhanced External Services invokes a REST API.
C.
Request-Reply: Enhanced External Services invokes a REST API.
Answers
D.
Data Virtualization: Salesforce Connect map data external REST data in external objects.
D.
Data Virtualization: Salesforce Connect map data external REST data in external objects.
Answers
Suggested answer: C

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.
A.
Use Bulk API to process jobs in parallel mode.
Answers
B.
Contact Salesforce support to schedule performance load.
B.
Contact Salesforce support to schedule performance load.
Answers
C.
Use Bulk API to process jobs in serial mode.
C.
Use Bulk API to process jobs in serial mode.
Answers
D.
Use Bulk API to process jobs in high performance mode.
D.
Use Bulk API to process jobs in high performance mode.
Answers
Suggested answer: A

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

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

Explanation:

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

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?

A.
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.
A.
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.
Answers
B.
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.
B.
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.
Answers
C.
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.
C.
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.
Answers
D.
Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
D.
Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
Answers
Suggested answer: C

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 Order Management System, Email Management System and Case Management System.
A.
Integrating Salesforce with Order Management System, Email Management System and Case Management System.
Answers
B.
Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
B.
Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Answers
C.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
C.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Answers
D.
Integrating Salesforce with Email Management System, Order Management System and Case Management System.
D.
Integrating Salesforce with Email Management System, Order Management System and Case Management System.
Answers
Suggested answer: C

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.
A.
Reduce batch size of asynchronous BULK API.
Answers
B.
Reduce batch size of synchronous BULK API.
B.
Reduce batch size of synchronous BULK API.
Answers
C.
Legacy system should submit in serial mode.
C.
Legacy system should submit in serial mode.
Answers
D.
Legacy system should submit in parallel mode.
D.
Legacy system should submit in parallel mode.
Answers
Suggested answer: A, D

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.
Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
A.
Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
Answers
B.
Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
B.
Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
Answers
C.
Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
C.
Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
Answers
D.
Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
D.
Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
Answers
Suggested answer: D
Total 106 questions
Go to page: of 11