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 68 discussion

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

A developer is writing a complex application involving triggers, workflow rules, Apex classes, and processes. The developer needs to carefully consider the order of execution when developing the application.
1. Before Triggers
2. After Triggers
3. Post commit logic such as sending email
4. DML committed to the database
5. Workflow rules
6. Roll-up summary calculations
In what order do the following operations execute?

  • A. 1, 2, 5, 6, 4, 3
  • B. 1, 5, 6, 2, 4, 3
  • C. 1, 2, 4, 5, 6, 3
  • D. 1, 6, 5, 2, 4, 3
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
beardAnt
1 month, 1 week ago
Selected Answer: A
1,2,5,6,4,3 Before Triggers After Triggers Workflow rules Roll-up summary calculations DML committed to the database Post commit logic such as sending email
upvoted 1 times
...
rufusroffie
1 year, 8 months ago
Selected Answer: A
This helps me to memorize: VBVDAAAWPER system validation before trigger custom validation duplicate after trigger assignment auto response workflow process escalation rollup summary commit post commit
upvoted 4 times
...
lorenac2
1 year, 10 months ago
Order of execution diagram: https://architect.salesforce.com/fundamentals/architecture-basics#Database_Manipulation
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 ...