MuleSoft Certified Developer - Level 1 (Mule 4) DELTA MCD-Level1-Delta Question # 29 Topic 3 Discussion

MuleSoft Certified Developer - Level 1 (Mule 4) DELTA MCD-Level1-Delta Question # 29 Topic 3 Discussion

MCD-Level1-Delta Exam Topic 3 Question 29 Discussion:
Question #: 29
Topic #: 3

Refer to the exhibits. The Set Payload transformer in the addltem child flow 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 child flow to add a router call with the price of 100 to the order?

MCD-Level1-Delta Question 29


A.

lookup( "addltern", { price: "100", item: "router", itemType: "cable" } )


B.

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


C.

lookup( "addltem", { payload: { price: "100", item: "router", itemType: "cable" } > )


D.

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


Get Premium MCD-Level1-Delta 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.