A business-to-consumer (B2C) enterprise customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.1. Customer requests Customer Service Representative (CSR) for a Service upgrade.2. Customer provides credit card details to CSR for payment.3. CSR submits payment information in Salesforce, and it is processed in an external payment gateway.4. CSR receives confirmation of payment.5. CSR upgrades service for customer and confirms customer.This use case requires the CSR to obtain confirmation of payment before upgrading the service. The integration with the payment gateway needs to be reliable and monitored for audit purposes. The payment gateway service is an external RESTful service that the B2C enterprise customer has subscribed for.What should an integration architect recommend for this integration?
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 the 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:1. Orders need to be created in real time from Salesforce.2. Minimal customizations 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 most up-to-date information on current order status.4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.5. 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 the Salesforce team.6. There are 1,000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20 to 30 line items.How should an integration architect integrate the two systems based on the technical requirements and system constraints?
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.What should the architect consider before recommending a solution?
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Its customer base and data set is growing rapidly. The company wants to make sure that the following policies are enforced:1. Identifiable patient prescriptions must exist only in the company's secure system's database and encrypted at rest.2. Identifiable patient prescriptions must be made available only to people explicitly authorized in the Patient Prescriptions System. Assigned nurses and doctors, the patient, and people authorized by the patient.3. Must be available only to verified and pre-approved people or legal entities.To enable this, the company provides the following capabilities:1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.2. Certificates for legal entities.3. RESTful services.The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de-identified data in Einstein Analytics.Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics? (Choose two.)
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.Which two types of Streaming API events should be considered? (Choose two.)
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?