View all detail and faqs for the Salesforce-MuleSoft-Developer-I exam
Refer to the exhibit.

What datais expected by the POST /accounts endpoint?
A)

B)

C)

D)

Refer to the exhibits.

The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing?
Refer to the exhibits.
A web client sends sale data ina POST request to the Mule application. The Transform Message component then enrich the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?

What execution model is used by For Each and Batch Job scopes?
Refer to the exhibits.

Each route in the Scatter-Gather sets the payload to the number shown in the label. Whatresponse is returned to a web client request to the HTTP Listener?
A)

B)

C)

D)

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?
What is the default port used by Mule application debugger configuration in AnypointStudio?
Refer to the exhibit.
How should the WHERE clause be changed to set the city and state values from the configured input parameters?

A)

B)

C)

D)

Refer to the exhibit.

What should be changed to fix the 415 error?
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?