Free CERTIFIED-MULESOFT-DEVELOPER-I Salesforce CERTIFIED-MULESOFT-DEVELOPER-I Practice Test Question

Loading demo links...

Showing 1–2 of 2 questions

Question 1 (Topic 1)

Refer to the exhibits. The Set Variable transformer is set with value #[ { first: "Max", last: Mule" } ] What is a valid DataWeave expression to set as the message attribute of the Logger to access the value "Max" from the Mule event?

Select an option, then click Submit answer.

  • "customer.first"
  • vars."customer"."first"
  • vars."customer.first"
  • customer.first
Question 2 (Topic 1)

Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener. A web client sends a GET request to the HTTP Listener with the qty query parameter set to 30. After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger component are the same as the Mule event that was input to the HTTP Request operation?

Select an option, then click Submit answer.

  • The entire Mule event
  • All variables
  • The payload and all attributes
  • The payload and all variables