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

What is the output type of the DataWeave map operator?

    Correct Answer: B

    The DataWeave map operator is used to iterate over the items in an array and apply a transformation to each item. The result of applying the map operator is a new array containing the transformed items. Therefore, the output type of the DataWeave map operator is an Array.

Discussion
pgarciarOption: B

B is correct

HonestSeeker

The standard way here for checking the correct answers seems to be checking the discussion instead of checking the solution :)

DineshsinghalOption: B

Correct is B

AIBhattiOption: B

B. map in Dataweave is used to iterate over items in an array and outputs the results into a new array.

ExamDevOption: B

ARRAY!!!! MAP WORKS WITH ARRAYS ONLY. Correct answer is B

martademanzanaOption: B

B is correct