MuleSoft MCIA Level 1 Certification Sample
Questions with Answers
01. Organization wants to achieve high availability goal for Mule applications
in customer hosted runtime plane. Due to the complexity involved, data
cannot be shared among of different instances of same Mule application.
What option best suits to this requirement considering high availability is
very much critical to the organization?
a) The cluster can be configured
b) Use third party product to implement load balancer
c) High availability can be achieved only in CloudHub
d) Use persistent object store - -b) Use third party product to implement
load balancer
- 02. A Mule application is being designed to perform product orchestration.
The Mule application needs to join together the responses from an Inventory
API and a Product Sales History API with the least latency.
To minimize the overall latency, what is the most idiomatic (used for its
intended purpose) design to call each API request in the Mule application?
a) Call each API request in a separate route of a Scatter-Gather
b) Call each API request in a separate Async scope
c) Call each API request in a separate route of a Parallel For Each scope
d) Call each API request in a separate lookup call from a DataWeave reduce
operator - -a) Call each API request in a separate route of a Scatter-Gather
- 03. What is not true about Mule Domain Project?
a) This allows Mule applications to share resources
b) Expose multiple services within the Mule domain on the same port
c) Only available Anypoint Runtime Fabric
d) Send events (messages) to other Mule applications using VM queues - -c)
Only available Anypoint Runtime Fabric
- 04. An integration Mule application is deployed to a customer-hosted multi-
node Mule 4 runtime cluster. The Mule application uses a Listener operation
of a JMS connector to receive incoming messages from a JMS queue.
How are the messages consumed by the Mule application?
a) Regardless of the Listener operation configuration, all messages are
consumed by ONLY the primary cluster node
b) Depending on the JMS provider's configuration, either all messages are
consumed by ONLY the primary cluster node or else ALL messages are
consumed by ALL cluster nodes
Questions with Answers
01. Organization wants to achieve high availability goal for Mule applications
in customer hosted runtime plane. Due to the complexity involved, data
cannot be shared among of different instances of same Mule application.
What option best suits to this requirement considering high availability is
very much critical to the organization?
a) The cluster can be configured
b) Use third party product to implement load balancer
c) High availability can be achieved only in CloudHub
d) Use persistent object store - -b) Use third party product to implement
load balancer
- 02. A Mule application is being designed to perform product orchestration.
The Mule application needs to join together the responses from an Inventory
API and a Product Sales History API with the least latency.
To minimize the overall latency, what is the most idiomatic (used for its
intended purpose) design to call each API request in the Mule application?
a) Call each API request in a separate route of a Scatter-Gather
b) Call each API request in a separate Async scope
c) Call each API request in a separate route of a Parallel For Each scope
d) Call each API request in a separate lookup call from a DataWeave reduce
operator - -a) Call each API request in a separate route of a Scatter-Gather
- 03. What is not true about Mule Domain Project?
a) This allows Mule applications to share resources
b) Expose multiple services within the Mule domain on the same port
c) Only available Anypoint Runtime Fabric
d) Send events (messages) to other Mule applications using VM queues - -c)
Only available Anypoint Runtime Fabric
- 04. An integration Mule application is deployed to a customer-hosted multi-
node Mule 4 runtime cluster. The Mule application uses a Listener operation
of a JMS connector to receive incoming messages from a JMS queue.
How are the messages consumed by the Mule application?
a) Regardless of the Listener operation configuration, all messages are
consumed by ONLY the primary cluster node
b) Depending on the JMS provider's configuration, either all messages are
consumed by ONLY the primary cluster node or else ALL messages are
consumed by ALL cluster nodes