MuleSoft Certified Developer – Level 1 — Question 104
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?
Answer options
- A. A global element
- B. The mule-artifact.json file
- C. A flow attribute
- D. The pom.xml file
Correct answer: A
Explanation
The correct answer is A, as the global element is the proper place to specify the configuration file's location in a Mule application. The other options, such as the mule-artifact.json file, flow attributes, and pom.xml file, do not serve the purpose of defining the configuration file location.