Multiple choice technology

Which of the below given statements are Correct?

  1. Both XML Generator transformation and XML Parser transformation are active and connected transformations

  2. The XML Parser transformation reads XML data from a single input port and writes data to one or more output ports

  3. The XML Generator transformation accepts data from multiple ports and writes XML through a single output port

  4. XML Generator transformation ia an active transformation and XML Parser transformation is a passive transformation

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

XML Generator and XML Parser are both active connected transformations. Parser reads XML from one input port and writes to multiple output ports (passive parsing behavior). Generator accepts data from multiple ports and writes XML through a single output port. Both being active transformations contradicts option D.