Salesforce-MuleSoft-Developer-I Exam Question 31

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?
  • Salesforce-MuleSoft-Developer-I Exam Question 32

    What payload is returned by a Database SELECT operation that does not match any rows in the database?
  • Salesforce-MuleSoft-Developer-I Exam Question 33

    A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
    What is valid RAML to specify a method to update the details for a specific department?
  • Salesforce-MuleSoft-Developer-I Exam Question 34

    A Mule project contains a DataWeave module file WebStore dvA that defines a function named loginUser The module file is located in the projects src/main/resources/libs/dw folder What is correct DataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "[email protected]"?
    A)

    B)

    C)

  • Salesforce-MuleSoft-Developer-I Exam Question 35

    A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
    The Mule application must now be exported from Anypoint Studio and shared with another developer.
    What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?