New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

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

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

MCD-Level1-Delta Exam Topic 1 Question 5 Discussion:
Question #: 5
Topic #: 1

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 5


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.