Coding-Decoding for IBPS RRB Officer Scale I — Complete Guide

intermediate 18 min read

Concept

Coding-Decoding is a logic puzzle where a word or number is transformed using a hidden rule, and you must either crack that rule from examples or apply it to a new word. Think of it as a cipher — there is always a consistent, deterministic transformation applied to every character. Your job is to reverse-engineer that rule from the given examples, then mechanically apply it.

Here is the analogy that makes this click: imagine a bank clerk who replaces every letter in a message with the letter that comes just after it in the alphabet, before sending it over the wire. So "LOAN" becomes "MPBO". If you know this rule, you can decode any message instantly. Coding-Decoding questions in IBPS RRB are exactly this — the question gives you one or two encoded examples, you figure out the clerk's rule, and then you encode or decode a new word.

For IBPS RRB PO specifically, look — the dominant pattern across years is the +1 letter shift (each letter moves one step forward in the alphabet). The exam occasionally introduces alphabetical position number codes (A=1, B=2, ... Z=26). You will almost never see elaborate reverse-alphabet or mixed-step codes in this exam, though you should recognise them if they appear.

The reason +1 shift dominates IBPS RRB PO is partly thematic: question setters love using banking and rural development vocabulary — INTEREST, PREMIUM, INSURANCE, GRAMEEN, HARVEST — which means you will see long words. Long words actually make it easier to spot the pattern because you have more letters to cross-check.

One important mental model: always verify your pattern on at least two letters from the given example before applying it. One matching letter can be a coincidence. Two letters confirming the same shift is almost never accidental.


Deep Dive

Type 1 — Letter Shift Coding (+1, +2, reversed, etc.)

The most common IBPS RRB coding type. A word is encoded by shifting each letter by a fixed number of positions in the alphabet.

+1 shift (the IBPS RRB favourite):

A→B, B→C, C→D, ..., Y→Z, Z→A

To spot this pattern fast, check the first letter of the coded word vs. the original. If DASHBOARD → EBTIPBSE, then D→E (shift of +1). Confirm with one more letter: A→B (shift of +1). Pattern confirmed in two steps.

What if the shift wraps around? Z shifts to A (+1 wrap), Y shifts to Z. This rarely appears in IBPS RRB but you should know it exists.

Reverse alphabet coding: A↔Z, B↔Y, C↔X, ... This uses the formula: coded position = 27 − original position. So A (position 1) → Z (position 26), M (position 13) → N (position 14). The IBPS RRB set covered here does not use this, but you might see it in harder mocks.

Type 2 — Alphabetical Position Number Coding

Each letter is replaced by its position number in the English alphabet:

A=1, B=2, C=3, D=4, E=5, F=6, G=7, H=8, I=9, J=10
K=11, L=12, M=13, N=14, O=15, P=16, Q=17, R=18, S=19, T=20
U=21, V=22, W=23, X=24, Y=25, Z=26

This is the most memory-dependent type. You need the full table in your head. Here is how to build it fast without rote memorisation:

For DEPOSIT → D=4, E=5, P=16, O=15, S=19, I=9, T=20. Once you see the pattern in the given examples (MONEY = 13-15-14-5-25), confirm M=13, then the type is clear.

Type 3 — Symbol or Mixed Coding

In this type, letters are replaced by symbols, numbers, or a combination. The rule can be anything. Look for:

For IBPS RRB PO, pure symbol coding is rare. The dominant types are Type 1 and Type 2.

How to Crack Any Coding Question in 3 Steps

Step 1 — Find the pattern using the first given pair

Take the original word and its code side by side. Compare the first letter, then the second. If both show the same transformation, you have your rule.

Step 2 — Verify on the second given pair

Apply your rule to the second given word. If it matches the given code, proceed. If not, re-examine — maybe the shift is different, or the alphabet is reversed.

Step 3 — Apply mechanically to the target word

Letter by letter. Do not skip. When the question involves a 9-letter word, you must process all 9 characters. One missed shift costs you the mark.

The +1 Shift Applied to Banking Vocabulary

Since IBPS RRB PO setters love financial and rural terms, here are a few you should pre-process mentally:

If you recognise these in the exam, you can write the answer in 10 seconds without re-deriving the rule.


Memory Tricks & Shortcuts

patternTwo-Letter Lock

Before applying a coding rule to the answer word, verify it against exactly two letters from the given example — no more, no less. One letter: too risky. Three letters: wastes time. Two letters in agreement is your green light. This cuts verification time from 8-10s (full word check) to 3-4s (two-letter check), saving you 5-6 seconds per question without increasing error risk.

patternAlphabet Anchors for Number Coding

Memorise six anchor positions only: A=1, E=5, I=9, M=13, R=18, Z=26. For any other letter, count from the nearest anchor. Example: P is 3 after M, so P=16. S is 1 after R, so S=19. This reduces the "letter to number" lookup from a 26-item recall to a maximum 3-step count from an anchor. Standard method (full recall): 4-6s per letter. Anchor method: 1-2s per letter. On a 7-letter word like DEPOSIT, you save roughly 15-20 seconds.

eliminationPre-Code the First Letter First

In +1 shift questions, code just the first letter of the answer word and check it against all four options. In most IBPS RRB questions, at least two or three options will differ in the first letter alone. Example: for PRINCIPAL with +1 shift, P→Q. Options starting with anything other than Q are immediately eliminated. This reduces a 9-letter encoding to a 1-3 letter task 60-70% of the time. Standard method: encode all 9 letters (~30s). First-letter elimination: encode 1-3 letters (~8s).

eliminationLast-Letter Distinguisher

When the first-letter elimination leaves two options tied (same first coded letter), check the last letter of the target word. In SELFHELP with +1 shift, P→Q, so any option not ending in Q is wrong. This two-anchor attack (first + last letter) eliminates the wrong answer in under 10 seconds in 90% of IBPS RRB PO coding questions. Standard method: full word encoding (~25s). First + last attack: 5-8s.

substitutionReverse-Verify on Doubts

If you are unsure whether a code is +1 forward or -1 backward (i.e., each letter shifts one step back), take the coded word's first letter and shift it backward by 1. If it gives you the original first letter, the pattern is -1. Example: if coded = EBTIPBSE and E-1=D which matches DASHBOARD's first letter, then coded→original uses -1 (equivalently, original→coded uses +1). This eliminates confusion between +1 and -1 codes in under 5 seconds, versus spending 20+ seconds trying both directions on the full word.


Fast-Solving Framework

When you see a coding-decoding question in the exam hall, run this decision tree:

Step 1 — Identify the coding type Is the code made of letters? Go to Step 2. Is it made of numbers separated by hyphens? It is likely alphabetical position coding — jump to the anchor method.

Step 2 — Check the shift Take original letter 1 and coded letter 1. Compute the difference in alphabet position. Then check letter 2. Do both differences match? You have the rule.

Step 3 — Apply the first-letter + last-letter elimination Code only the first letter of the target word. Cross out all options that don't match. If one option remains, mark it. If two remain, code the last letter of the target word and cross out again. This handles 80% of IBPS RRB coding questions in under 15 seconds.

Step 4 — Full encode only if needed If after first + last letter you still have two matching options, encode the full word. At this point you already know the rule, so each letter takes 1-2 seconds.

Benchmark: a well-drilled candidate should spend no more than 20-25 seconds on a +1 shift coding question and no more than 35-40 seconds on a number-position coding question.


Solved PYQs

Why this question: This is the foundational +1 shift question using a common word. Establishing the pattern quickly here is the skill being tested.

Previous Year Questionपिछले वर्ष का प्रश्न
If in a certain code 'DASHBOARD' is coded as 'EBTIPBSE' and 'PORTAL' is coded as 'QPSUBM', then how is 'DIGITAL' coded?
यदि किसी कोड भाषा में 'DASHBOARD' को 'EBTIPBSE' लिखा जाता है और 'PORTAL' को 'QPSUBM' लिखा जाता है, तो 'DIGITAL' को कैसे लिखा जाएगा?
  1. EJHJUBM
  2. EJHBUBM
  3. EJHJUBM
  4. DJHJUBM
  1. EJHJUBM
  2. EJHBUBM
  3. EJHJUBM
  4. DJHJUBM
Solutionसमाधान
Each letter is shifted forward by 1 position in the alphabet. D→E, A→B, S→T, H→I, B→C, O→P, A→B, R→S, D→E. For DIGITAL: D→E, I→J, G→H, I→J, T→U, A→B, L→M → EJHJUBM.
हर अक्षर को वर्णमाला में 1 स्थान आगे बढ़ाया गया है। D→E, A→B, S→T, H→I। DIGITAL के लिए: D→E, I→J, G→H, I→J, T→U, A→B, L→M → EJHJUBM।

Solving path: DASHBOARD → EBTIPBSE. Check D→E (+1), A→B (+1). Rule confirmed: +1 letter shift. Apply to DIGITAL: D→E, I→J, G→H, I→J, T→U, A→B, L→M → EJHJUBM. First letter E eliminates option D (DJHJUBM) immediately. Answer: EJHJUBM.


Why this question: Uses rural vocabulary (RURAL, FARM, AGRICULTURE) — exactly the thematic framing IBPS RRB PO favours. Tests whether you apply the +1 rule to a long word without errors.

Previous Year Questionपिछले वर्ष का प्रश्न
If in a certain code, 'RURAL' is coded as 'SVSBM' and 'FARM' is coded as 'GBSN', then how will 'AGRICULTURE' be coded?
यदि किसी निश्चित कोड में 'RURAL' को 'SVSBM' लिखा जाता है और 'FARM' को 'GBSN' लिखा जाता है, तो 'AGRICULTURE' को उस कोड में कैसे लिखा जाएगा?
  1. BHSJDVMUVSF
  2. BHSJDVMUVSG
  3. BHSJDVNUVSF
  4. AHSJDVMUVSF
  1. BHSJDVMUVSF
  2. BHSJDVMUVSG
  3. BHSJDVNUVSF
  4. AHSJDVMUVSF
Solutionसमाधान
Each letter is replaced by the next letter in the alphabet. R→S, U→V, R→S, A→B, L→M. Similarly, F→G, A→B, R→S, M→N. For AGRICULTURE: A→B, G→H, R→S, I→J, C→D, U→V, L→M, T→U, U→V, R→S, E→F.
हर अक्षर को वर्णमाला के अगले अक्षर से बदला जाता है। R→S, U→V, R→S, A→B, L→M। इसी तरह AGRICULTURE के लिए: A→B, G→H, R→S, I→J, C→D, U→V, L→M, T→U, U→V, R→S, E→F।

Solving path: RURAL → SVSBM. R→S (+1), U→V (+1). FARM → GBSN. F→G (+1), A→B (+1). Rule locked: +1. AGRICULTURE has 11 letters — use first-letter: A→B. Options starting with B: only option A (BHSJDVMUVSF). Verify last letter: E→F. Option A ends in F. Mark it without encoding all 11 letters.


Why this question: Number coding with alphabetical positions. Tests a completely different skill — recall and arithmetic rather than pattern-shift.

Previous Year Questionपिछले वर्ष का प्रश्न
In a certain code language, 'MONEY' is written as '13-15-14-5-25' and 'SAVING' is written as '19-1-22-9-14-7'. How is 'DEPOSIT' written in that code?
एक निश्चित कोड भाषा में, 'MONEY' को '13-15-14-5-25' और 'SAVING' को '19-1-22-9-14-7' लिखा जाता है। उसी कोड में 'DEPOSIT' को कैसे लिखा जाएगा?
  1. 4-5-16-15-19-9-20
  2. 4-5-17-15-19-9-20
  3. 4-5-16-16-19-9-20
  4. 3-5-16-15-19-9-20
  1. 4-5-16-15-19-9-20
  2. 4-5-17-15-19-9-20
  3. 4-5-16-16-19-9-20
  4. 3-5-16-15-19-9-20
Solutionसमाधान
Each letter is coded with its position number in the alphabet. M=13, O=15, N=14, E=5, Y=25. For DEPOSIT: D=4, E=5, P=16, O=15, S=19, I=9, T=20.
हर अक्षर को वर्णमाला में उसकी स्थिति संख्या से कोड किया गया है। M=13, O=15, N=14, E=5, Y=25। DEPOSIT के लिए: D=4, E=5, P=16, O=15, S=19, I=9, T=20।

Solving path: MONEY = 13-15-14-5-25. Verify: M=13 (anchor: M=13, confirmed), O=15 (M=13, N=14, O=15). Rule: each letter = its alphabetical position. DEPOSIT: D=4, E=5, P=16, O=15, S=19, I=9, T=20 → 4-5-16-15-19-9-20. Check the discriminating position: P=16 (not 17), which eliminates option B. Answer: 4-5-16-15-19-9-20.


Why this question: Banking vocabulary (ACCOUNT, BALANCE, TRANSFER). Tests whether you apply the same +1 rule under domain-specific terms.

Previous Year Questionपिछले वर्ष का प्रश्न
In a code language, 'ACCOUNT' is written as 'BDDPVOU' and 'BALANCE' is written as 'CBMBODF'. How is 'TRANSFER' written in that code?
एक कोड भाषा में, 'ACCOUNT' को 'BDDPVOU' और 'BALANCE' को 'CBMBODF' लिखा जाता है। उसी कोड में 'TRANSFER' को कैसे लिखा जाएगा?
  1. USBOTGFS
  2. USBMSGFS
  3. USBOTEFS
  4. USBOTFGS
  1. USBOTGFS
  2. USBMSGFS
  3. USBOTEFS
  4. USBOTFGS
Solutionसमाधान
Each letter is shifted forward by 1 position in the alphabet. A→B, C→D, C→D, O→P, U→V, N→O, T→U. For TRANSFER: T→U, R→S, A→B, N→O, S→T, F→G, E→F, R→S → USBOTGFS.
हर अक्षर को वर्णमाला में 1 स्थान आगे बढ़ाया गया है। A→B, C→D, C→D, O→P, U→V, N→O, T→U। TRANSFER के लिए: T→U, R→S, A→B, N→O, S→T, F→G, E→F, R→S → USBOTGFS।

Solving path: ACCOUNT → BDDPVOU. A→B (+1), C→D (+1). Confirmed. TRANSFER: T→U (first letter). Only option A starts with U. Verify last letter: R→S. Option A ends in S (USBOTGFS). Answer confirmed: USBOTGFS.


Why this question: PRINCIPAL is a 9-letter word and the correct answer (QSJODJQBM) is 9 letters long — but two options have 8 letters, which is an instant distractor catch.

Previous Year Questionपिछले वर्ष का प्रश्न
If 'INTEREST' is coded as 'JOUFSFTU' and 'PAYMENT' is coded as 'QBZNFOU', then how will 'PRINCIPAL' be coded?
यदि 'INTEREST' को 'JOUFSFTU' और 'PAYMENT' को 'QBZNFOU' कोड किया जाता है, तो 'PRINCIPAL' को कैसे कोड किया जाएगा?
  1. QSJODQBM
  2. QSJODJQM
  3. QSJODJQBM
  4. QSJOEQBM
  1. QSJODQBM
  2. QSJODJQM
  3. QSJODJQBM
  4. QSJOEQBM
Solutionसमाधान
Each letter is shifted forward by 1 position in the alphabet. I→J, N→O, T→U, E→F, R→S, E→F, S→T, T→U. For PRINCIPAL: P→Q, R→S, I→J, N→O, C→D, I→J, P→Q, A→B, L→M → QSJODJQBM.
हर अक्षर को वर्णमाला में 1 स्थान आगे बढ़ाया गया है। I→J, N→O, T→U। PRINCIPAL के लिए: P→Q, R→S, I→J, N→O, C→D, I→J, P→Q, A→B, L→M → QSJODJQBM।

Solving path: INTEREST → JOUFSFTU. I→J (+1), N→O (+1). Rule: +1. PRINCIPAL (9 letters): P→Q, R→S, I→J, N→O, C→D, I→J, P→Q, A→B, L→M → QSJODJQBM (9 letters). Immediately eliminate options A and B — they are only 8 characters long (QSJODQBM and QSJODJQM). Between C (QSJODJQBM) and D (QSJOEQBM), the 5th character: C→D, not E. Answer: QSJODJQBM.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →