MuleSoft
MCD-LEVEL-1 · Question #123
Refer to the exhibits. Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid…
The correct answer is D. ${training.host}. Correct answer is ${training.host}
Structuring Mule Applications
Question
Refer to the exhibits. Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file. What valid expression can be used to so that HTTP configuration can pick the value from configuration file?
Exhibit
Options
- A#[training.host]
- B${http.host}
- C#{training.host}
- D${training.host}
How the community answered
(43 responses)- A2% (1)
- B5% (2)
- C2% (1)
- D91% (39)
Explanation
Correct answer is ${training.host}
Topics
#configuration properties#property placeholder syntax#HTTP configuration#YAML properties
Community Discussion
No community discussion yet for this question.
