BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
8 / 18 · Module 11 — Salesforce Bulk Processing + Mule Batch Jobs · filtered: cheatsheet← prev⊞ allnext →

11.52Interview scenario

One record in 100,000 is invalid. What happens?

Answer:

“For a bulk/data synchronization job I'd normally want record-level isolation rather than failing the entire job. Mule Batch tracks failed records, subsequent steps can exclude them, and I'd capture enough source identifiers/error details to report or repair them. I'd only stop the job if the failure rate crosses an agreed threshold or indicates a systemic issue.”

Very good.