A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case. What is the correct DataWeave to call the pascalize function in a Transform Message component?
A. Option A
B. Option B
C. Option C
D. Option D
A Mule application contains two HTTP Listeners, each configured for different API
endpoints: http://acme.com/apis/orders and http: //acme .com/a pis/customers.
What base path value should be set in an HTT? Listener config element so that it can be
used to configure both HTTP Listeners?
A. /apis/?
B. /apis/
C. /apis/orders|customers
D. /apis/*
Refer to the exhibits.
The input array of strings is processed by the batch job that processes, filters, and
aggregates the values. What is the last message logged by the Logger component after the
batch job completes processing?
A. [ ["A", "C", "D" ], ["E"] ]
B. [''E'']
C. [''D", "E"]
D. [ "A", "C, "D", "E" ]
Refer to the exhibits.
The Set Payload transformer In the addltem subflow uses DataWeave to create an order
object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder
flow to use the addltem subflow to add a router cable with the price of 100 to the order?
A. addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
B. lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )
C. addltemf { price: "100", item: "router", itemType: "cable" })
D. lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
Refer to the exhibit.
This RAML specification includes a resource and method to retrieve accounts by
account_type and industry.
What is the correct URI to get all retail finance accounts?
A. /accounts/retail/finance
B. /accounts?account_type=retail&industry=finance
C. /accounts/account_type=retail/industry=finance
D. /accounts?account_type:retail&industry:finance
A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation. What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?
A. Put the Database SELECT operation inside a Cache scope
B. Put the Database SELECT operation inside a Message Enricher scope
C. Nothing, previous payloads are combined into the next payload
D. Save the payload from the Database SELECT operation to a variable
According to MuleSoft. what is the first step to create a Modern API?
A. Gather a list of requirements to secure the API
B. Create an API specification and get feedback from stakeholders
C. Performance tune and optimize the backend systems and network
D. Create a prototype of the API implementation
By default, what happens to a file after it is read using an FTP connector Read operation?
A. The file is deleted from the folder
B. The file is moved to a different folder
C. The file stays in the same folder unchanged
D. The file is renamed in the same folder
Page 2 out of 13 Pages |
Mulesoft MCD-Level1-Delta Exam Questions Home |