The StreamTransformation interface requires two mandatory methods: execute() contains the main transformation logic (input to output), and setParameter() receives runtime configuration from the XI pipeline. Options A, B, and D incorrectly include exit() or systemProperties(), which are not part of the interface.