MCD - Level 1 Exam QuestionsBrowse all questions from this exam

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

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

1 comment
Sign in to comment
AlandtOption: D
Feb 8, 2024

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.