MuleSoft Certified Developer – Level 1 — Question 92

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

Answer options

Correct answer: C

Explanation

The correct answer is C, because an event processor is essential for handling the events that flow through a Mule application. Options A, B, and D are not mandatory for compilation; an event source is used to trigger the flow, a RAML file defines the API, and a Logger Component is for logging purposes, none of which are critical for the application to compile.