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

Refer to the exhibit. The Mule application’s connectors are configured with property placeholders whose values are set in the config.yaml file.

What must be added to the Mule application to link the config.yaml file’s values with the property placeholders?

    Correct Answer: D

    To link the config.yaml file's values with the property placeholders in a Mule application, you need to add a configuration-properties element in the acme-app.xml file. This element specifies the configuration file that contains the properties, allowing the Mule application to appropriately resolve the property placeholders defined in the connectors.

Discussion
AlandtOption: D

ChatGPT: The correct answer is D. A configuration-properties element in the acme-app.xml file <configuration-properties file="config.yaml" /> This should be added within the <mule> XML element in the acme-app.xml configuration file.