Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 127 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 127
Topic #: 1
[All Certified Platform Developer II Questions]

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

  • 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
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
AnhTH
Highly Voted 3 years, 1 month ago
I think A and B are correct answers. Process.Plugin interface only used for flow https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_process_plugin.htm
upvoted 10 times
...
Liquad
Highly Voted 3 years, 2 months ago
seems Process.Plugin is not for Process builder. Visual Page can't insert Process builder.
upvoted 7 times
...
FriedConsole2000
Most Recent 8 months, 4 weeks ago
Selected Answer: AB
Process Builder can't use Process.Plugin. Visualforce can only use Flow.
upvoted 2 times
...
Sapphire808
1 year, 1 month ago
Selected Answer: AC
A is true for both and so is C. The documentation states in the tip window that process.plugin can be used for processes.
upvoted 1 times
...
lorenac2
1 year, 10 months ago
Selected Answer: AB
Process Builder can't use Process.Plugin. Visualforce can only use Flow.
upvoted 1 times
...
JasonZhao
2 years, 10 months ago
Should be A&C. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_process_plugin.htm
upvoted 2 times
...
Flamebird
2 years, 12 months ago
C is correct because both of them CAN use methods with Process.Plugin interface. It is required for flows but for process it is just doesn't matter
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...