ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 42 - Certified MuleSoft Integration Architect I discussion

Report
Export

A new Mule application under development must implement extensive data transformation logic. Some of the data transformation functionality is already available as external transformation services that are mature and widely used across the organization; the rest is highly specific to the new Mule application.

The organization follows a rigorous testing approach, where every service and application must be extensively acceptance tested before it is allowed to go into production.

What is the best way to implement the data transformation logic for this new Mule application while minimizing the overall testing effort?

A.
Implement and expose all transformation logic as mlaoservices using DataWeave, so it can be reused by any application component that needs it, including the new Mule application
Answers
A.
Implement and expose all transformation logic as mlaoservices using DataWeave, so it can be reused by any application component that needs it, including the new Mule application
B.
Implement transformation logic in the new Mute application using DataWeave, replicating the transformation logic of existing transformation services
Answers
B.
Implement transformation logic in the new Mute application using DataWeave, replicating the transformation logic of existing transformation services
C.
Extend the existing transformation services with new transformation logic and Invoke them from the new Mule application
Answers
C.
Extend the existing transformation services with new transformation logic and Invoke them from the new Mule application
D.
Implement transformation logic in the new Mute application using DataWeave, invoking existing transformation services when possible
Answers
D.
Implement transformation logic in the new Mute application using DataWeave, invoking existing transformation services when possible
Suggested answer: D

Explanation:

Correct answer is Implement transformation logic in the new Mule application using DataWeave, invoking existing transformation services when possible. * The key here minimal testing effort, 'Extend existing transformation logic' is not a feasible option because additional functionality is highly specific to the new Mule application so it should not be a part of commonly used functionality. So this option is ruled out. * 'Implement transformation logic in the new Mule application using DataWeave, replicating the transformation logic of existing transformation services' Replicating the transformation logic of existing transformation services will cause duplicity of code. So this option is ruled out. * 'Implement and expose all transformation logic as microservices using DataWeave, so it can be reused by any application component that needs it, including the new Mule application' as question specifies that the transformation is app specific and wont be used outside

asked 23/09/2024
Lietuvis Kau
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first