ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 58 - MCIA Level 1 Maintenance discussion

Report
Export

As a part of project requirement, client will send a stream of data to mule application. Payload size can vary between 10mb to 5GB. Mule application is required to transform the data and send across multiple sftp servers. Due to the cost cuttings in the organization, mule application can only be allocated one worker with size of 0.2 vCore.

As an integration architect , which streaming strategy you would suggest to handle this scenario?

A.
In-memory non repeatable stream
Answers
A.
In-memory non repeatable stream
B.
File based non-repeatable stream
Answers
B.
File based non-repeatable stream
C.
In-memory repeatable stream
Answers
C.
In-memory repeatable stream
D.
File based repeatable storage
Answers
D.
File based repeatable storage
Suggested answer: D

Explanation:

As the question says that data needs to be sent across multiple sftp serves , we cannot use nonrepeatable streams. The non-repeatable strategy disables repeatable streams, which enables you to read an input stream only once.

You cant use in memory storage because with 0.2 vcore you will get only 1 GB of heap memory.

Hence application will error out for file more than 1 GB.

Hence the correct option is file base repeatable stream

asked 18/09/2024
Gage Adams
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first