nerdexam
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

MCD-LEVEL-1 question #123 exhibit

Options

  • A#[training.host]
  • B${http.host}
  • C#{training.host}
  • D${training.host}

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    2% (1)
  • D
    91% (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.

Full MCD-LEVEL-1 Practice