List of questions
Related questions
Question 73 - Certified Design and Build Integration Solutions (ARC-101) discussion
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 callin to sa lesforce and update the verification status to "verified".
Your answer:
0 comments
Sorted by
Leave a comment first