Valid PDII Dumps shared by ExamDiscuss.com for Helping Passing PDII Exam! ExamDiscuss.com now offer the newest PDII exam dumps, the ExamDiscuss.com PDII exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDII dumps with Test Engine here:
Sometimes events on Salesforce need to be handled by an external system due to the scale or type of process being executed. Consider the use case of a user in Salesforce needing to get pricing for an order they are building in Salesforce while on the phone with a customer. The pricing logic already exists in a third-party system. Instead of recreating this logic in Salesforce, it will be leveraged by making a request of the third-party system. The response, in this case the pricing, will be returned and stored back in Salesforce. What is the optimal solution?
Correct Answer: D
Recent Comments (The most recent comments are at the top.)
Option A, While he is talking to customer agent expects immediate response, so option with VF page with real-time callout is better. Moreover trigger cannot do real-time callout which is incorrect
Recent Comments (The most recent comments are at the top.)
Using VF page + Continuation
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_continuation_overview.htm
Option A, While he is talking to customer agent expects immediate response, so option with VF page with real-time callout is better. Moreover trigger cannot do real-time callout which is incorrect