Multiple choice technology web technology

Which of the following is/are true about Mapplet?

  1. a) If you use a Sequence Generator transformation, you must use a reusable Sequence Generator transformation

  2. b) You cannot include Normalizer transformation in a mapplet

  3. c) You can include target definitions in a mapplet

  4. d) You cannot include source definitions in a mapplet

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

A is true: Sequence Generator transformations in mapplets must be reusable to ensure consistent sequence generation across multiple mapplet instances. B is true: Normalizer transformations cannot be included in mapplets due to their complex processing requirements and state management. C is false: Mapplets cannot contain target definitions (targets are defined in the mapping, not the mapplet). D is false: Mapplets can and often do contain source definitions for data transformation logic.