MuleSoft Certified Developer - Level 1 (Mule 4) MCD-Level-1 Question # 66 Topic 7 Discussion

MuleSoft Certified Developer - Level 1 (Mule 4) MCD-Level-1 Question # 66 Topic 7 Discussion

MCD-Level-1 Exam Topic 7 Question 66 Discussion:
Question #: 66
Topic #: 7

Refer to the exhibits.

MCD-Level-1 Question 66

The Set Payload transformer In the addltem subflow uses DataWeave to create an order object.

What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?


A.

addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )


B.

lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )


C.

addltemf { price: "100", item: "router", itemType: "cable" })


D.

lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )


Get Premium MCD-Level-1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.