| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce Integration-Architect PDF available features:
| 138 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
A large enterprise customer with the following system landscape is planning to implement
Salesforce Sales Cloud.
The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing
information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales
dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. 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?
A. ERP, Invoices system, Data Warehouse and BI Tool
B. ERP, Inventory, Pricing Engine, Invoices system
C. ERP, MDM, BI tool and Data Warehouse
D. ERP, MDM, Data Warehouse, Invoices system
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram. They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time. Which two recommendations should an integration architect make to improve their SLA and update conflict handling? Choose 2 answers
A. Middleware should coordinate request delivery and payment processing.
B. Data Entry Point and Middleware should automatically retry requests.
C. Payment System should process a payment request only once.
D. Payment System and Middleware should automatically retry requests.
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.
B. Determine data access prevention requirements, then identify frequency.
C. Determine data volume requirements, then identify the loading schedule.
D. Determine data access prevention requirements, then identify system constraints.
• 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
A. ESB (Mule) with cache/state management to return a requestID (or) response if
available from external system.
B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
D. 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.
E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows: 1. Transactions are created at any time through their various on-premise and cloud-based systems. 2. 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. 3. 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?
A. Use the Continuation class to call the Enterprise APIs and then process the response in
a callback method.
B. Let the Lightning Data Service with an ©wire adapter display new values when the custom object records change.
C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
D. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
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.
B. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
C. Use @future jobld and custom scheduled apex process to retry failed service calls.
D. Use Outbound Messaging to automatically retry failed service calls.
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
A. Configure Identity Type for OData connection.
B. Configure a Certificate for OData connection.
C. Configure Special Compatibility for OData connection,
D. Configure CSRF Protection for OData connection.
E. Configure CSRF Protection on External Data Source.
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
B. Change Data Capture Event
C. Platform Event
D. Generic Event
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.
B. Handle authentication in the code.
C. Connect via Salesforce Connect.
D. Connect via Communities.
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.
B. Use Time-based workflow rule.
C. Use Process builder.
D. Use Trigger.