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

Question list
Search
Search

List of questions

Search

Related questions











The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an adhoc manner using an external analytics system. The events that are of interest are:

A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements?

Choose 2 answers

A.
Case after insert Trigger that executes a callout.
A.
Case after insert Trigger that executes a callout.
Answers
B.
Case Workflow Rule that sends an Outbound Message.
B.
Case Workflow Rule that sends an Outbound Message.
Answers
C.
Case after insert Trigger that publishes a Platform Event.
C.
Case after insert Trigger that publishes a Platform Event.
Answers
D.
Custom Apex controller that publishes a Platform Event.
D.
Custom Apex controller that publishes a Platform Event.
Answers
Suggested answer: C, D

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.

Which two questions should the integration architect consider?

Choose 2 answers

A Can the fulfillment system create new addresses within the Order Create service?

A.
Can the fulfillment system make a callback into Salesforce?
A.
Can the fulfillment system make a callback into Salesforce?
Answers
B.
Can the fulfillment system implement a contract-first Outbound Messaging interface?
B.
Can the fulfillment system implement a contract-first Outbound Messaging interface?
Answers
C.
Is the product catalog data identical at all times in both systems?
C.
Is the product catalog data identical at all times in both systems?
Answers
Suggested answer: B, C

Explanation:

https://www.youtube.com/watch?v=zQncznMLrt4

Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.

A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time.

What type of event should be used to meet this requirement?

A.
Push Topic Event
A.
Push Topic Event
Answers
B.
Change Data Capture Event
B.
Change Data Capture Event
Answers
C.
Platform Event
C.
Platform Event
Answers
D.
Generic Event
D.
Generic Event
Answers
Suggested answer: A

Explanation:

https://developer.salesforce.com/docs/atlas.enus.api_streaming.meta/api_streaming/pushtopic_events_intro.htm

An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.

What should an Architect determine before recommending a solution?

A.
Determine inbound integration requirements, then identify frequency.
A.
Determine inbound integration requirements, then identify frequency.
Answers
B.
Determine data access prevention requirements, then identify frequency.
B.
Determine data access prevention requirements, then identify frequency.
Answers
C.
Determine data volume requirements, then identify the loading schedule.
C.
Determine data volume requirements, then identify the loading schedule.
Answers
D.
Determine data access prevention requirements, then identify system constraints.
D.
Determine data access prevention requirements, then identify system constraints.
Answers
Suggested answer: A

Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.

Which integration mechanism should be used to meet the requirement?

A.
Change Data Capture (CDC)
A.
Change Data Capture (CDC)
Answers
B.
Platform Event
B.
Platform Event
Answers
C.
Streaming API
C.
Streaming API
Answers
D.
Outbound Message
D.
Outbound Message
Answers
Suggested answer: C

Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:

A.
Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
A.
Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
Answers
B.
Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
B.
Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
Answers
C.
Expose custom business logic to 5 external applications in a highly secure manner.
C.
Expose custom business logic to 5 external applications in a highly secure manner.
Answers
D.
Schedule nightly automated dataflows, recipes and data syncs.Which set of APIs are recommended in order to meet the requirements?
D.
Schedule nightly automated dataflows, recipes and data syncs.Which set of APIs are recommended in order to meet the requirements?
Answers
E.
Bulk API, Chatter REST API, Apex SOAP API, Tooling API
E.
Bulk API, Chatter REST API, Apex SOAP API, Tooling API
Answers
F.
Bulk API, Chatter REST API, Apex REST API, Analytics REST API
F.
Bulk API, Chatter REST API, Apex REST API, Analytics REST API
Answers
G.
Bulk API, Streaming API, Apex REST API, Analytics REST API
G.
Bulk API, Streaming API, Apex REST API, Analytics REST API
Answers
H.
Bulk API, Streaming API, Apex SOAP API, Analytics REST API
H.
Bulk API, Streaming API, Apex SOAP API, Analytics REST API
Answers
Suggested answer: C

An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.

How is authentication achieved?

A.
Handle authentication with login flows.
A.
Handle authentication with login flows.
Answers
B.
Handle authentication in the code.
B.
Handle authentication in the code.
Answers
C.
Connect via Salesforce Connect.
C.
Connect via Salesforce Connect.
Answers
D.
Connect via Communities.
D.
Connect via Communities.
Answers
Suggested answer: A

Explanation:

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

Universal Containers has a requirement for all accounts that do NOT qualify for a business extension

(Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month.

What is the recommended solution?

A.
Use Batch Apex.
A.
Use Batch Apex.
Answers
B.
Use Time-based workflow rule.
B.
Use Time-based workflow rule.
Answers
C.
Use Process builder.
C.
Use Process builder.
Answers
D.
Use Trigger.
D.
Use Trigger.
Answers
Suggested answer: A

Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the leadto- opportunity process.

A.
An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order, 2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?Choose 2 answers
A.
An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order, 2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?Choose 2 answers
Answers
B.
When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
B.
When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
Answers
C.
High-volume event messages are stored for 24 hours (one day).
C.
High-volume event messages are stored for 24 hours (one day).
Answers
D.
When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
D.
When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
Answers
E.
High-volume event messages are stored for 72 hours (three days).
E.
High-volume event messages are stored for 72 hours (three days).
Answers
Suggested answer: A, D

Explanation:

https://developer.salesforce.com/docs/atlas.enus.api_streaming.meta/api_streaming/using_streaming_api_durability.htm

Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.

Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?

Choose 2 answers

A.
Encrypt the data using the most current key.
A.
Encrypt the data using the most current key.
Answers
B.
Review shield platform encryption configurations.
B.
Review shield platform encryption configurations.
Answers
C.
Encrypt all the data so that it is secure.
C.
Encrypt all the data so that it is secure.
Answers
D.
Use Shield Platform Encryption as a user authentication or authorization tool.
D.
Use Shield Platform Encryption as a user authentication or authorization tool.
Answers
Suggested answer: A, B
Total 106 questions
Go to page: of 11