Salesforce Certified MuleSoft Developer I - Certified MuleSoft Developer I Exam
Page: 2 / 12
Total 60 questions
Question #6 (Topic: Exam A)
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?
An error is returned.
What should be changed in the request so that a success response code is returned to the web client?

A. Set a request header with the name Content-Type to the value application/octet-stream
B. Set a response header with the name Content-Type to the value application/octet-stream
C. Set a response header with the name Content-Type to the value application/xml
D. Set a request header with the name Content-Type to the value application/xml
Answer: D
Question #7 (Topic: Exam A)
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?

A. {customerID}
B. #[customerID ]
C. $( customerID)
D. (customerID)
Answer: A
Question #8 (Topic: Exam A)
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?
#[ { 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?

A. "customer.first"
B. vars."customer"."first"
C. vars."customer.first"
D. customer.first
Answer: B
Question #9 (Topic: Exam A)
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?
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?

A. "File written"
B. "ORDER:NOT_CREATED"
C. "FILE:CONNECTIVITY"
D. "OTHER ERROR"
Answer: B
Question #10 (Topic: Exam A)
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?
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?

A. The entire Mule event
B. All variables
C. The payload and all attributes
D. The payload and all variables
Answer: C