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 5

Question list
Search
Search

List of questions

Search

Related questions











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:

A.
Orders need to be created in real time from salesforce
A.
Orders need to be created in real time from salesforce
Answers
B.
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.
B.
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.
Answers
C.
Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
C.
Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
Answers
D.
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.
D.
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.
Answers
E.
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?
E.
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?
Answers
F.
Use Salesforce external object and OData connector.
F.
Use Salesforce external object and OData connector.
Answers
G.
Use Salesforce custom object, custom REST API and ETL.
G.
Use Salesforce custom object, custom REST API and ETL.
Answers
H.
Use Salesforce standard object, REST API and ETL.
H.
Use Salesforce standard object, REST API and ETL.
Answers
I.
Use Salesforce big object, SOAP API and Dataloader.
I.
Use Salesforce big object, SOAP API and Dataloader.
Answers
Suggested answer: C

Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.

Which three considerations should be evaluated and highlighted when deciding between the solutions?

Choose 3 answers

A.
Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for realtime integrations.
A.
Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for realtime integrations.
Answers
B.
In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
B.
In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
Answers
C.
Message sequence is possible in Outbound Message but not guaranteed with Platform Events.Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
C.
Message sequence is possible in Outbound Message but not guaranteed with Platform Events.Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
Answers
D.
Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
D.
Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
Answers
E.
Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
E.
Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.
Answers
Suggested answer: B, D, E

Explanation:

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

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

An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.

What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?

A.
Change Data Capture
A.
Change Data Capture
Answers
B.
Generic Events
B.
Generic Events
Answers
C.
Platform Events
C.
Platform Events
Answers
D.
Callouts
D.
Callouts
Answers
Suggested answer: A

Explanation:

https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understandchange-data-capture

A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.

Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism?

Choose 3 answers

A.
System types - APIs, File systems, Email
A.
System types - APIs, File systems, Email
Answers
B.
Reporting and usability requirements
B.
Reporting and usability requirements
Answers
C.
Multi-language and multi-currency requirement
C.
Multi-language and multi-currency requirement
Answers
D.
Error handling mechanisms
D.
Error handling mechanisms
Answers
E.
Data Volume and Processing volume
E.
Data Volume and Processing volume
Answers
Suggested answer: A, D, E

An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well.

There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.

The geolocation field is secured with Field Level Security, so users can view the value without changing it.

What should be done to meet the requirement?

A.
The mobile device makes a SOAP API inbound call.The mobile device receives a REST Apex callout call.
A.
The mobile device makes a SOAP API inbound call.The mobile device receives a REST Apex callout call.
Answers
B.
The mobile device makes a REST API inbound call.
B.
The mobile device makes a REST API inbound call.
Answers
C.
The mobile device makes a REST Apex inbound call.
C.
The mobile device makes a REST Apex inbound call.
Answers
Suggested answer: C

Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.

Which type of Integration should an architect recommend to meet this business requirement?

A.
Data Visualization
A.
Data Visualization
Answers
B.
Data Synchronization
B.
Data Synchronization
Answers
C.
Process Orchestration
C.
Process Orchestration
Answers
D.
Batch Processing
D.
Batch Processing
Answers
Suggested answer: A

Explanation:

https://developer.salesforce.com/docs/atlas.enus.integration_patterns_and_practices.meta/integration_patterns_and_practices/integ_pat_data_virtualization.htm

Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing onpremise resources. NTO is evaluating middleware solutions to integrate cloud applications with onpremise resources and services.

What are two considerations an Integration Architect should evaluate before choosing a middleware solution?

Choose 2 answers

A.
The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
A.
The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
Answers
B.
An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
B.
An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
Answers
C.
The middleware solution enforces the OAuth security protocol.
C.
The middleware solution enforces the OAuth security protocol.
Answers
D.
The middleware solution is able to interface directly with databases via an ODBC connection string.
D.
The middleware solution is able to interface directly with databases via an ODBC connection string.
Answers
Suggested answer: A, B

Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.

What solution should an architect recommend to handle errors during these types of service outages?

A.
Use middleware queuing and buffering to insulate Salesforce from system outages.
A.
Use middleware queuing and buffering to insulate Salesforce from system outages.
Answers
B.
A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
B.
A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
Answers
C.
Use @future jobld and custom scheduled apex process to retry failed service calls.
C.
Use @future jobld and custom scheduled apex process to retry failed service calls.
Answers
D.
Use Outbound Messaging to automatically retry failed service calls.
D.
Use Outbound Messaging to automatically retry failed service calls.
Answers
Suggested answer: A

Explanation:

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

Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers. Shipping services used vary by region, and have similar but distinct service request parameters.

Which integration component capability should be used?

A.
Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
A.
Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
Answers
B.
Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
B.
Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
Answers
C.
APEX REST Service to implement routing logic to the various shipping service.
C.
APEX REST Service to implement routing logic to the various shipping service.
Answers
D.
Enterprise Service Bus user interface to collect shipper-specific form data.
D.
Enterprise Service Bus user interface to collect shipper-specific form data.
Answers
Suggested answer: A

Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:

A.
The external systems must follow the principle of least privilege, and 2. The activities of the eternal systems must be available for audit.What should an Integration Architect recommend as a solution for these integrations?
A.
The external systems must follow the principle of least privilege, and 2. The activities of the eternal systems must be available for audit.What should an Integration Architect recommend as a solution for these integrations?
Answers
B.
A shared integration user for the three external system integrations.
B.
A shared integration user for the three external system integrations.
Answers
C.
A shared Connected App for the three external system integrations.
C.
A shared Connected App for the three external system integrations.
Answers
D.
A unique integration user for each external system integration.
D.
A unique integration user for each external system integration.
Answers
E.
A Connected App for each external system integration.
E.
A Connected App for each external system integration.
Answers
Suggested answer: D
Total 106 questions
Go to page: of 11