Salesforce-MuleSoft-Developer-I Exam Question 51

To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
  • Salesforce-MuleSoft-Developer-I Exam Question 52

    Refer to the exhibits. In the choice router, the When expression for the domestic shipping route is set to "#[payload= "FR"]".
    What is the output of logger after the execution of choice router is completed?
  • Salesforce-MuleSoft-Developer-I Exam Question 53

    An API was designed in API Designer, published to Anypoint Exchange, then imported into API Manager.
    A Mule application implements this API and is deployed to CloudHub. API Manager manages this deployed API implementation.
    What is the easiest and most idiomatic (used for its intended purpose) way to enforce a Client ID Enforcement policy on this Mule application?
  • Salesforce-MuleSoft-Developer-I Exam Question 54

    Refer to the exhibits.

    In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.
    That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.
    What is the payload at the Logger component after the HTTP Request?
  • Salesforce-MuleSoft-Developer-I Exam Question 55

    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?