pdii question 372 discussion

View all Platform Developer II Exam here
back to salesforce forum

Question 372

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 2 answers

  • A. Apex method that returns a Continuation object
  • B. Screen now
  • C. Process Builder
  • D. Lightning web component
Answer:

A, D


User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0 / 1000
isirbu
1 year, 3 months ago

A B b because it is standard

vanglik
1 year ago

B Option is misspelled, it should be screen flow

vanglik
1 year ago

but the answers should be A and D. screen flow doesn't support Continuation object.