MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 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?

Show Answer
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

14 comments
Sign in to comment
pgarciarOption: B
Mar 26, 2021

B is the correct

claudio82
Jun 3, 2021

why, can you explain or send a url?

[Removed]
Mar 10, 2022

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

AIBhattiOption: B
Jun 3, 2021

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

edilberto1Option: B
Jul 30, 2021

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

RenatoJrOption: B
Aug 24, 2021

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

MaxroyoOption: B
Aug 26, 2022

Just 2

LvleestOption: A
Sep 27, 2021

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

Lvleest
Sep 27, 2021

actually no, nvm

KbessadiOption: B
Feb 1, 2023

B is the correct answer

VandD123Option: B
Mar 9, 2023

B is correct

GGG777Option: B
Jun 13, 2023

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

HypaxOption: B
Oct 5, 2023

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

zhenglongOption: D
Jan 12, 2024

D is the right answer

ExamDevOption: B
Jan 22, 2024

One configuration per port. So the correct answer is B

Shijokingo
Jan 29, 2024

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

Hermi1Option: B
Mar 6, 2024

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.