MuleSoft Certified Developer – Level 1 — Question 47

What is the value of the stepVar variable after the processing of records in a Batch Job?

Answer options

Correct answer: C

Explanation

The correct answer is C, as the stepVar variable is initialized to Null unless explicitly set during the processing. Options A and B are incorrect because they suggest specific numeric values that do not apply to the default behavior of stepVar. Option D is also incorrect since the variable does not hold the last value from the flow unless specified.