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. 
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
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 is valid RAML to specify a method to update the details for a specific department?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
Refer to the exhibits.
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to the exhibit
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option A
Refer to the below exhibit.
A Mule application configures a property placeholder file named config.yaml to set some
property placeholders for an HTTP connector.
What is the valid properties placeholder file to set these values?
A. 1.http:
2. host = "localhost"
3. port = "8081"
B. 1.http:
2. basepath: "api"
3. host : "localhost"
4. port : "8081"
C. 1. http.host = localhost
2. http.port = 8081
D. 1. {
2. http:
3. basePath: "api",
4. port: "8081",
5. host: " localhost"
Correct answer is as below as it follows the correct syntax
http:
basepath: "api"
host : "localhost"
port : "8081"
A Mule flow has three Set Variable transformers. What global data structure can be used to
access the variables?
A.
Mule event attributes
B.
Mule event message
C.
Mule application properties
D.
Mule event
Mule event
Refer to the exhibits.
The two Mule configuration files belong to the same Mule project. Each HTTP Listener is
configured with the same host string and the port number, path, and operation values are
shown in the display names.
What is the minimum number of global elements that must be defined to support all these
HTTP Listeners?
A. 1
B. 2
C. 3
D. 4
Explanation:
In this case three configurations will be required each for port 8000, 6000 and 7000.
There would be three global elements defined for HTTP connections.
Each HTTP connection will have host and port. One example shown below with host as localhost and port 6000.
| Page 1 out of 29 Pages |