MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

5 comments
Sign in to comment
almoraimaOption: A
Mar 28, 2021

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

DineshsinghalOption: A
Jun 19, 2021

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

varsri18Option: A
Apr 19, 2022

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

Gaurav_9412Option: A
Jul 15, 2023

A is correct

ExamDevOption: A
Jan 25, 2024

A is the correct answer.