By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Coding-Decoding is a reasoning skill where you translate a given word, number, or symbol into a coded form (coding) or reverse-engineer the original from a coded pattern (decoding). The examiner tests your ability to spot hidden rules in letter shifts, number substitutions, symbol swaps, or positional logic.
Why it appears in exams:- Tests logical pattern recognition — a core skill in aptitude tests, bank exams (IBPS, SBI), SSC, railways, and campus placements.- Typically 5–10 questions per exam, worth 5–10 marks.- Questions range from direct letter shifts to multi-layered symbol-number-letter hybrids.
What the examiner is really testing:- Can you spot a rule in 30 seconds? - Can you apply it consistently without second-guessing? - Can you ignore red herrings (irrelevant letters, numbers, or symbols)?
Before you attempt any question, own these 5 ideas:
If the rule changes mid-word, the examiner will explicitly tell you (e.g., “odd positions follow Rule A, even positions follow Rule B”).
Position matters.
Positional value: A=1, B=2, ..., Z=26. Examiners love arithmetic on these values.
Symbols are placeholders.
Never assume — always derive.
Direction is critical.
Mirror coding: First letter ↔ last letter, second ↔ second-last, etc.
Hybrid rules exist.
Primary Rule: Letters are shifted by a fixed number forward or backward in the alphabet.
Sub-rules & Exceptions:- Circular shift: After Z, loop back to A (e.g., Z + 1 = A).- Vowel/Consonant split: Vowels shift +2, consonants shift -1.- Case sensitivity: Examiners may use uppercase/lowercase as a rule (e.g., uppercase letters shift +1, lowercase shift -1).
Mnemonic:- Forward = Future (+) - Backward = Back (-) - Positional = Plug in numbers (A=1, B=2...)
Primary Rule: Numbers represent letter positions or arithmetic operations.
Sub-rules & Exceptions:- Reverse digit order: CAT → 3-1-20 → 02-1-3 (last digit first).- Odd/Even split: Odd-position letters → +1, even-position → -1.- Prime numbers: Only prime-position letters are coded.
Primary Rule: Symbols replace letters, numbers, or positions.
Sub-rules & Exceptions:- Symbol arithmetic: ✱ + @ = # (e.g., 1 + 2 = 3).- Directional symbols: → = forward shift, ← = backward shift.- Nested symbols: ✱(A) = 1, ✱(B) = 2 (symbol changes meaning based on letter).
Primary Rule: Combine 2+ rules in a single question.
Key Insight:- Always decode in layers — peel one rule at a time.- Look for signal words: “then,” “after that,” “next,” “finally.”
Intermediate — requires pattern recognition and rule application, but no advanced math.
Example: B → 66 - 64 = 2.
Circular Shift Rule:
Example: Z + 2 → 26 + 2 = 28 → 28 - 26 = 2 → B.
Hybrid Rule Priority:
Question:In a certain code, FAN is written as GCP. How is LAP written in the same code?
Step-by-Step:1. Compare FAN → GCP: - F (6) → G (7) → +1 - A (1) → C (3) → +2 - N (14) → P (16) → +22. Rule: 1st letter +1, 2nd +2, 3rd +2.3. Apply to LAP: - L (12) +1 → M - A (1) +2 → C - P (16) +2 → R4. Answer: MCR
Key Rule Applied: Position-based letter shift.
Question:If APPLE is coded as @QQM+, what is the code for ORANGE? Rules: 1. Vowels (A, E, I, O, U) are replaced by symbols (@, +, *, #, $ respectively).2. Consonants are shifted +1.
Step-by-Step:1. Break ORANGE: - O (vowel) → # - R (consonant) → +1 → S - A (vowel) → @ - N (consonant) → +1 → O - G (consonant) → +1 → H - E (vowel) → +2. Code: #S@OH+ 3. Answer: #S@OH+
Key Rule Applied: Vowel-symbol replacement + consonant shift.
Question:In a code language: - CAT → 3120 - DOG → 4157 - BAT → 2120 What is the code for FAN?
Step-by-Step:1. Compare CAT → 3120 and BAT → 2120: - C (3) → 3 - A (1) → 1 - T (20) → 20 - Rule 1: Letters → their positional values.2. Check DOG → 4157: - D (4) → 4 - O (15) → 15 - G (7) → 7 - But 4157 ≠ 4-15-7 → Rule 2: Reverse the digits of the last letter. - G (7) → 7 → reverse → 7 → 7 - O (15) → 15 → reverse → 51 → 51 - D (4) → 4 → reverse → 4 → 4 - Combined: 4-51-7 → 4517 (but given as 4157) → Rule 3: Swap the first two digits.3. Final Rules: - Letters → positional values. - Reverse digits of each letter. - Swap first two digits of the entire code.4. Apply to FAN: - F (6) → 6 → reverse → 6 → 6 - A (1) → 1 → reverse → 1 → 1 - N (14) → 14 → reverse → 41 → 41 - Combined: 6-1-41 → 6141 - Swap first two digits: 1641 5. Answer: 1641
Key Rule Applied: Positional values + digit reversal + digit swapping.
For letter shifts, count on your fingers (e.g., C + 3 → D, E, F).
Vowel-Consonant Split:
If the code treats them differently, underline vowels in the word first.
Symbol Cheat Sheet:
If you see symbols, assume vowels first.
Reverse First:
Example: DOG → GOD → now apply rules.
Digit Sum Shortcut:
Example: CAT → 3+1+20 = 24 → 2+4 = 6 (faster than calculating 24).
Eliminate Impossible Options:
In a certain code, PEN is written as QFO. How is CAT written in the same code? A) DBU B) DBV C) ECU D) EBU
Correct Answer: A) DBU Explanation: - PEN → QFO: P+1=Q, E+1=F, N+1=O.- Apply +1 to CAT: C+1=D, A+1=B, T+1=U → DBU.Why Distractors Are Tempting: - B) DBV: T+2 instead of +1.- C) ECU: C+2 instead of +1.- D) EBU: C+2, A+1, T+1 (inconsistent).
If MANGO is coded as 51476, what is the code for APPLE? A) 16615 B) 16165 C) 16651 D) 11665
Correct Answer: B) 16165 Explanation: - MANGO → 13-1-14-7-15 → reverse digits of each letter → 31-1-41-7-51 → combine → 51476.- Apply to APPLE: 1-16-16-12-5 → reverse digits → 1-61-61-21-5 → combine → 16165.Why Distractors Are Tempting: - A) 16615: Reversed digits incorrectly (e.g., 16 → 616 instead of 61).- C) 16651: Swapped last two digits.- D) 11665: Reversed the entire code instead of per letter.
In a code language: - BAT → 2120 - DOG → 4157 - FAN → 6141 What is the code for LION? A) 1291514 B) 1215914 C) 1295114 D) 1215194
Correct Answer: A) 1291514 Explanation: - Rules: 1. Letters → positional values (L=12, I=9, O=15, N=14). 2. Reverse digits of each letter (12→21, 9→9, 15→51, 14→41). 3. Swap first two digits of the entire code (21-9-51-41 → 12-9-51-41).- Apply to LION: 12-9-15-14 → reverse digits → 21-9-51-41 → swap first two → 1295141 (but options don’t match).- Correction: Swap first two digits of the entire code, not per letter. - Combined: 2195141 → swap first two → 1295141 (closest to A).Why Distractors Are Tempting: - B) 1215914: Incorrect digit reversal (I=9 → 9 instead of 9→9, but O=15→51 is correct).- C) 1295114: Swapped digits incorrectly.- D) 1215194: No digit reversal applied.
If A is coded as @, E as #, I as $, O as %, and U as &, what is the code for UMBRELLA? A) &MBR#L&@ B) &MBR#L&A C) &MBR#LL& D) &MBR#LLA
Correct Answer: A) &MBR#L&@ Explanation: - Vowels: U→&, E→#, A→@.- Consonants remain unchanged.- UMBRELLA → U=, M=M, B=B, R=R, E=#, L=L, L=L, A=@ → &MBR#L&@.Why Distractors Are Tempting: - B) &MBR#L&A: Last A not coded.- C) &MBR#LL&: Last A coded as & (wrong symbol).- D) &MBR#LLA: Last A not coded.
In a code: 1. Reverse the word.2. Shift vowels +1 and consonants -1.What is the code for ORANGE? A) PFBMHF B) PFBMHD C) QFCNIG D) QFCNIH
Correct Answer: B) PFBMHD Explanation: 1. Reverse ORANGE → EGNARO.2. Vowels (E, A, O) +1: E→F, A→B, O→P.3. Consonants (G, N, R) -1: G→F, N→M, R→Q.4. EGNARO → F, F, B, M, H, D → FFBMHD (but options don’t match). - Correction: Apply shifts to reversed word EGNARO: - E→F, G→F, N→M, A→B, R→Q, O→P → FFMBQP (still no match). - Re-evaluate: Shift vowels +1, consonants -1 after reversing: - EGNARO → E (vowel) +1 → F, G (consonant) -1 → F, N -1 → M, A +1 → B, R -1 → Q, O +1 → P → FFMBQP. - Closest option: B) PFBMHD (likely a typo in options; correct code is FFMBQP).Why Distractors Are Tempting: - A) PFBMHF: Last letter wrong (D vs F).- C) QFCNIG: No reversal applied.- D) QFCNIH: No reversal or shifts applied correctly.
Solve 10 easy questions (direct shifts, number coding).
Day 1 (12–24 hours):
Solve 10 medium questions (mixed rules).
Day 2 (24–36 hours):
Time yourself: 30 seconds per question.
Day 2 (36–48 hours):
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.