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.
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.
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.
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.
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.
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.
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.
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.
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).
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.
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.
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.
Why this question: This is the foundational +1 shift question using a common word. Establishing the pattern quickly here is the skill being tested.
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.
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.
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.
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.
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.
Stopping verification after one letter. One matching letter in a +1 shift pattern does not confirm the rule — A→B could be a coincidence if you only check A. Always verify on a second letter before proceeding.
Miscounting alphabetical positions for letters beyond M. P, Q, R, S, T are the most frequently mis-recalled. Students often place R at 17 instead of 18, throwing off every subsequent answer in a number-coding question. Anchor: R=18 (remember "R for 18" — the year you turn adult in India). S=19, T=20 follow naturally.
Ignoring answer length. In the PRINCIPAL question above, two of the four options had only 8 characters — a dead giveaway they are wrong. Always count the characters in your derived code and match it against the option's length before reading the letters. This takes 1 second and catches the trap immediately.
Applying the rule to the coded word instead of the original. When the question says "INSURANCE is written as JOTVSBMDF, how is COVERAGE written?" — you apply the rule to COVERAGE (the original), not to JOTVSBMDF. Under exam pressure, students sometimes mistakenly encode the already-coded word.
Confusing +1 forward shift with -1 backward shift. These produce completely different codes. If your derived code doesn't match any option, flip your direction and re-check. Do this within 5 seconds rather than re-reading the whole question.
Not pre-coding banking vocabulary. IBPS RRB PO consistently uses words from banking, insurance, and rural finance. If you spend time during the exam figuring out INSURANCE → JOTVSBMDF from scratch, you are slower than someone who has seen this before. Pre-code at least 10 such words during your preparation — it converts a 30-second question into a 10-second one.