Official Bank 0/206

Salesforce Certified MuleSoft Developer (Mule-Dev-201) - Salesforce Exam Questions

Last updated on July 22, 2026

97% Exam Compliance
206 Total Questions
1
Question
What is the purpose of the api:router element in APIkit?
Options
A Serves as an API implementation
B Creates native connectors using a 3rd party Java library
C Validates responses returned from API requests and routes them back to the caller
D Validates requests against RAML API specifications and routes them to API implementations
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
A Mule project contains a DataWeave module like WebStore.dwl that defines a function named loginUser. The module file is located in the project's src/main/resources/libs/etl folder.

What is correct DataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "Todd.Pal@mulesoft.com"?
Options
A 1. 1. import * from libs::etl
2. 2. ---
3. 3. WebStore::loginUser("Todd.Pal@mulesoft.com")
B 1. 1. import libs.etl
2. 2. ---
3. 3. WebStore.loginUser("Todd.Pal@mulesoft.com")
C 1. 1. import * from libs::etl::WebStore
2. 2. ---
3. 3. loginUser("Todd.Pal@mulesoft.com")
D 1. 1. import libs.etl.WebStore
2. 2. ---
3. 3. loginUser("Todd.Pal@mulesoft.com")
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
How are query parameters dynamically passed to an outbound REST request using an HTTP Request operation?
Options
A As URI parameters in the HTTP Request operation
B As query parameters in the HTTP Request operation
C As flow variables
D In the Mule event's payload
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Refer to the exhibit. What is the output of logger component?

Exhibit
Options
A Object
B String
C Map
D Array
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Refer to the exhibits.

Exhibit

The Mule application implements a REST API that accepts GET requests from web clients on the URLs: http://acme com/order/status and http:Vacme.com/customer/status. What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?
Options
A */status
B *[order,customer]/status
C *status
D ?[order,customer]/status
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.