MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 44


A Mule application uses the Database connector.

What condition can the Mule application automatically adjust to or recover from without needing to restart or redeploy the Mule application?

Show Answer
Correct Answer: C

A Mule application can automatically adjust to or recover from a situation where the database server was unavailable for a period of time and later becomes fully operational again. Mule applications are designed to handle temporary unavailability of resources like database servers, and once the server is back online, the application can continue its operations without needing to be restarted or redeployed. Examples like renaming stored procedures, updating database drivers, or changing credentials typically require reconfigurations and potentially restarts or redeployments to take effect.

Discussion

7 comments
Sign in to comment
awsExpert007Option: C
Jun 27, 2021

Answer is C

Pavan_NagineniOption: C
Aug 27, 2021

C. The database server was unavailable for four hours due to a major outage but is now fully operational again

awsuser1Option: C
Jan 16, 2023

Answer is C

GrumpOption: C
Dec 26, 2021

It should be C

alevitaOption: C
Feb 2, 2022

C. COuld also be D but it is not clear if the DB credentials are in a property file.

gilofernandes
Nov 8, 2023

no matter where the DB credentials are stored (property file, runtime manager properties, hardcoded in connector) it is necessary a restart or deploy of the mule app.

MuleKOption: C
Jun 2, 2022

Change in property also causes restarts C. The database server was unavailable for four hours due to a major outage but is now fully operational again

madgeezerOption: C
Aug 4, 2022

C. The database server was unavailable for four hours due to a major outage but is now fully operational again