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

Refer to the exhibits.

The Mule application has multiple HTTP Listeners contained in various configuration XML files. Each HTTP Listener is configured with the same host and with the port number, path, and operation shown in its display name.

What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

    Correct Answer: B

    The minimum number of global elements required to support all these HTTP Listeners is determined by the unique combinations of host and port. In this case, there are two distinct port numbers: 6000 and 9000. Each unique port number will require a separate global element. Thus, the minimum number of global elements is 2.

Discussion
pgarciarOption: B

B is the correct

claudio82

why, can you explain or send a url?

[Removed]

we just need 2 because we only have 2 different port number

AIBhattiOption: B

config depends on host and port which are 2 distinct here so B is correct

MaxroyoOption: B

Just 2

RenatoJrOption: B

B is the correct because global element only required fields are host and a port

edilberto1Option: B

B is the right answer, because there are to different ports, HTTP configuration accepts Hostname (localhost), port (6000 or 9000) and base path (/) then you may group by 2

Hermi1Option: B

The correct answer iB because there are 2 port numbers in the exhibit : One for port 6000 and one for port 9000. The method is defined at the listener level.

Shijokingo

https://docs.mulesoft.com/http-connector/0.3.9/http-listener-connector

ExamDevOption: B

One configuration per port. So the correct answer is B

zhenglongOption: D

D is the right answer

HypaxOption: B

B is correct, 2 are needed: One for port 6000 and one for port 9000. The method is defined at the listener level.

GGG777Option: B

B is the correct one, because same Port can have multiple operations

VandD123Option: B

B is correct

KbessadiOption: B

B is the correct answer

LvleestOption: A

Wouldn’t nt it be 1 when using a config.yaml file which is best practice?

Lvleest

actually no, nvm