Question 6 of 60
Refer to the exhibits. The web client sends a POST request to the ACME Orders API with an XML payload.
An error is returned.
What should be changed in the request so that a success response code is returned to the web client?
Exam Certified MuleSoft Developer I: Question 6 - Image 1
Correct Answer: D

Question 7 of 60
Refer to the exhibit. What is the correct syntax to add a customer ID as a URI parameter in an HTTP Listener's path attribute?
Exam Certified MuleSoft Developer I: Question 7 - Image 1
Correct Answer: A

Question 8 of 60
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?
Exam Certified MuleSoft Developer I: Question 8 - Image 1
Correct Answer: B

Question 9 of 60
Refer to the exhibits. The Mule application does NOT define any global error handlers.
A web client sends a POST request to the Mule application with this input payload. The File Write operation throws a FILE:CONNECTIVITY error.
What response message is returned to the web client?
Exam Certified MuleSoft Developer I: Question 9 - Image 1
Correct Answer: B

Question 10 of 60
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?
Exam Certified MuleSoft Developer I: Question 10 - Image 1
Correct Answer: C