Salesforce-MuleSoft-Developer-I Exam Question 21

Refer to the exhibits.

A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?
  • Salesforce-MuleSoft-Developer-I Exam Question 22

    A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
    What isvalid RAML to specify a method to update the details for a specific department?
  • Salesforce-MuleSoft-Developer-I Exam Question 23

    Refer to the exhibits.

    What payload and quantity are togged at the end of the main flow?
  • Salesforce-MuleSoft-Developer-I Exam Question 24

    The new RAML spec has been published to Anypoint Exchange with client credentials.
    What is the next step to gain access to the API?
  • Salesforce-MuleSoft-Developer-I Exam Question 25

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