Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 87

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?

    Correct Answer: C

    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"].

Discussion
almoraimaOption: A

Option A. https://docs.mulesoft.com/mule-runtime/4.3/batch-processing-concept

DineshsinghalOption: A

Answer is A. I am not sure why so many answers are wrong.

ExamDevOption: A

A is the correct answer.

Gaurav_9412Option: A

A is correct

varsri18Option: A

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