Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCD - Level 1 All Questions

View all questions & answers for the MCD - Level 1 exam

Exam MCD - Level 1 topic 1 question 146 discussion

Actual exam question from Mulesoft's MCD - Level 1
Question #: 146
Topic #: 1
[All MCD - Level 1 Questions]

Refer to the exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.



What is a valid properties placeholder file to set these values?

  • A. {
    http:
    basePath: “api”
    port: “8081”
    host: “localhost”
    }
  • B. http.port = 8081
    http.host = “localhost”
  • C. http:
    basePath: “api”
    port: “8081”
    host: “localhost”
  • D. http:
    port = “8081”
    host = “localhost”
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
marcop1
10 months ago
Selected Answer: C
YAML uses ':'
upvoted 1 times
...
ExamDev
10 months ago
Selected Answer: C
Its C because ita yaml syntax
upvoted 1 times
...
Sowmya0249
1 year ago
Selected Answer: C
Observe the syntax. Its yaml.
upvoted 1 times
...
malakas1231
1 year, 3 months ago
Selected Answer: C
Its C because ita yaml syntax
upvoted 2 times
...
Ranjansingh
1 year, 9 months ago
Selected Answer: D
D is correct
upvoted 1 times
hahahe234
1 year, 8 months ago
Why? it's a YAML file
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...