Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for customers who inquire about UC products. During the bank account opening process, the agents execute credit checks for the customers through external agencies. At any given time, up to 30 concurrent reps will be using the service to perform 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 fire and forget mechanism instead of Request and Reply to allow the agent to get the response back when the service is back online. 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. In case the verification process is down, use mock service to send the response to the agent. D. Handle integration errors in the middleware in case the verification process is down, then the middleware should retry processing the request multiple times. Â Suggested Answer: D Community Answer: B This question is in Certified Integration Architect Exam For getting Salesforce Certified Integration Architect Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer