Exam MCPA - Level 1 All QuestionsBrowse all questions from this 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?

    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
calazansOption: D

Should be 8082

geekdom

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

[Removed]Option: A

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

vikas_muleOption: D

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

geekdomOption: A

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

NGaddameediOption: D

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

shridharan

A is correct

Outdoor25

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.

Pavan_NagineniOption: A

A. 443

AlandtOption: D

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

muledevOption: D

D is the correct answer.

vikas_muleOption: A

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

cuisal92Option: A

A. 443

pvt007Option: A

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

AB317Option: A

Answer: A