ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 212 - MCD - Level 1 discussion

Report
Export

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'
Answers
A.
1. http: 2. host = 'localhost' 3. port = '8081'
B.
1. http: 2. basepath: 'api' 3. host : 'localhost' 4. port : '8081'
Answers
B.
1. http: 2. basepath: 'api' 3. host : 'localhost' 4. port : '8081'
C.
1. http.host = localhost 2. http.port = 8081
Answers
C.
1. http.host = localhost 2. http.port = 8081
D.
1. { 2. http: 3. basePath: 'api', 4. port: '8081', 5. host: ' localhost'
Answers
D.
1. { 2. http: 3. basePath: 'api', 4. port: '8081', 5. host: ' localhost'
Suggested answer: B

Explanation:

Correct answer is as below as it follows the correct syntax.

http:

basepath: 'api'

host : 'localhost'

port : '8081'

Mule Doc Reference :https://docs.mulesoft.com/mule-runtime/4.3/mule-app-properties-to-configure

asked 18/09/2024
Quintin van Rooyen
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first