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

    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
awsExpert007Option: C

Answer is C

Pavan_NagineniOption: C

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

awsuser1Option: C

Answer is C

madgeezerOption: C

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

MuleKOption: C

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

alevitaOption: C

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

gilofernandes

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.

GrumpOption: C

It should be C