nerdexam
Salesforce

PDII · Question #388

As part of point-to-point integration, a developer must call an external web service which, due to high demand, takes a long time to provide a response. As part of the request, the developer must…

The correct answer is B. Apex method that returns a Continuation object C. Lightning web component. See the full explanation below for the reasoning.

Question

As part of point-to-point integration, a developer must call an external web service which, due to high demand, takes a long time to provide a response. As part of the request, the developer must collect key inputs from the end user before making the callout. Which two elements should the developer use to implement these business requirements? (Choose two.)

Options

  • ABatch Apex
  • BApex method that returns a Continuation object
  • CLightning web component
  • DScreen Flow

How the community answered

(38 responses)
  • A
    11% (4)
  • B
    71% (27)
  • D
    18% (7)

Community Discussion

No community discussion yet for this question.

Full PDII Practice