MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 131


Refer to the exhibits. The Batch Job scope processes the array of strings.

After the Batch Job scope completes processing the input payload, what information is logged by the Logger component?

Show Answer
Correct Answer: D

The Batch Job processes the array of strings ['a', 'b', 'c'] and uses an upper function to convert each string to uppercase, resulting in ['A', 'B', 'C']. The Logger logs information after the Batch Job scope completes, and the most relevant information based on the options provided is the total records processed, successful records, and failed records. The processed payload is not explicitly logged in option D, hence it is the correct choice as it specifies the summary of processing: 'Total Records processed: 3', 'Successful records: 3', and 'Failed Records: 0'.

Discussion

2 comments
Sign in to comment
AlandtOption: D
Feb 7, 2024

ChatGPT: Correct answer is D

minu21
Mar 14, 2024

Why B is incorrect?