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
Options
- A
- http: 2. host = "localhost" 3. port = "8081"
- B
- http: 2. basepath: "api" 3. host : "localhost" 4. port : "8081"
- C
- http.host = localhost 2. http.port = 8081
- D
- { 2. http: 3. basePath: "api", 4. port: "8081", 5. host: " localhost"
How the community answered
(48 responses)- A6% (3)
- B79% (38)
- C13% (6)
- D2% (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.
