Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 66

A Mule application is deployed to a single CloudHub worker and the public URL appears in Runtime Manager as the App url.

Requests are sent by external web clients over the public Internet to the Mule application's App url. Each of these requests is routed to the HTTPS Listener event source of the running Mule application.

Later, the DevOps team edits some properties of this running Mule application in Runtime Manager.

Immediately after the new property values are applied in Runtime Manager, how is the current Mule application deployment affected, and how will future web client requests to the Mule application be handled?

    Correct Answer: D

    When a Mule application is redeployed on CloudHub, it will be redeployed to a new CloudHub worker. During the transition, cloud infrastructure ensures that the current requests are routed properly. New web client requests will continue to be routed to the old CloudHub worker until the new CloudHub worker becomes fully available and ready to handle the traffic. This ensures a seamless transition without causing errors or downtime for web clients.

Discussion
sanni27Option: D

Correction - It will be D. redeployment will happens in new cloud worker and meanwhile old worker will be available. once redeployment done, the old worker will not be available and req will handle by new worker.

gilofernandesOption: D

https://docs.mulesoft.com/cloudhub/managing-applications-on-cloudhub#zero-downtime-updates-with-cloudhub

AniL1488Option: D

The correct answer is D. Ref: https://help.mulesoft.com/s/article/CloudHub-Application-Redeployment-Restart-Start-Stop-Frequently-Asked-Questions

madgeezerOption: D

D. CloudHub will redeploy the Mule application to a NEW CloudHub worker New web client requests are ROUTED to the OLD CloudHub worker until the NEW CloudHub worker is available

sanni27Option: A

Should be A

Outdoor25Option: B

A or B. Leaning towards B more than A.