nerdexam
MuleSoft

MCD-LEVEL-1 · Question #198

Refer to the below exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector. What is the valid properties…

The correct answer is B. 1. http: 2. basepath: "api" 3. host : "localhost" 4. port : "8081". Correct answer is as below as it follows the correct syntax. host : "localhost" Mule Doc Reference : https://docs.mulesoft.com/mule-runtime/4.3/mule-app-properties-to-

Mule Runtime

Question

Refer to the below exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector. What is the valid properties placeholder file to set these values? A. 1. http: 2. host = "localhost" 3. port = "8081" B. 1. http: 2. basepath: "api" 3. host : "localhost" 4. port : "8081" C. 1. http.host = localhost 2. http.port = 8081 D. 1. { 2. http: 3. basePath: "api", 4. port: "8081", 5. host: " localhost"

Exhibit

MCD-LEVEL-1 question #198 exhibit

Options

  • A
    1. http: 2. host = "localhost" 3. port = "8081"
  • B
    1. http: 2. basepath: "api" 3. host : "localhost" 4. port : "8081"
  • C
    1. http.host = localhost 2. http.port = 8081
  • D
    1. { 2. http: 3. basePath: "api", 4. port: "8081", 5. host: " localhost"

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    79% (38)
  • C
    13% (6)
  • D
    2% (1)

Explanation

Correct answer is as below as it follows the correct syntax. host : "localhost" Mule Doc Reference : https://docs.mulesoft.com/mule-runtime/4.3/mule-app-properties-to-

Topics

#property placeholder#YAML#configuration#HTTP connector

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice