A healthcareservices 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, andother 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 deidentified 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 toRESTful services
D. Encryption in transit and at rest
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1.
Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2.
Notification of new and updated Accounts andContacts needs to be sent to 3 external systems.
3.
Expose custom business logic to 5 external applications in a highly secure manner.
4.
Schedule nightly automated dataflows, recipes and data syncs. Which set of APIs are recommended in order to meet the requirements?
A. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
B. Bulk API, Chatter REST API, Apex REST API, Analytics REST API
C. Bulk API, Streaming API, Apex REST API, Analytics REST API
D. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with anexternal 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.
Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an externalsystem 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 fromthe 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.
An enterprise customer that has more than 10 Million customershas the following systems and conditions in their landscape: Choose 2 answers
A. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
B. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
C. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose? Choose 2 answers
A. Use Platform Events to construct and publishshipper-specific events.
B. Invoke middleware service to retrieve valid shipping methods.
C. Use middleware to abstract the call to the specific shipping services.
D. Store shipping services in a picklist that is dependent on a country picklist.
What is the first thing an Integration Architect should validate if a callout from a LightningWeb Component to an external endpoint is failing?
A. The endpoint domain has been added to Cross-Origin Resource Sharing.
B. The endpoint URL has been added to Content Security Policies.
C. The endpoint URL has added been to an outbound firewall rule.
D. The endpoint URL has been added to Remote Site Settings.
Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy. Which two things should an architect do to improve the performance of the integration? Choose 2 answers
A. Include non-selectivecriteria in query filters.
B. Remove the query filters.
C. Include selective criteria in query filters.
D. Remove the sharing restrictions.