A Mule application contains a global exception strategy configured to catch any exceptions. Where the global exception strategy must be specified so that this global exception strategy catches all errors from flows without their own exception strategies?
A. A global element
B. Nowhere, the globalexception strategy is automatically used
C. The mule-deploy.properties file
D. A configuration properties file
Refer to the exhibit. What is the correct way to create a user?

A. Option A
B. Option B
C. Option C
D. Option D
Refer to the exhibit. A web client submits a request tohttp://localhost:8081. What is the structure of the payload at the end of the flow?

A. Option A
B. Option B
C. Option C
D. Option D
A Transform Message component receives the XML payload:
What is the DataWeave expression to output an array of the two customerName elements?
A. payload.order.*customer[].customerName
B. payload.order.*customer.customerName
C. payload.order.customer[].customerName
D. payload.order.customer.customerName
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
A. /*
B. /
C. /{*}
D. ALL
Refer to the exhibit. What isthe correct syntax to add an employee ID as a URI parameter in the HTTP Listener path?

A. ${employeeID}
B. #[employeeID]
C. {employeeID}
D. (employeeID)
Refer to the exhibit. What action will resolve the exception?

A. Create the accounts table in the database
B. Ensure the database is accessible
C. Implementorg.apache.derby.jdbc.ClientDriver
D. Add a JDBC driver to the project’s build path
A Mule application has a single File connector configured. A flow in the Muleapplication has a File connector endpoint in the message source and another File connector endpoint as a message processor in the flow. What is the behavior of these two components?
A. The source reads files and the processor writes files
B. The source and processor both read files
C. The source writes files and the processor reads files
D. The source and processor both write files
| Page 1 out of 8 Pages |