Question 71

Refer to the exhibits.

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?
  • Question 72

    Refer to the exhibit.


    How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?
  • Question 73

    A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case.
    What is the correct DataWeave to call the pascalize function in a Transform Message component?
    A)

    B)

    C)

    D)
  • Question 74

    What should this endpoint return? http://dev.acme.com/api/patients?name=John&surname=Bell
  • Question 75

    An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?