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.
A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200",
"qty": "4" } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY
error.
What response message is returned to the web client?
A. ‘’FILE:CONNECnvnY'
B. "ORDER:NOT_CREATED"
C. "OTHER ERROR"
D. "File written"
A Mule project contains a MySQL Database dependency. The project is exported from
Anypoint Studio so it can be deployed to CloudHub.
What export options create the smallest deployable archive that will successfully deploy to
CloudHub?
A. Option A
B. Option B
C. Option C
D. Option D
A Mule project contains a DataWeave module called MyModule.dwl that defines a function
named formatString. The module is located in the project's src/main/resources/modules
folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then
call the module's formatString function?
A. Option A
B. Option B
C. Option C
D. Option D
What is the output type of the DataWeave map operator?
A. String
B. Array
C. Map
D. Object
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
Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?
A. ""
B. "End"
C. "Start"
D. "String is not blank"
Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
What values are accessible in the child flow after a web client submits a request to
http://localhost:8Q81/order? color=red?
A. payload
B. payload
quantity var
C. payload
color query param
D. payload
quantity var color query param
Page 1 out of 13 Pages |