What is the value of the stepVar variable after the processing of records in a Batch Job?
A. -1
B. 0
C. Null
D. Last value from flow
Why would you use SOAP instead of http?
A. If the architecture mandates.
B. It is up to the integration specialist.
C. Successful/retry logic for reliable messaging functionality.
D. It is part of agile methodology.
Which keyword do you use to create a new function in DataWeave?
A. function
B. fun
C. func
D. None of these
How would you debug Mule applications?
A. By Deploying apps on production
B. Checking RAML
C. Using logger component
D. Cannot do it
Where does a deployed flow designer application run in Anypoint Platform?
A. CloudHub worker
B. API Manager
C. Design Center
D. Exchange
Refer to the exhibit.

What expression correctly specifies input parameters to pass the city and state values to the SQL query?

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit.

What should be changed to fix the 415 error?
A. set the response Content-Type header to text/plain
B. set the response Content-Type header to application/json
C. Set the request Content-Type header to application/] son
D. set the request Content-Type header to text/plain
What valid RAML retrieves details on a specific by its orderld as a URL parameter?

A. Option A
B. Option B
C. Option C
D. Option D
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?
A. A non-empty Java object
B. The original XML payload
C. null
D. The returned JSON response
Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?

A. Summary report of processed records
B. [ "Apple", "Banana" ]
C. [ "Apptel2", "Bananal2" ]
D. [ "Apptel", "Bananal", 2 ]