Salesforce Certified Platform Developer II — Question 57

Which statement is true regarding both Flow and Lightning Process? (Choose two.)

Answer options

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.