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

To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.

Where does the configuration file's location need to be specified in the Mule application?

    Correct Answer: A

    The location of the configuration file for property placeholders in a Mule application needs to be specified in a global element. This approach allows for centralized configuration management and makes it easy to reference and update properties without altering the flow design. A global element provides a reusable and maintainable way to manage configuration properties across different flows within the application.

Discussion
ExamDevOption: A

A. A global element

RanjansinghOption: A

A - Correct