ExamGecko

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

List of questions

Question 21

Report
Export
Collapse

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an onpremise server.

This monolithic web service is responsible for Point-to-Point (P2P) integrations between:

Salesforce and a legacy billing application
Salesforce and a legacy billing application
Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake.UC has found that the tight interdependencies between systems is causing integrations to fail.What should an architect recommend to decouple the systems and improve performance of the integrations?
Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake.UC has found that the tight interdependencies between systems is causing integrations to fail.What should an architect recommend to decouple the systems and improve performance of the integrations?
Re-write and optimize the current web service to be more efficient.
Re-write and optimize the current web service to be more efficient.
Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
Use the Salesforce Bulk API when integrating back into Salesforce.
Use the Salesforce Bulk API when integrating back into Salesforce.
Move the custom monolithic web service from on-premise to a cloud provider.
Move the custom monolithic web service from on-premise to a cloud provider.
Suggested answer: B
asked 23/09/2024
Adugna Mehari
37 questions

Question 22

Report
Export
Collapse

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?

SObject Collections
SObject Collections
SObject Tree
SObject Tree
Batch
Batch
Composite
Composite
Suggested answer: B

Explanation:

https://developer.salesforce.com/docs/atlas.enus.api_rest.meta/api_rest/resources_composite_sobject_tree.htm

asked 23/09/2024
Lee Greenshields
37 questions

Question 23

Report
Export
Collapse

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

Encrypted Custom Fields
Encrypted Custom Fields
Named Credentials
Named Credentials
Protected Custom Metadata Types
Protected Custom Metadata Types
Protected Custom Settings
Protected Custom Settings
Suggested answer: A, B
asked 23/09/2024
John Tourloukis
33 questions

Question 24

Report
Export
Collapse

Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.

The callout from Salesforce to the OMS should be synchronous.

What should an Integration Architect do to satisfy these requirements?

Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.
Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.
Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.
Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.
Suggested answer: B
asked 23/09/2024
LAURA Camacho
40 questions

Question 25

Report
Export
Collapse

A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.

Which two findings about their current state will allow copies of legacy data in Salesforce?

Choose 2 answers

Only on-premise systems are allowed access to legacy systems.
Only on-premise systems are allowed access to legacy systems.
Cloud-based ETL can access Salesforce and supports queues.
Cloud-based ETL can access Salesforce and supports queues.
On-premise middleware provides APIs to legacy systems data.
On-premise middleware provides APIs to legacy systems data.
Legacy systems can use queues for on-premise integration.
Legacy systems can use queues for on-premise integration.
Suggested answer: B, C
asked 23/09/2024
Nicolas Del Borrello
41 questions

Question 26

Report
Export
Collapse

An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram & description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.

Salesforce Certified Design and Build Integration Solutions (ARC-101) image Question 26 61541 09232024002252000000

• About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.

• There are multiple eligibility systems that provides this service and are hosted externally.

However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).

• These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).

• All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.

Which three recommendations should be made?

Choose 3 answers

ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
Suggested answer: A, C, E
asked 23/09/2024
Jyoti Gupta
40 questions

Question 27

Report
Export
Collapse

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?

Cryptography Class
Cryptography Class
Data Masking
Data Masking
Classic Encryption
Classic Encryption
Platform Shield Encryption
Platform Shield Encryption
Suggested answer: D

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

asked 23/09/2024
Batista Moreira
38 questions

Question 28

Report
Export
Collapse

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?

SOAP API
SOAP API
Analytics REST API
Analytics REST API
Metadata API
Metadata API
Tooling API
Tooling API
Suggested answer: D

Explanation:

https://developer.salesforce.com/docs/atlas.enus.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecoverage.htm

asked 23/09/2024
franz yap
27 questions

Question 29

Report
Export
Collapse

A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following:

An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment.
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 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?
ERP with all prospect data from Marketing and Salesforce.
ERP with all prospect data from Marketing and Salesforce.
Marketing with all customer data from Salesforce and ERP.
Marketing with all customer data from Salesforce and ERP.
Salesforce with relevant Marketing and ERP information.
Salesforce with relevant Marketing and ERP information.
New Custom Database for Customers and Prospects.
New Custom Database for Customers and Prospects.
Suggested answer: C

Explanation:

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

asked 23/09/2024
Adilet Abdikhamit
33 questions

Question 30

Report
Export
Collapse

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?

External gateway products in use
External gateway products in use
A Default gateway restrictions
A Default gateway restrictions
Considerations for using Deterministic Encryption
Considerations for using Deterministic Encryption
Shield Platform Encryption Limitations
Shield Platform Encryption Limitations
Suggested answer: A
asked 23/09/2024
IOSSIF ZINGUER
46 questions
Total 106 questions
Go to page: of 11
Search

Related questions