ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 60 - MCIA Level 1 Maintenance discussion

Report
Export

As a part of project , existing java implementation is being migrated to Mulesoft. Business is very tight on the budget and wish to complete the project in most economical way possible.

Canonical object model using java is already a part of existing implementation. Same object model is required by mule application for a business use case. What is the best way to achieve this?

A.
Make use of Java module
Answers
A.
Make use of Java module
B.
Create similar model for Mule applications
Answers
B.
Create similar model for Mule applications
C.
Create a custom application to read Java code and make it available for Mule application
Answers
C.
Create a custom application to read Java code and make it available for Mule application
D.
Use Anypoint exchange
Answers
D.
Use Anypoint exchange
Suggested answer: A

Explanation:

Mule 4 is built to:

• Minimize the need for custom code.

• Avoid the need for you to know or understand Java.

However, some advanced uses cases require integration with custom Java code, such as:

• Reuse of a library, such as a tax calculation library.

• Reuse of a canonical object model that is standard in the organization.

• Execution of custom logic using Java.

Mule ref doc : https://docs.mulesoft.com/java-module/1.2/

asked 18/09/2024
Jim McKay
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first