MCD-Level-1 Exam Question 51
A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?
MCD-Level-1 Exam Question 52
Which of the module is imported automatically in Dataweave scripts?
MCD-Level-1 Exam Question 53
Refer to the exhibits.

What is written to the records.csv file when the flow executes?

What is written to the records.csv file when the flow executes?
MCD-Level-1 Exam Question 54
Refer to the exhibits.

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?
MCD-Level-1 Exam Question 55
Refer to the exhibits.



A Mule application is being developed to process web client POST requests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation's response What is a straightforward way to property configure the Set Payload transformer with the required data?
A)

B)

C)

D)




A Mule application is being developed to process web client POST requests with payloads containing order information including the user name and purchased items The Shipping connector returns a shipping address for the input payloads user name The Shipping connector's Shipping Address operation is configured with a target named shippingAddress.
The Set Payload transformer needs to set an item key equal to the items value from the original received payload and a shippinglnfo key equal to the the ShippingAddress operation's response What is a straightforward way to property configure the Set Payload transformer with the required data?
A)

B)

C)

D)

