ExamGecko

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

List of questions

Question 51

Report
Export
Collapse

Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.

UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.

Which integration pattern is recommended for this use case?

Use streaming API to generate push topic.
Use streaming API to generate push topic.
Use outbound message.
Use outbound message.
Use salesforce platform event.
Use salesforce platform event.
Use request and reply.
Use request and reply.
Suggested answer: D
asked 23/09/2024
Piotr Jakubowski
41 questions

Question 52

Report
Export
Collapse

Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.

Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?

Choose 3 answers

Configure Identity Type for OData connection.
Configure Identity Type for OData connection.
Configure a Certificate for OData connection.
Configure a Certificate for OData connection.
Configure Special Compatibility for OData connection,
Configure Special Compatibility for OData connection,
Configure CSRF Protection for OData connection.
Configure CSRF Protection for OData connection.
Configure CSRF Protection on External Data Source.
Configure CSRF Protection on External Data Source.
Suggested answer: A, B, D

Explanation:

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

asked 23/09/2024
Himal Rai
39 questions

Question 53

Report
Export
Collapse

A company wants to standardize exception tracking, handling, and analytics. Given the following actions:

Build a company wide logging service hosted on a middleware platform 2. Create case object records for exceptions based thresholds 3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.Which two specifications should the integration architect include in the logging service architecture?Choose 2 answers
Build a company wide logging service hosted on a middleware platform 2. Create case object records for exceptions based thresholds 3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.Which two specifications should the integration architect include in the logging service architecture?Choose 2 answers
Receive Application Events through Change Data Capture (CDC).
Receive Application Events through Change Data Capture (CDC).
Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
Create Salesforce Cases conditionally using automatic Case creation rules.
Create Salesforce Cases conditionally using automatic Case creation rules.
Subscribe to the Application Exceptions using the Salesforce Streaming API.
Subscribe to the Application Exceptions using the Salesforce Streaming API.
Suggested answer: B, C
asked 23/09/2024
Azahar Basri
21 questions

Question 54

Report
Export
Collapse

Universal Containers (UC) uses Salesforce to track the following customer data:

Leads,
Leads,
Contacts
Contacts
Accounts
Accounts
CasesSalesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.Which two solutions should an Integration Architect recommend to handle this requirement?Choose 2 answers
CasesSalesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.Which two solutions should an Integration Architect recommend to handle this requirement?Choose 2 answers
Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
Use Change Data Capture to update downstream systems accordingly when a record changes.
Use Change Data Capture to update downstream systems accordingly when a record changes.
Design an MDM solution that maps external ID's to the Salesforce record ID.
Design an MDM solution that maps external ID's to the Salesforce record ID.
Suggested answer: C, D
asked 23/09/2024
Ali Abbas
28 questions

Question 55

Report
Export
Collapse

A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.

What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
Due to high volume of records, a third party integration tool is required to stage records off platform.
Due to high volume of records, a third party integration tool is required to stage records off platform.
Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
Due to high volume of records, salesforce will need to make a REST API call to external system.
Due to high volume of records, salesforce will need to make a REST API call to external system.
Suggested answer: B
asked 23/09/2024
Pachara Suwannasit
32 questions

Question 56

Report
Export
Collapse

Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves.

Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.

Which two solutions should an architect propose?

Choose 2 answers

Use Platform Events to construct and publish shipper-specific events.
Use Platform Events to construct and publish shipper-specific events.
Invoke middleware service to retrieve valid shipping methods.
Invoke middleware service to retrieve valid shipping methods.
Use middleware to abstract the call to the specific shipping services.
Use middleware to abstract the call to the specific shipping services.
Store shipping services in a picklist that is dependent on a country picklist.
Store shipping services in a picklist that is dependent on a country picklist.
Suggested answer: B, C
asked 23/09/2024
Rico Banagale
37 questions

Question 57

Report
Export
Collapse

A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.

Salesforce Certified Design and Build Integration Solutions (ARC-101) image Question 57 61572 09232024002252000000

The following business processes need to be supported in Salesforce:

Sales Consultants should be able to have access to current inventory.
Sales Consultants should be able to have access to current inventory.
Enterprise Resource Planning System(ERP) is the system of record for pricing information.
Enterprise Resource Planning System(ERP) is the system of record for pricing information.
Quotes should be generated in Salesforce with pricing from ERP.
Quotes should be generated in Salesforce with pricing from ERP.
Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
Master Data Management (MDM) is the system of record for customers and prospects.
Master Data Management (MDM) is the system of record for customers and prospects.
Invoices should be accessible in Salesforce.Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?
Invoices should be accessible in Salesforce.Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?
ERP, Invoices system, Data Warehouse and BI Tool
ERP, Invoices system, Data Warehouse and BI Tool
ERP, Inventory, Pricing Engine, Invoices system
ERP, Inventory, Pricing Engine, Invoices system
ERP, MDM, BI tool and Data Warehouse
ERP, MDM, BI tool and Data Warehouse
ERP, MDM, Data Warehouse, Invoices system
ERP, MDM, Data Warehouse, Invoices system
Suggested answer: B
asked 23/09/2024
MD Farmudin Safi
37 questions

Question 58

Report
Export
Collapse

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:

Transactions are created at any time through their various on-premise and cloud-based systems.
Transactions are created at any time through their various on-premise and cloud-based systems.
All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.
Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.
Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
Suggested answer: C
asked 23/09/2024
Vincent Chung
35 questions

Question 59

Report
Export
Collapse

Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.

Which Salesforce API should an Integration Architect use to fulfill this requirement?

Connect REST API
Connect REST API
Tooling API
Tooling API
REST API
REST API
Streaming API
Streaming API
Suggested answer: D
asked 23/09/2024
Karthik Krishnamoorthy
25 questions

Question 60

Report
Export
Collapse

Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.

Which solution is recommended in order to meet the requirement?

Create a connected app in the affiliate org and select the "Accept CometD API Requests".
Create a connected app in the affiliate org and select the "Accept CometD API Requests".
A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.
A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.
Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
Suggested answer: D
asked 23/09/2024
Kurt Onal
43 questions
Total 106 questions
Go to page: of 11
Search

Related questions