Salesforce Certified Platform Developer II — Question 57
Which statement is true regarding both Flow and Lightning Process? (Choose two.)
Answer options
- A. Can use Apex methods with the @InvocableMethod annotation
- B. Are both server-side considerations in the Order of Execution
- C. Can use Apex that implements the Process.Plugin interface
- D. Are able to be embedded directly into Visualforce pages
Correct answer: A, B
Explanation
The correct answers are A and B because both Flow and Lightning Process can utilize Apex methods annotated with @InvocableMethod and are indeed server-side elements that are considered in the Order of Execution. Options C and D are incorrect because while Flow can use Process.Plugin, Lightning Process does not, and neither Flow nor Lightning Process can be directly embedded into Visualforce pages.