MuleSoft Certified Developer – Level 1 — Question 36
What is the output type of the DataWeave map operator?
Answer options
- A. Object
- B. Array
- C. Map
- D. String
Correct answer: C
Explanation
The correct answer is C, as the map operator in DataWeave transforms each element of an input array into a new array of mapped values. The other options like Object, Array, and String do not accurately describe the specific output type that results from using the map operator.