nerdexam
IBM

000-349 · Question #38

What WebSphere Transformation Extender component would be needed in a production environment in addition to the adapters?

The correct answer is B. Transformation Engine. The Transformation Engine is the core runtime component required in a WTX production environment to execute compiled maps, separate from design-time tools.

Architecture

Question

What WebSphere Transformation Extender component would be needed in a production environment in addition to the adapters?

Options

  • ADesign Studio
  • BTransformation Engine
  • CDatabase Interface Designer
  • DIntegration Flow Designer

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    69% (18)
  • C
    8% (2)
  • D
    19% (5)

Why each option

The Transformation Engine is the core runtime component required in a WTX production environment to execute compiled maps, separate from design-time tools.

ADesign Studio

Design Studio is a development and authoring tool used to build and compile maps, and it is not deployed or needed in a production runtime environment.

BTransformation EngineCorrect

The Transformation Engine is the runtime engine that loads and executes compiled map objects (.mmc files) in a production environment. Adapters handle connectivity to various data sources and targets, but the Transformation Engine is required to perform the actual data transformation logic. Without it, adapters alone cannot process or transform data.

CDatabase Interface Designer

Database Interface Designer is a design-time utility for generating type trees from database schemas and is not a production runtime component.

DIntegration Flow Designer

Integration Flow Designer is a design-time tool for orchestrating integration flows and is not required as a standalone production runtime component alongside adapters.

Concept tested: WTX production runtime architecture components

Source: https://www.ibm.com/docs/en/wte/8.4.0?topic=overview-transformation-extender-components

Topics

#Transformation Engine#production environment#adapters#WTE components

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice