By default, what happens to a file after it is read using an FTP connector Read operation?

By default, what happens to a file after it is read using an FTP connector Read operation?A . The file is deleted from the folderB . The file is moved to a different folderC . The file stays in the same folder unchangedD . The file is renamed in the...

May 18, 2025 No Comments READ MORE +

What response message is returned to the web client?

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"View AnswerAnswer: D Explanation:

May 17, 2025 No Comments READ MORE +

What is written to the records.csv file when the flow executes?

Refer to the exhibits. What is written to the records.csv file when the flow executes?A . The JSON payloadB . An error messageC . NothingD . The payload convert to CVSView AnswerAnswer: A Explanation: Transform Message Add write_date is coverting payload in JSON format and same JSON payload is avaialble...

May 12, 2025 No Comments READ MORE +

What payload is logged by the Logger component?

Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?A . Summary report of processed recordsB . [ "Apple", "Banana" ]C . [ "Apptel2", "Bananal2" ]D . [ "Apptel",...

May 11, 2025 No Comments READ MORE +

What should be changed to fix the 415 error?

Refer to the exhibit. What should be changed to fix the 415 error?A . set the response Content-Type header to text/plainB . set the response Content-Type header to application/jsonC . Set the request Content-Type header to application/] sonD . set the request Content-Type header to text/plainView AnswerAnswer: C Explanation: The...

May 10, 2025 No Comments READ MORE +

What is the correct DataWeave expression to access the value of dept?

A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?A . attributes.queryParams.deptB . attributes.deptC . message.queryParams.deptD . vars.deptView AnswerAnswer: A

May 9, 2025 No Comments READ MORE +

What payload is returned by a Database SELECT operation that does not match any rows in the database?

What payload is returned by a Database SELECT operation that does not match any rows in the database?A . falseB . nullC . ExceptionD . Empty ArrayView AnswerAnswer: D Explanation: Empty array is returned when no rows are matched. MuleSoft Doc Ref: https://docs.mulesoft.com/db-connector/1.9/database-connector-select

May 9, 2025 No Comments READ MORE +

If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?

In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?A . The applications associated with the other APIs must be restartedB . The applications associated with the other APIs must...

May 8, 2025 No Comments READ MORE +

What log messages are written?

Refer to the exhibit. All three of the condition for the Choice router are true. What log messages are written?A . Route 1B . Route2C . Route1, Route2D . Route1, Route2, DefaultView AnswerAnswer: A

May 7, 2025 No Comments READ MORE +

How many seconds does it take for the Scatter_Gather to complete?

Refer to the exhibit. In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds. How many seconds does it take for the Scatter_Gather to complete?A . 0B . 10C . 20D . 30View AnswerAnswer: C

May 7, 2025 No Comments READ MORE +