Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 89

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

    Correct Answer: B

    By default, when a file is read using an FTP connector Read operation, the file stays in the same folder unchanged. This default behavior ensures that the file remains available until it is manually deleted or moved by another operation.

Discussion
pgarciarOption: B

B is correct

truongbuiOption: B

B is correct. "When the file is read from the FTP source folder, the default behavior of the operation in Mule 4 is that it remains in the same folder until it is manually deleted." https://docs.mulesoft.com/ftp-connector/1.5/ftp-read

DineshsinghalOption: B

B is correct

nilan84Option: B

B is correct

miguel_romeroOption: B

B is correct

AlandtOption: B

Although B is correct, it is best practice to move the file to another folder, that way you can see what files are processed and what files are not.

ExamDevOption: B

Agree with truongbui Correct answer is B! https://docs.mulesoft.com/ftp-connector/1.5/ftp-read

rduarte22Option: B

It's B