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

What is the minimum required configuration in a flow for a Mule application to compile?

    Correct Answer: C

    For a Mule application to compile, it is essential to have an event processor within the flow. The event processor acts upon the incoming messages. Without an event processor, the flow lacks the requisite component to process events and therefore cannot function correctly.

Discussion
sirious09Option: C

C is correct

abhhiiiiiii

my guy

ExamDevOption: C

Agree with d_ngnr. Correct answer is "C".

pvithanageOption: C

C is correct

d_ngnrOption: C

A bare minimum to compile requires the flow definition but that alone will not make the application work so it needs the events processor.