MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

2 comments
Sign in to comment
RanjansinghOption: A
Feb 7, 2023

A - Correct

ExamDevOption: A
Jan 25, 2024

A. A global element