MuleSoft Certified Developer – Level 1 — Question 81
A Batch Job scope has three batch steps. An event processor throws an error in the second batch step because the input data is incomplete.
What is the default behavior of the batch job after the error is thrown?
Answer options
- A. All processing of the batch job stops.
- B. None of these.
- C. Error is ignored.
- D. Event processing continues to the next batch step.
Correct answer: A
Explanation
The correct answer is A because when an error occurs in a batch process, the default behavior is to halt all processing. Options B and C are incorrect as they do not accurately describe the behavior of the batch job. Option D is also wrong since the job does not continue processing after an error.