A global financial company sells financial products and services that include the following:1. Bank Accounts2. Loans3. InsuranceThe company has a core banking system that is state of the art and is the master system to storefinancial transactions, financial products and customer information. The core banking systemcurrently processes 10M financial transactions per day. The CTO for the company is consideringbuilding a community port so that customers can review their bank account details, update theirinformation and review their account financial transactions.What should an integration architect recommend as a solution to enable customer communityusers to view their financial transactions?A Use Salesforce Connect to display the financial transactions as an external object.
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.Which two findings about their current state will allow copies of legacy data in Salesforce?Choose 2 answers
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?
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
business requires automating the check and update of the phone number typeclassification (mobile vs. landline) for all in-coming calls delivered to their phonesales agents. The following conditions exist:1. At peak, their call center can receive up to 100,000 calls per day.2. The phone number type classification is a service provided by an external service API.3. Business is flexible with timing and frequency to check and update the records (throughoutthe night or every 6-12 hours is sufficient).A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System ->Salesforce) are determined to work with a middleware hosted on custom premise.In order to implement these patterns and mechanisms, which component should an integration architect recommend?