Salesforce Certified MuleSoft Developer I Exam

Page:    1 / 12   
Total 60 questions

Refer to the exhibits. The Mule application does NOT define any global error handlers.
The Validation component in the private flow throws an error.
What response message is returned to a web client request to the main flow's HTTP Listener?

  • A. "Parent error"
  • B. "Child error"
  • C. "Parent completed"
  • D. "Validation Error''


Answer : D

A function named toUpper needs to be defined that accepts a string named userName and returns the string in uppercase.
What is the correct DataWeave code to define the toUpper function?

  • A. var toUpper(userName) = upper(userName)
  • B. fun toUpper(userName) = upper(userName)
  • C. var toUpper(userName) -> upper(userName)
  • D. fun toUpper(userName) -> upper(userName)


Answer : B

Northern Trail Outfitters (NTO) has an API to manage departments, with each department identified by a unique deptId. 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?

  • A.
  • B.
  • C.
  • D.


Answer : B

Refer to the exhibits. A Mule application polls a database table.
This error is logged when the Mule application is run.
What should be changed in the Database connector configuration to resolve this error?

  • A. Configure the correct JDBC driver
  • B. Configure the correct host URL
  • C. Configure the correct database name
  • D. Configure the correct table name


Answer : A

Refer to the exhibits. BetterBooks has defined this Book data type and Book example to be used in APIs.
What is valid RAML for an API that uses this Book data type and Book example?

  • A.
  • B.
  • C.
  • D.


Answer : B

Page:    1 / 12   
Total 60 questions