Northern Trail Outfitters needs to present shipping costs and estimated delivery times to its customers. Shipping services used vary by region, and have similar, but distinct service request parameters.Which integration component capability should be used?
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?
Northern Trail Outfitters (NTO) is planning to create a native employee-facing mobile app with the look and feel of Salesforce Lighting Experience. The mobile app needs to integrate with NTO's Salesforce org.Which Salesforce API should be used to implement this integration?
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call in to a custom Apex REST endpoint in the central org. The Security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.Which three items should an architect recommend to secure the integration in the package? (Choose three.)
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 company 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?