MCD-Level1-Delta MuleSoft Certified Developer - Level 1 (Mule 4) DELTA

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Refer to the exhibits.

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?

Select an option, then click Submit answer.

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

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

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

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


Question 8

What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?

Select an option, then click Submit answer.

  • The payload is: $(payload)

  • #["The payload is: " ++ payload]

  • The payload is: #[payload]

  • #["The payload is: " + payload]


Question 9

Refer to the exhibit.

What can be added to the flow to persist data across different flow executions?

Select an option, then click Submit answer.

  • Key/value pairs in the ObjectStore

  • Properties of the Mule runtime flow object

  • properties of the Mule runtime app object

  • session variables