Refer to the exhibit.
The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating.
What payload is logged by the Logger component?
Refer to the exhibit.
The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating.
What payload is logged by the Logger component?
The input array of strings is ["Apple", "Banana"] and passes through the batch job described in the exhibit. The batch job consists of two steps: Batch_Step1 and Batch_Step2. In Batch_Step1, the payload is incremented by "1", resulting in ["Apple1", "Banana1"]. In Batch_Step2, the payload is further incremented by "2", making it ["Apple12", "Banana12"]. The Logger component logs the final payload, which is ["Apple12", "Banana12"].
Option A. https://docs.mulesoft.com/mule-runtime/4.3/batch-processing-concept
Answer is A. I am not sure why so many answers are wrong.
A is the correct answer.
A is correct
A is the correct answer. com.mulesoft.mule.runtime.module.batch.internal.engine.DefaultBatchEngine: Finished execution for instance 'd002a2e0-bff1-11ec-9a2a-c025a51e18c7' of job 'cert-prepBatch_Job'. Total Records processed: 2. Successful records: 2. Failed Records: 0