MCD-LEVEL-1 · Question #51
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…
The correct answer is B. A global element. Correct answer is A global element When we create a configuration file , that file needs to added as Global Configuration file in Global element. A global element is a reusable object containing parameters that any number of elements in a flow can share. You reference a global…
Question
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?
Options
- AThe pom.xml file
- BA global element
- CThe mule-art if act .json file
- Da flow attribute
How the community answered
(16 responses)- B94% (15)
- C6% (1)
Explanation
Correct answer is A global element When we create a configuration file , that file needs to added as Global Configuration file in Global element. A global element is a reusable object containing parameters that any number of elements in a flow can share. You reference a global element from Anypoint Connectors or components in your Mule application
Topics
Community Discussion
No community discussion yet for this question.