MCPA - Level 1 Exam QuestionsBrowse all questions from this exam

MCPA - Level 1 Exam - Question 25


A Mule application exposes an HTTPS endpoint and is deployed to the CloudHub Shared Worker Cloud. All traffic to that Mule application must stay inside the

AWS VPC.

To what TCP port do API invocations to that Mule application need to be sent?

Show Answer
Correct Answer: A

When a Mule application exposes an HTTPS endpoint and is deployed to the CloudHub Shared Worker Cloud, the invocations should be sent to port 443. This is the standard port for HTTPS traffic and is used for secure communications over the internet. MuleSoft documentation and general network standards support that HTTPS traffic typically utilizes port 443.

Discussion

12 comments
Sign in to comment
[Removed]Option: A
Mar 21, 2022

8091 AND 8092 used for Http and Https traffics only in local or private vpc, it didnt allow you to use in mule worker shared cloud

calazansOption: D
Jun 22, 2022

Should be 8082

geekdom
Oct 24, 2022

It is 8092, which is for the private vpc, not 8082. Hence it is not an option

Pavan_NagineniOption: A
Jul 24, 2021

A. 443

NGaddameediOption: D
Sep 21, 2021

D. HTTPS port for shared load balancer is enabled though 8092.

shridharan
Oct 5, 2021

A is correct

Outdoor25
Dec 29, 2021

Should be A. port 8092 is the port on SLB for access within VPC. Mule application will expose common 443 port for SSL traffic. Unless you modified it.

geekdomOption: A
Oct 24, 2022

A is correct. The other ones are irrelevant. 8091 and 8092 are only for private VPC, not shared VPC. 8081 is for HTTP in the shared vpc. Which leaves A 442 as the correct answer

vikas_muleOption: D
Mar 29, 2023

D is correct : must stay inside the AWS VPC is a key word

AB317Option: A
Aug 8, 2021

Answer: A

pvt007Option: A
Nov 14, 2022

HTTP and HTTPS requests (web API invocations) sent to a CloudHub Shared Load Balancer on port 80 and 443 are forwarded by the CloudHub Shared Load Balancer to one of the Mule application’s CloudHub workers (approximately round-robin), where they reach the Mule application on port 8081 and 8082, respectively

cuisal92Option: A
Jan 25, 2023

A. 443

vikas_muleOption: A
Feb 11, 2023

443 , https://docs.mulesoft.com/cloudhub-1/vpc-architecture-concept

muledevOption: D
Jul 1, 2023

D is the correct answer.

AlandtOption: D
Jul 8, 2024

The question mentions a SHARED WORKER CLOUD but at the same time it also mentions ALL TRAFFIC TO THAT MULE APP MUST STAY IN THE AWS VPC --> which means that we should treat this as an private VPC --> Mule apps deployed in CloudHub must listen on host 0.0.0.0 and to either the HTTP port (8081) or to the HTTPS port (8082). Correct answer is D. 8092