MuleSoft MuleSoft Certified Developer - Level 1 (Mule 4) Exam (page: 1)
MuleSoft Certified Developer - Level 1 (Mule 4)
Updated on: 25-Dec-2025

Refer to the exhibit.



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









Answer(s): A

Explanation:

MuleSoft Documentation Reference : https://docs.mulesoft.com/db-connector/1.9/database- connector-select



A Mule flow has three Set Variable transformers.
What global data structure can be used to access the variables?

  1. Mule event attributes
  2. Mule event message
  3. Mule application properties
  4. Mule event

Answer(s): D

Explanation:

Mule event is correct answer. Mule event has two parts which are as follows

1) Message (which contains payload and attributes like headers and query/uri parameters
2) Variables



In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?

  1. The applications associated with the other APIs must be restarted
  2. The applications associated with the other APIs must be recoded
  3. The other APIs must be updated to consume the updated product API
  4. Nothing needs to be changed in the other APIs or their associated applications

Answer(s): D

Explanation:

Correct answer is Nothing needs to be changed in the other APIs or their associated applications This is the benefit of having separate interface layer. As there are no changes to interface , no changes are required on the API's which consumes this API in context



Refer to the exhibit.



What is the response to a web client request to http://localhost:8081?

  1. After
  2. before
  3. Validation Error
  4. null

Answer(s): C

Explanation:



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?

  1. 1
  2. 2
  3. 3
  4. 4

Answer(s): C

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



To use an HTTP listener, you need to declare a configuration with a corresponding connection. This declaration establishes the HTTP server that will listen to requests. Additionally, you can configure a base path that applies to all listeners using the configuration. <http:listener-config name="HTTP_Listener_config" basePath="api/v1"> <http:listener-connection host="0.0.0.0" port="8081" />

</http:listener-config>

https://docs.mulesoft.com/http-connector/1.6/http-listener-ref#http-listener-configuration



Refer to the exhibits.
What payload is logged at the end of the main flow?

  1. [order1, order2, order3, order4]
  2. [1, 2, 3, 4]
  3. order4
  4. order1order2order3order4

Answer(s): B

Explanation:

For Each Scope
The For Each scope splits a payload into elements and processes them one by one through the components that you place in the scope. It is similar to a for-each/for loop code block in most programming languages and can process any collection, including lists and arrays. The collection can be any supported content type, such as application/json, application/java, or application/xml.
General considerations about the For Each scope:
By default, For Each tries to split the payload. If the payload is a simple Java collection, the For Each scope can split it without any configuration. The payload inside the For Each scope is each of the split elements. Attributes within the original message are ignored because they are related to the entire message.
For Each does not modify the current payload. The output payload is the same as the input.

Mule Doc Reference : https://docs.mulesoft.com/mule-runtime/4.3/for-each-scope-concept



Refer to the exhibit.



What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?

  1. lookupC createCustomerObJect( "Alice", "Green- ) )
  2. createCustomerObject( { first: "Alice", last: "Green" > )
  3. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
  4. createCustomerObject( "Alice", "Green")

Answer(s): C

Explanation:

lookup(String, Any, Number)
This function enables you to execute a flow within a Mule app and retrieve the resulting payload. It works in Mule apps that are running on Mule Runtime version 4.1.4 and later. Similar to the Flow Reference component (recommended), the lookup function enables you to execute another flow within your app and to retrieve the resulting payload. It takes the flow's name and an input payload as parameters. For example, lookup("anotherFlow", payload) executes a flow named anotherFlow.
Correct answer is lookup( "createCustomerObject", {first: "Aice, last: "Green"}) MuleSoft Documentation Reference : https://docs.mulesoft.com/mule-runtime/4.3/dw-mule-

functions-lookup



What is the output type of the DataWeave map operator?

  1. String
  2. Array
  3. Map
  4. Object

Answer(s): B



Viewing Page 1 of 31



Share your comments for MuleSoft MuleSoft Certified Developer - Level 1 (Mule 4) exam with other users:

shime 10/23/2023 10:03:00 AM

this is really very very helpful for mcd level 1
ETHIOPIA


Divya 8/27/2023 12:31:00 PM

all the best
UNITED STATES


Anchal 10/23/2023 4:01:00 PM

nice questions
INDIA


Sandeep 12/29/2023 4:07:00 AM

very useful
Anonymous


shime 10/24/2023 4:23:00 AM

great question with explanation thanks!!
ETHIOPIA


max 12/22/2023 3:45:00 PM

very useful
Anonymous


Antony 11/28/2023 12:13:00 AM

great material thanks
AUSTRALIA