Ranking and Order tests are among the most consistent scorers in SSC CGL Reasoning — they appear every year, they are solvable in under 30 seconds each, and yet candidates routinely drop marks on them due to one careless sign error or a misread question.
The core idea is simple: you are given a set of people or objects arranged in a line (or an implicit order), and you are told someone's position from one end. Your job is to find the total count, or someone else's position, or the number of people between two positions.
Think of it like a cricket batting lineup. If Dhoni bats at number 7 from the top and number 5 from the bottom, you instantly know the team has 11 players — because 7 + 5 - 1 = 11. That subtraction of 1 is the entire engine of this topic.
The variations you will see in SSC CGL fall into four buckets:
All four types share one discipline: anchor yourself to a fixed reference point first, then move step by step. Students who try to hold two or three shifting positions in their head simultaneously make errors. Write three numbers down. It takes four seconds and prevents three wrong answers.
The master formula for a single row or queue:
Total = Position from Left + Position from Right − 1
This is because the person at position L from the left and R from the right is being counted twice (once from each end), so you subtract 1 to correct for that.
Corollary — if you know the total and one position, the other is:
Position from Right = Total − Position from Left + 1
This is the conversion formula. Commit it to muscle memory.
Finding people between two positions:
If Person A is at rank a from the top and Person B is at rank b from the top (with b > a), the number of people between them is b − a − 1.
Do not subtract 1 only — check whether A and B are on the same side reference or not. When positions are given from opposite ends, convert one of them first using the formula above, then apply the between-formula.
Here you get statements like:
Your job: draw a chain. Notation: use > to mean "older/taller/higher rank":
Sita > Lavanya > Swapna > Hari > Suvarna
Always write the chain before answering. The question will ask for the youngest, oldest, or middle — all three are directly readable from the chain once built.
Watch out: the clue "Suvarna is younger than both Hari and Swapna" does not tell you Hari vs Swapna order by itself. But if you already know from another clue that Swapna > Hari, then Suvarna is below Hari, placing Suvarna at the bottom. Process the clues that give you direct one-to-one comparisons first; handle the "both" clues after the chain has some structure.
Anchor today's day, then count forward or backward.
Standard phrasing decomposition:
So if "the day before yesterday was Sunday," then Today = Sunday + 2 = Tuesday.
"Three days after the day after tomorrow" = Tuesday + 5 = Sunday.
The classic trap: students anchor to Sunday (the mentioned day) and add days directly to it, forgetting that Sunday is Today − 2, not Today. Always resolve "today" as your first step.
Standard alphabet positions (A=1, B=2, ... Z=26) are tested frequently. The trick:
Two quick reference anchors: M is the 13th letter, N is the 14th. Use these as midpoints to verify your arithmetic.
For questions involving "from the right end of the alphabet," use: Position from right = 27 − position from left. So Z is 1st from right, Y is 2nd from right, etc.
Every time you see "total in a row" with two positions given from opposite ends, the answer is always Left + Right − 1. The "−1" exists because the person at the intersection is counted from both ends. Micro-example: 7th from left, 14th from right → 7 + 14 − 1 = 20. Standard method: setting up a diagram and counting = 20s. This formula = 4s. Step difference: 4 steps vs 1 step.
In every day-order question, before doing anything else, write "Today = ___" and solve for it. The question always gives you a day offset from today (yesterday, day before yesterday, day after tomorrow). Once you have Today pinned, all other calculations are simple addition/subtraction on a 7-cycle. Without anchoring: you risk adding days to the wrong reference, which puts you one or two days off. With anchoring: no diagram needed, answer in 15s vs 40s.
For comparative ranking, always rewrite all clues as A > B > C > D in one chain before reading the question. The act of writing the chain takes 10 seconds and makes the answer literally visible — you just read the leftmost (highest) or rightmost (lowest) element. Without the chain: you re-scan 4–5 clues per answer = 50s. With the chain: 1 scan = 10s total.
Memorise only two anchor points: M = 13, N = 14. For any letter, count up or down from M/N. Example: "4th to the right of T" → T = 20, T + 4 = 24 = X. Then "11th to the left of X" → 24 − 11 = 13 = M. Using alphabetical recitation from A takes 8s. Using M=13 as anchor + arithmetic takes 3s. Step reduction: 5 steps to 2 steps.
To convert position from bottom to position from top: Rank from Top = Total − Rank from Bottom + 1. Write this as "T − B + 1." Example: class of 39, Ashok is 17th from last → rank from top = 39 − 17 + 1 = 23rd. Then Suresh is 7 ahead: 23 − 7 = 16th. This single formula replaces the need to draw a number line. Saves 2 steps in every multi-part ranking question.
When you see a Ranking & Order question in the exam hall, run this decision tree:
Step 1 — Identify the type.
Step 2 — Apply the anchor.
Step 3 — Answer directly from the structure you built.
If a question seems to need more than 3 arithmetic steps, you have probably misread the type — re-read the question once before switching approach. In SSC CGL Reasoning, Ranking questions are designed to be 20–30 second questions. If you are spending 60+ seconds, stop and re-anchor.
Why this question: This is the foundational linear ranking formula in its cleanest form — a direct application of Total = L + R − 1.
Solving path: Tree is 7th from left, 14th from right. Apply Total = 7 + 14 − 1 = 20. Done in one step. The trap option is 21 (forgetting the −1) — which is the most common wrong answer.
Why this question: Tests the rank conversion formula (position from bottom → position from top) combined with a relative rank adjustment. A two-step problem that looks hard but collapses with the right formula.
Solving path: Ashok is 17th from last in a class of 39. Rank from top = 39 − 17 + 1 = 23rd. Suresh is 7 ranks ahead (closer to rank 1), so Suresh's rank = 23 − 7 = 16th. Common trap: adding 7 instead of subtracting, giving 30th — which is wrong because "ahead" means closer to rank 1, not further away.
Why this question: The day-order anchor technique in its canonical form. Tests whether you correctly identify today before computing.
Solving path: "Day before yesterday was Sunday" → yesterday was Monday → today is Tuesday. "Day after tomorrow" = Thursday. "Three days after Thursday" = Thursday + 3 = Sunday. Note: do not count Thursday itself; count three steps forward: Friday(1), Saturday(2), Sunday(3).
Why this question: A trickier day-order problem because there is a nested offset ("tomorrow's day before yesterday"). Tests whether you can handle two-level anchoring.
Solving path: "Day after tomorrow is Sunday" → today is Friday. "Tomorrow" = Saturday. "Day before yesterday of Saturday" = Saturday − 2 = Thursday. Many students stop at "today is Friday" and forget to resolve the second reference point (tomorrow = Saturday), giving Friday as the answer instead of Thursday.
Why this question: Comparative ranking with a "younger than both" clue — the exact type that tricks students into an incomplete chain.
Solving path: List clues as inequalities:
Chain: Sita > Lavanya > Swapna > Hari > Suvarna. Youngest = Suvarna. The trap is Hari — students who stop after placing Suvarna below Swapna but above Hari get it wrong.
Why this question: Alphabet position arithmetic — tests the two-step shift calculation that appears frequently.
Solving path: T = 20th letter. 4th to the right = 20 + 4 = 24th = X. 11th to the left of X = 24 − 11 = 13th = M. Cross-check: M is the standard midpoint anchor (13th letter), so this is immediately verifiable.
Forgetting the −1 in the Total formula. Total = L + R − 1, not L + R. The person is counted from both ends, so you must subtract one count. This single error accounts for roughly half of all wrong answers in linear ranking questions.
Misreading "ahead" and "behind" in relative rank problems. "7 ranks ahead" means 7 closer to rank 1 (subtract 7 from the current rank). "7 ranks behind" means 7 closer to the last rank (add 7). Most errors here come from not pausing to ask: does "ahead" increase or decrease the rank number?
Anchoring to the mentioned day instead of resolving "today" in day-order questions. If "day before yesterday was Sunday," the stated day is not today. Resolve today first, always, before any further counting.
Counting the reference letter itself in alphabet-shift questions. "4th to the right of T" means move 4 steps after T (T itself is not counted). T=20, so the answer is the 24th letter, not the 20th.
Incomplete chain in comparative ranking. A "younger than both X and Y" clue tells you about two relationships simultaneously. Students often process only one of them and place the person incorrectly in the chain. Extract both inequalities from such a clue before moving on.
Mixing up rank-from-top and rank-from-bottom without converting. When a question gives one rank from top and another from bottom, convert both to the same reference direction before computing "between" or relative rank. Mixing directions without conversion gives answers that are off by a predictable amount — which is exactly why the distractors are placed there.