ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 56 - MCIA - Level 1 discussion

Report
Export

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

A.
The payload should be dealt with as a repeatable XML stream, which must only be traversed (iterated-over) once and CANNOT be accessed randomly from DataWeave expressions and scripts
Answers
A.
The payload should be dealt with as a repeatable XML stream, which must only be traversed (iterated-over) once and CANNOT be accessed randomly from DataWeave expressions and scripts
B.
The payload should be dealt with as an XML stream, without converting it to a single Java object (POJO)
Answers
B.
The payload should be dealt with as an XML stream, without converting it to a single Java object (POJO)
C.
The payload size should NOT exceed the maximum available heap memory of the Mute runtime on which the Mule application executes
Answers
C.
The payload size should NOT exceed the maximum available heap memory of the Mute runtime on which the Mule application executes
D.
The payload must be cached using a Cache scope If It Is to be sent to multiple backend systems
Answers
D.
The payload must be cached using a Cache scope If It Is to be sent to multiple backend systems
Suggested answer: C

Explanation:

If the size of the stream exceeds the maximum, a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised.

asked 18/09/2024
Yuriy Georgiev
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first