Exam MCD - Level 1 All QuestionsBrowse all questions from this exam
Question 145

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?

    Correct Answer: C

    The correct option is the one that provides the values in valid YAML syntax. YAML files use colons to separate keys and values, and the values for properties should not be enclosed in double quotes unless necessary. Option C correctly formats the properties with the proper YAML syntax, including the correct indentation, making it the valid properties placeholder file.

Discussion
malakas1231Option: C

Its C because ita yaml syntax

marcop1Option: C

YAML uses ':'

ExamDevOption: C

Its C because ita yaml syntax

Sowmya0249Option: C

Observe the syntax. Its yaml.

RanjansinghOption: D

D is correct

hahahe234

Why? it's a YAML file