All Exams Test series for 1 year @ ₹349 only
Question

A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
Based on the pattern, answer the questions that follow the given input.
Input: 100 Orbit 35 Dream 44 67 Space Apple
Question: What will be the arrangement in Step II?

This question was previously asked in
SSC Stenographer 2025 Question Paper (06-Aug-2025) Shift 2
The correct answer is
Apple Dream Orbit 35 44 Space 67 100

Arrangement Logic Explained

This question involves a specific type of rearrangement puzzle where elements (words and numbers) are moved based on defined rules in successive steps. The goal is to understand the logic and determine the state after a particular step.

Input String: $100 Orbit 35 Dream 44 67 Space Apple$

Rule: In each step, the alphabetically smallest word is moved to the leftmost available position for words, and the numerically largest number is moved to the rightmost available position for numbers. This process continues until words are alphabetically sorted at the beginning and numbers are in descending order at the end.

Step I: Initial Rearrangement

First, let's identify the words and numbers in the input string:

  • Words: Orbit, Dream, Space, Apple
  • Numbers: 100, 35, 44, 67

The alphabetically sorted list of words is: $Apple, Dream, Orbit, Space$.

The numerically sorted list of numbers (descending) is: $100, 67, 44, 35$.

Step I Actions:

  1. Identify the alphabetically smallest word in the entire input: Apple. Move it to the first position.
  2. Identify the numerically largest number in the entire input: 100. Move it to the last position.

Let's trace the movement:

Initial: $100 Orbit 35 Dream 44 67 Space Apple$

Move 'Apple' (the last element) to the first position:

Intermediate: $Apple 100 Orbit 35 Dream 44 67 Space$

Now, move '100' (which is now the second element) to the last position:

End of Step I: $Apple Orbit 35 Dream 44 67 Space 100$

Step II: Second Rearrangement

Now, we start Step II with the arrangement obtained from Step I:

Current Arrangement: $Apple Orbit 35 Dream 44 67 Space 100$

In this step, we focus on the elements that are not yet in their final sorted positions. 'Apple' is correctly placed at the start (position 1), and '100' is correctly placed at the end (position 8).

The remaining sequence needing rearrangement is: $Orbit 35 Dream 44 67 Space$.

Step II Actions:

  1. Identify the alphabetically smallest word among the remaining words (Orbit, Dream, Space): This is Dream. Move it to the next available word position, which is position 2.
  2. Identify the numerically largest number among the remaining numbers (35, 44, 67): This is 67. Move it to the next available number position, which is position 7 (just before 100).

Let's trace the movement:

Start of Step II: $Apple Orbit 35 Dream 44 67 Space 100$

Move 'Dream' from its current position (4th) to the second position. Elements to its left shift right if necessary:

Intermediate after moving Dream: $Apple Dream Orbit 35 44 67 Space 100$

Now, locate the largest remaining number, '67'. It's currently at the 6th position. It needs to move to the 7th position (the slot just before '100'). The element currently at the 7th position ('Space') needs to shift to accommodate this move, effectively moving towards the word section.

Move '67' to the 7th position:

End of Step II: $Apple Dream Orbit 35 44 Space 67 100$

This final arrangement represents the state after the second step of the rearrangement process, where 'Dream' is placed correctly as the second word and '67' is placed as the second-to-last number.

Was this answer helpful?

Similar Questions

  1. Input: dance, apple, zebra, kite, fan, bottle
    Step 1: zebra, apple, dance, kite, fan, bottle
    Step II: zebra, apple, bottle, dance, kite, fan
    Step III: zebra, apple, bottle, dance, fan, kite
    Question: What is the logic followed in the above arrangement?
  2. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Panther 88 33 11 Roar Stripes 44 Animal
    Question: Which is the 1st word placed in Step 1?

  3. Input: cat 28 dog 43 bat 59
    Step 1: 59 cat 28 dog 43 bat
    Step 2: 59 bat cat 28 dog 43
    Step 3: 59 bat 43 cat 28 dog
    Step 4: 59 bat 43 dog cat 28
    What will be the final step for the input?
  4. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Volcano 37 19 Ash 50 Smoke 90 Dust 28
    Question: What is the sequence of numbers in Step II?

  5. A definite Input-Output process is given below. Study the arrangement rules carefully for the given input and follow them to answer the questions based on the new input. Input: 40 10 60 20 30
    Step I: 10 40 60 20 30
    Step II: 10 20 40 60 30
    Step III: 10 20 30 40 60
    Last Step: 10 20 30 40 60
    Based on the process shown above, answer the following question for the given input:
    New Input: 75 25 85 35 15
    Question: What is the element at the \(3^{rd}\) position from the left in Step II of the new input?
  6. Input: blue 42 rose 71 violet 13 orange
    Which of the following would be Step 3 if the logic is:
    Step 1: Alphabetical arrangement of words from left
    Step 2: Numbers arranged in descending order from the end?
  7. Input: 85 kite 23 lamp 62 brush
    Step 1: brush 85 kite 23 lamp 62
    Step 2: brush 85 kite 62 23 lamp
    Step 3: brush 85 kite 62 lamp 23
    Which of the following describes the logic best?
  8. Input: 93 box 27 pink 46 green 18
    Step 1: box 93 27 pink 46 green 18
    Step 2: box 93 green 27 pink 46 18
    Step 3: box 93 green 46 27 pink 18
    Step 4: box 93 green 46 pink 27 18
    What will be Step 5?
  9. Input: 8 cake 12 bag 5 apple
    Step 1: 5 apple 8 cake 12 bag
    Step 2: 5 apple 8 bag 12 cake
    What is the logic applied?
  10. A word-and-number arrangement machine rearranges a given input following a specific rule in each step. The rule involves moving the alphabetically smallest word to the leftmost side and the numerically largest number to the rightmost side in each step. The process continues until all words are arranged in alphabetical order at the left end, and all numbers in descending order at the right end.
    Based on the pattern, answer the questions that follow the given input.
    Input: Apple 41 Orange 62 85 Mango Banana 19
    Question: What is the final (last) arrangement?

Important Questions from Input Output

  1. Which option correctly explains the fundamental difference between input and output devices in a computer system?
  2. Which of the following accurately explains why a touchscreen can be considered both an input and an output device?
  3. When 12 is subtracted from a number, it reduces to its 40%. Two-fifth of that number is:

  4. After an increase of 9% in salary, a person received ₹6,300. What was his salary before the increase (consider integral part only)?

  5. If x : y = 5 : 6, then 2x + 3y : 3x + 5y is:

Need Expert Advice?
Upcoming Exams
SSC CGL
September 30, 2026
UPSSSC PET
October 23, 2026
Test Series
SSC Stenographer img
SSC
SSC Stenographer 2026 Mock Test Series (Latest Version)
1172 Tests 2 Tests Free
3048 Attempts
4.6(263)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App