Mule 4 Exam QuestionsBrowse all questions from this exam

Mule 4 Exam - Question 98


What is the output type of the DataWeave map operator?

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

6 comments
Sign in to comment
pgarciar
Sep 29, 2021

B is correct

HonestSeeker
Jul 25, 2023

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

Dineshsinghal
Dec 19, 2021

Correct is B

AIBhatti
Dec 4, 2021

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

martademanzanaOption: B
May 13, 2024

B is correct

[Removed]Option: B
Jul 22, 2024

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