MuleSoft Certified Integration Architect – Level 1 — Question 20

What is a recommended practice when designing an integration Mule 4 application that reads a large XML payload as a stream?

Answer options

Correct answer: C

Explanation

The correct answer is C because handling the payload as an XML stream allows for efficient processing of large data without loading it entirely into memory. Options A and B suggest practices that could lead to memory issues and are not as efficient, while D incorrectly implies a limitation on the stream's access that is not necessary when managed correctly.