MuleSoft Certified Developer – Level 1 — Question 32
By default, what happens to a file after it is read using an FTP connector Read operation?
Answer options
- A. The file is moved to a different folder
- B. The file stays in the same folder unchanged
- C. The file is renamed in the same folder
- D. The file is deleted from the folder
Correct answer: B
Explanation
The correct answer is B because a Read operation using an FTP connector does not modify the file; it simply retrieves its contents. The other options are incorrect as they imply some form of alteration or movement of the file, which does not occur during a Read operation.