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"
What is not the function of API Gateway ?
A. Determine which traffic is authorized to pass through the API to backend services
B. Meter the traffic flowing through
C. Logs all transactions , collecting and tracking analytics data
D. Specify throttling , security and other policies
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
A. /(*)
B. /
C. /()
D. "/*"
Refer to the exhibits. What payload is logged at the end of the main flow?

A. [order1, order2, order3, order4]
B. [1, 2, 3, 4]
C. order4
D. order1order2order3order4
Refer to the exhibits.

In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?
A. A string with value "FR"
B. A DataVVeave syntax error
C. The result of the intemationalShipping flow
D. The result of the domesticShipoing flow
Refer to the exhibits.

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?
A. *[order,customer]/status
B. */status
C. ?[order,customer]/status
D. *status
What is the correct syntax to define and call a function in Database?

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red".
An HTTP POST request is then sent to the decideColor flow's HTTP Listener.
What is the payload value at the Logger component after the HTTP request completes?


A. white
B. red
C. blue
D. Error message
Refer to the exhibits.


The Batch Job scope contains two Batch Step scopes with different accept expressions.
The input payload is passed to the Batch Job scope.
After the entire payload is processed by the Batch Job scope, what messages have been logged by the Logger components?

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibits.

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?
A. ${db.username>
B. #[db.username]
C. #[db:username]
D. ${db:username>