ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 37 - MCD - Level 2 discussion

Report
Export

An organization uses CloudHub to deploy all of its applications.

How can a common-global-handler flow be configured so that it can be reused across all of the organization's deployed applications?

A.
Create a Mule plugin projectCreate a common-global-error-handler flow inside the plugin project.Use this plugin as a dependency in all Mute applications.Import that configuration file in Mute applications.
Answers
A.
Create a Mule plugin projectCreate a common-global-error-handler flow inside the plugin project.Use this plugin as a dependency in all Mute applications.Import that configuration file in Mute applications.
B.
Create a common-global-error-handler flow in all Mule Applications Refer to it flow-ref wherever needed.
Answers
B.
Create a common-global-error-handler flow in all Mule Applications Refer to it flow-ref wherever needed.
C.
Create a Mule Plugin project Create a common-global-error-handler flow inside the plugin project. Use this plugin as a dependency in all Mule applications
Answers
C.
Create a Mule Plugin project Create a common-global-error-handler flow inside the plugin project. Use this plugin as a dependency in all Mule applications
D.
Create a Mule daman project. Create a common-global-error-handler flow inside the domain project. Use this domain project as a dependency.
Answers
D.
Create a Mule daman project. Create a common-global-error-handler flow inside the domain project. Use this domain project as a dependency.
Suggested answer: C

Explanation:

To configure a common-global-handler flow that can be reused across all of the organization's deployed applications, the developer should create a Mule Plugin project, create a common-global-error-handler flow inside the plugin project, and use this plugin as a dependency in all Mule applications. This way, the developer can import the common-global-error-handler flow in any application that needs it and avoid duplicating the error handling logic.

Reference: https://docs.mulesoft.com/mule-runtime/4.3/error-handling#global-error-handler

asked 18/09/2024
Jebaz Norton
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first