Multiple choice technology

Which one is NOT section leader process

  1. communicates with player processes

  2. forks instances of player processes for each operator

  3. consolidates messages, writes to log

  4. communicates with conductor process

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In the DataStage/Ab Initio architecture, section leader processes communicate with player processes and conductor processes, and they fork player process instances. However, consolidating messages and writing to logs is typically done by the conductor process at a higher level, not by individual section leaders.