Questions
2 questions per paper
Difficulty
Easy
Importance
High scoring, time-saver for SSC/Banking
Overview
Ranking and Order tests evaluate your logical ability to deduce the position of individuals in a sequence or identify patterns in alphabetical strings. Mastering this topic is essential for competitive exams as it relies on speed-based deductive reasoning rather than complex calculations. The core objective is to map linear positions accurately while accounting for overlapping or excluded indices.
Linear Ranking Logic
This subtopic deals with finding the position of an object from both ends of a single row or calculating the total count of people. The primary challenge lies in correctly handling indices when counting an object twice.
- Total = (Left + Right) - 1
- Position from Left = (Total - Position from Right) + 1
- Position from Right = (Total - Position from Left) + 1
- When two positions are interchanged, calculate the gap between initial and final values.
Alphabetical Position and Cycles
Questions here focus on the numeric position of letters (A=1, Z=26) and their reverse orders. Efficiency is gained through memorizing specific letter-number associations rather than writing out the entire alphabet on scratch paper.
- EJOTY rule: E=5, J=10, O=15, T=20, Y=25
- Opposite of a letter at position N is (27 - N)
- Use CFHLOSUX for multiples of 3
- Remember Vowels (A, E, I, O, U) as fixed markers for sequence analysis
Dictionary Order and Word Formation
This tests your ability to sort words lexicographically or count the number of letters that remain in the same position as they would in the English alphabet. It is a high-speed sub-test where pattern matching is faster than literal scanning.
- Filter words by the first letter, then second, and so on
- Scan letters in pairs for 'number of pairs' questions
- Eliminate options by checking only the last few characters of a sequence
- Use ascending index matching to verify dictionary order
Formula Sheet
Total = (Position from Left) + (Position from Right) - 1
Opposite Letter Position = 27 - Current Position
Number of persons between two positions = |(Position 1 - Position 2) - 1|
Exam Tip
Always visualize the sequence as a single line on your scratchpad to avoid off-by-one errors during high-pressure final minutes.
Common Mistakes
- Forgetting to subtract 1 when both positions of a single person are given, leading to an overcount.
- Confusing 'between' count with 'total' count in linear arrangements.
- Miscalculating the reverse alphabetical order by using 26 instead of 27 in the subtraction formula.
More Revision Notes
Ready to test yourself?
Play topic-wise Ranking & Order / Alphabet Test questions in Aspirant Arcade — gamified MCQ practice.
Download Free