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 2

Question list
Search
Search

List of questions

Search

Related questions











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:

A.
Internal users from each country have to be authenticated with their local active directory.
A.
Internal users from each country have to be authenticated with their local active directory.
Answers
B.
Customers can create their own login or use Google login.
B.
Customers can create their own login or use Google login.
Answers
C.
Partners have to be authenticated through a central system which is to be determined.
C.
Partners have to be authenticated through a central system which is to be determined.
Answers
D.
Internal users will have access to the central ERP with their credentials maintained in the ERP.
D.
Internal users will have access to the central ERP with their credentials maintained in the ERP.
Answers
E.
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
E.
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
Answers
F.
Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
F.
Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
Answers
G.
Assess security requirements for internal systems and decide Integration methods that support the requirements.
G.
Assess security requirements for internal systems and decide Integration methods that support the requirements.
Answers
H.
Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
H.
Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
Answers
I.
Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
I.
Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
Answers
J.
Evaluate Salesforce native authentication mechanism for all users including customers and partners.
J.
Evaluate Salesforce native authentication mechanism for all users including customers and partners.
Answers
Suggested answer: B, C, E

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an onpremise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.

The conceptual design files size is 2.5 GB.

Which solution should an integration architect recommend?

A.
Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
A.
Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
Answers
B.
Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
B.
Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
Answers
C.
Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
C.
Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
Answers
D.
Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
D.
Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
Answers
Suggested answer: B

Explanation:

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

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 formula fields with HYPERLINK() to external web servers more secure.
A.
Make formula fields with HYPERLINK() to external web servers more secure.
Answers
B.
Make Apex SOAP outbound integrations to external web services more secure.
B.
Make Apex SOAP outbound integrations to external web services more secure.
Answers
C.
A Make Apex REST outbound integrations to external web services more secure.
C.
A Make Apex REST outbound integrations to external web services more secure.
Answers
D.
Make an API inbound integration from an external Java client more secure.
D.
Make an API inbound integration from an external Java client more secure.
Answers
Suggested answer: A

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.

Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?

Choose 2 answers

A.
Named Credentials
A.
Named Credentials
Answers
B.
Remote Site Settings
B.
Remote Site Settings
Answers
C.
Content Security Policies
C.
Content Security Policies
Answers
D.
Enterprise ESB
D.
Enterprise ESB
Answers
Suggested answer: A, D

Explanation:

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

A US business-to-consumer (B2C) company is planning to expand to Latin Americ a. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:

A.
Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
A.
Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
Answers
B.
Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
B.
Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
Answers
C.
The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.Which three requirements should the integration architect consider?Choose 3 answers
C.
The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.Which three requirements should the integration architect consider?Choose 3 answers
Answers
D.
Manual steps and procedures that may be necessary.
D.
Manual steps and procedures that may be necessary.
Answers
E.
Impact of deleted records on system functionality.
E.
Impact of deleted records on system functionality.
Answers
F.
Ability to delete personal data in every system.
F.
Ability to delete personal data in every system.
Answers
G.
Feasibility to restore deleted records when needed.
G.
Feasibility to restore deleted records when needed.
Answers
H.
Ability to provide a 360-degree view of the customer.
H.
Ability to provide a 360-degree view of the customer.
Answers
Suggested answer: B, C, D

A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.

What type of monitoring should the Integration Consultant have considered to monitor this integration?

A.
Monitor Platform Events created per hour limits across the Salesforce instance.
A.
Monitor Platform Events created per hour limits across the Salesforce instance.
Answers
B.
Set up debug logs for Platform Event triggers to monitor performance .
B.
Set up debug logs for Platform Event triggers to monitor performance .
Answers
C.
Validate the Platform Event definition matches leads definition.
C.
Validate the Platform Event definition matches leads definition.
Answers
D.
Monitor the volume of leads that are created in Salesforce.
D.
Monitor the volume of leads that are created in Salesforce.
Answers
Suggested answer: B

A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise. Below, is their current system landscape diagram.

The goals for implementing Salesforce follows:

A.
Develop a 360 view of customer
A.
Develop a 360 view of customer
Answers
B.
Leverage Salesforce capabilities for Marketing, Sales and Service processes 3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?Choose 3 answers
B.
Leverage Salesforce capabilities for Marketing, Sales and Service processes 3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?Choose 3 answers
Answers
C.
Order Management System
C.
Order Management System
Answers
D.
Case Management System
D.
Case Management System
Answers
E.
Sales Activity System
E.
Sales Activity System
Answers
F.
Email Marketing System
F.
Email Marketing System
Answers
G.
Quoting System
G.
Quoting System
Answers
Suggested answer: B, C, D

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 domain has been added to Cross-Origin Resource Sharing.
A.
The endpoint domain has been added to Cross-Origin Resource Sharing.
Answers
B.
The endpoint URL has been added to Content Security Policies.
B.
The endpoint URL has been added to Content Security Policies.
Answers
C.
The endpoint URL has added been to an outbound firewall rule.
C.
The endpoint URL has added been to an outbound firewall rule.
Answers
D.
The endpoint URL has been added to Remote Site Settings.
D.
The endpoint URL has been added to Remote Site Settings.
Answers
Suggested answer: B

A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.

Which integration capabilities should be used to integrate the two systems?

A.
Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
A.
Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
Answers
B.
Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
B.
Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Answers
C.
Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
C.
Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
Answers
D.
Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
D.
Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
Answers
Suggested answer: A

A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.

The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:

A.
Log every call's start and finish date and time to a central analytics data store.
A.
Log every call's start and finish date and time to a central analytics data store.
Answers
B.
Compute response time uniformly as the difference between the start and finish date and time — A to H in the diagram.Which computation represents the end-to-end response time from the user's perspective?
B.
Compute response time uniformly as the difference between the start and finish date and time — A to H in the diagram.Which computation represents the end-to-end response time from the user's perspective?
Answers
C.
Sum of A to H
C.
Sum of A to H
Answers
D.
Sum of A to F
D.
Sum of A to F
Answers
E.
Sum of A, G, and H
E.
Sum of A, G, and H
Answers
F.
Sum of A and H
F.
Sum of A and H
Answers
Suggested answer: D
Total 106 questions
Go to page: of 11