An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?
A. Determine inbound integration requirements, then identify frequency.
B. Determine data access prevention requirements, then identify frequency.
C. Determine data volume requirements, then identify the loading schedule.
D. Determine data access prevention requirements, then identify system constraints.
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the
legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation
to optimize the performance of the data load to Salesforce.
Which approach should used to meet the requirement?
A. Use Bulk API to process jobs in parallel mode.
B. Contact Salesforce support to schedule performance load.
C. Use Bulk API to process jobs in serial mode.
D. Use Bulk API to process jobs in high performance mode.
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".
Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products. During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.
What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?
A. In case the verification process is down, Use mock service to send the response to the agent.
B. Handle verification process error in the Verification Webservice API in case there is a connection issue to the Webservice if it responds with an error.
C. Handle integration errors in the middleware in case the verification process is down, thenthe middleware should retry processing the request multiple times.
D. In case the verification process is down, use fire and forget mechanism instead of request and reply to allow the agent to get the response back when the service is bar online.
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.
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 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
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers
A. They cannot utilize publisher actions.
B. They require unit and functional testing
C. They cannot be built or maintained declaratively
D. They consume more API limits than SOAP or REST API
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case
What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?
A. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
B. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
C. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.
D. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
Universal Containers manages a catalog of over one million products that it makes available to its customers. The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes such as price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day.
What integration pattern would you recommend to best manage this scenario?
A. Write a custom web service to accept product catalog changes from ERP.
B. Use the streaming API to receive product changes in real time from ERP.
C. Write an outbound message to send product changes in real time from ERP.
D. Build a scheduled ETL job to sync products on a nightly basis from ERP.
Universal Containers (UC) wants to start sharing some of the information collected from customers in
Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party
application to help forecast inventory.
This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?
A. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.
B. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
C. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.
D. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?
A. Performance Testing
B. Unit Testing
C. Regression Testing
D. User Acceptance Testing