An Enterprise Customer is planning to implement Salesforce to support case management.
Below, is their current system landscape diagram.
Considering Salesforce capabilities, what should the Integration Architect evaluate when
integrating Salesforce with the current system landscape?
A. Integrating Salesforce with Order Management System, Email Management System and
Case Management System.
B. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
C. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
D. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced: 1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest. 2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize. 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. . 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 2 answers
A. Identity token data storage
B. Bulk load for Einstein Analytics
C. Callouts to RESTful services
D. Encryption in transit and at rest
A company wants to standardize exception tracking, handling, and analytics. Given the following actions: 1. 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
A. Receive Application Events through Change Data Capture (CDC).
B. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
C. Create Salesforce Cases conditionally using automatic Case creation rules.
D. Subscribe to the Application Exceptions using the Salesforce Streaming API.
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users. Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation? Choose 2 answers
A. Named Credentials
B. Remote Site Settings
C. Content Security Policies
D. Enterprise ESB
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences. Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live. Which integration pattern should be used to manage the influx in registrations?
A. Remote Process Invocation-Request and Reply
B. Remote Process Invocation-Fire and Forget
C. Batch Data Synchronization
D. Remote Call-In
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer. The company decided to automate the trainer accreditation verification process by integrating to the agencies web services. What is the recommended approach to automate this process?
A. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".
B. Create a trigger on the trainer record to make a Callout to each verification agencies,
write business logic to consolidate the verification then update the trainer status to verified".
C. Make an apex callout using @future annotation to make the call out to all differentagencies. The response should update the trainer status to "verified".
D. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production. What type of monitoring should the Integration Consultant have considered to monitor this integration?
A. Monitor Platform Events created per hour limits across the Salesforce instance.
B. Set up debug logs for Platform Event triggers to monitor performance .
C. Validate the Platform Event definition matches leads definition.
D. Monitor the volume of leads that are created in Salesforce.
A US business-to-consumer (B2C) company is planning to expand to Latin America. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems: 1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned. 2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud. 3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand. Which three requirements should the integration architect consider? Choose 3 answers
A. Manual steps and procedures that may be necessary.
B. Impact of deleted records on system functionality.
C. Ability to delete personal data in every system.
D. Feasibility to restore deleted records when needed.
E. Ability to provide a 360-degree view of the customer.
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services. What are two considerations an Integration Architect should evaluate before choosing a middleware solution? Choose 2 answers
A. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
B. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
C. The middleware solution enforces the OAuth security protocol.
D. The middleware solution is able to interface directly with databases via an ODBC connection string.
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements? Choose 2 answers
A. Write the error response from the Bulk API status to a custom error logging object in Salesforce using an Apex trigger and create reports on the object.
B. Visually monitor in the Salesforce UI using the "Bulk Data Load Jobs in Salesforce in the setup menu.
C. Set the Salesforce debug logs level to "finest" and add the user Id running the job to monitor in the "Debug Logs" in the setup menu.
D. Use the getBatchInfo method in the Java application to monitor the status of the jobs from the Java application.