Which of the following options best describes how you would develop the component?

You are developing an Integration component that uses customer data. The source system
defines customer data in a different format than expected. Which of the following options best
describes how you would develop the component?

You are developing an Integration component that uses customer data. The source system
defines customer data in a different format than expected. Which of the following options best
describes how you would develop the component?

A.
Create an object representation of customer data and use itin the component.

B.
Externalize the data transformation by mapping the source data format to a canonical data
format.

C.
The data formats are different, so it is not possible to develop the component.

D.
Write data from the source system into a database and read it back in the expected format.

Explanation:

Note:
It is quite common to encounter use cases that require transformation of information
from one format to another, especially in the area of enterprise integration. Source
systems and target systems may use very different representations of data and in some
cases, a canonical data model might be used as a common intermediate format. In
some cases, the transformation is a simple field-to-field mapping whereas in other
cases it is a complex manipulation and conversion of data. It should be possible to
visually map the source and target representations with the ability to enrich the
elements to support both simple and complex data transformations.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Tofy

Tofy

Correct answer is : B