Salesforce Certified Platform App Builder — Question 143
Universal Containers's app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started? (Choose two.)
Answer options
- A. Apex has a different SOQL query limit than Flow.
- B. Combine actions when possible.
- C. Create a process for each workflow rule.
- D. Avoid generating infinite loops.
Correct answer: B
Explanation
Option B is correct because combining actions can help streamline processes and improve efficiency. Options A, C, and D, while relevant considerations, do not directly address the strategic approach of using Process Builders in place of workflow rules and Apex triggers.