BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
963 / 1048 · Module 18 — Interview Coding Scenarios← prev⊞ allnext →

18.38Component selection drill

“If/else?”
Choice
“Repeat side-effect operation sequentially over records?”
For Each
“Process independent records concurrently?”
Parallel For Each
“Call three different systems concurrently?”
Scatter-Gather
“Reusable internal logic?”
Subflow + Flow Reference
“Localized error handling?”
Try
“Retry an operation?”
Until Successful
“Transform JSON?”
DataWeave / Transform Message
“Large ETL workload?”
Batch Job
“Large Salesforce write?”
Bulk API