Home / Logical Reasoning / Sequential Output Training :: Discussion

Discussion :: Sequential Output Training

  1. Study the following information carefully and answer the given questions: 
    A word and number arrangement machine when given an input line of words and numbers rearranges them following a particular rule in each step. The following is an illustration of input and rearrangement:
    Input: wind packet 19 7 back 12 task 34
    Step I: 34 wind packet 19 7 back 12 task
    Step II: 34 back wind packet 19 7 12 task
    Step III: 34 back 19 wind packet 7 12 task
    Step IV: 34 back 19 packet wind 7 12 task
    Step V: 34 back 19 packet 12 wind 7 task
    Step VI: 34 back 19 packet 12 task wind 7
    Step VII: 34 back 19 packet 12 task 7 wind
    As per the rules followed in the above steps, find out in each of the following questions the appropriate step for the given input.

    If step II of an input is "37 desk 34 garden 5 father victory 17", which of the following steps will be last step?
  2. A.
    III
    B.
    V
    C.
    IV
    D.
    VI
    E.
    None of these

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The logic is the words get arranged in alphabetical order. Where as the numbers get arranged in descending order. Numbers occupy odd places the final steps while words occupy even positions. When any element gets arranged the previous elements occupying that position shifts one place towards right.


Be The First To Comment