Refer to the exhibits.
The main flow contains a Flow Reference component configured to call the child flow What
part(s) of a Mule event passed to the Flow Reference component are available in the child
flow?
A. The payload and all attributes
B. The payload and all variables
C. The entire Mule event
D. The payload
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
A. 1
B. 2
C. 3
D. 4
Refer to the exhibits.

Set paylaod transformer is set the firstName and lastName of the customer as shown in
below images.
What is the correct Dataweave expression which can be added in message attribute of a
Logger activity to access firstName (which in this case is Madhav) from the incoming
event?
A. firstName
B. customer.firstName
C. vars."customer.firstName"
D. vars."customer"."firstName"
Correct answer is vars."customer"."firstName"
Please you can also access firstName using this syntax vars.customer.firstName.
As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?
A. { port : p('db.port')}
B. { port : {db:port}}
C. { port : p['db.port']}
D. Application property cannot be accessed in Dataweave
Option 1 is the correct syntax
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a
dependency that is not in the MuleSoft Maven repository, was created and successfully run
on a different computer.
What is the next step to fix the error to get the project to run successfully?
A. Edit the dependency in the Mule project's pom.xml file
B. Install the dependency to the computer's local Maven repository
C. Deploy the dependency to MuleSoft's Maven repository
D. Add the dependency to the MULE_HOME/bin folder
Explanation: As dependency is not present in Mulesoft Maven repository, we need to install the dependency on computer's local Maven repository. Option 3 is correct choice.
What execution model is used by For Each and Batch Job scopes?
A.
For Each is single-threaded and Batch Job is multi-threaded
B.
Both are single-threaded
C.
Both aremulti-threaded
D.
Batch Job is single-threaded and For Each Is multi-threaded
For Each is single-threaded and Batch Job is multi-threaded
Refer to the exhibit
What can be added to the flow to persist data across different flow executions?
A.
Key/value pairs in the ObjectStore
B.
Properties of the Mule runtime flowobject
C.
properties of the Mule runtime app object
D.
session variables
Key/value pairs in the ObjectStore
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 storedin 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
The original XML payload
| Page 1 out of 29 Pages |