Exam C2090-424 All QuestionsBrowse all questions from this exam
Question 20

A job consist of Sequential File Stage -> Copy Stage using auto partitioning -> Sequential File stage. We need the target Sequential File stage rows to be in the same order as the source file. Which collection algorithm should be chosen in the target Sequential File stage?

    Correct Answer: B

    To ensure that the target Sequential File stage rows remain in the same order as the source file, the 'Same' collection algorithm should be chosen. This setting maintains the original order of the data without any redistribution, preserving the sequence from the source file through to the target file.

Discussion
vishu82Option: C

Answer is Round Robin so option C