Sarkari RiseLogin

Coding-Decoding Questions for IBPS RRB CLERK

Free, AI-curated practice for the Coding-Decoding section of IBPS RRB CLERK. We have 15+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — IBPS RRB CLERK mockAll IBPS RRB CLERK resourcesAlready a user? Sign in →
📍 Coding-Decoding is also tested in:
SSC CGL (82)SSC MTS (77)UP POLICE CONSTABLE (70)SSC CHSL (64)
Why this topic matters · 7 min read
Coding-Decoding is a guaranteed 3-5 question topic in IBPS RRB Office Assistant Reasoning section. Questions appear in sets or standalone and test your ability to identify the pattern used to convert a word or number into a code. Recent papers favour letter-shift coding, word-position coding, and mixed symbol codes. Getting all questions in a set right is possible if you crack the logic in the first 30-40 seconds.

Letter Coding (Shift-Based)

Each letter in a word is replaced by another letter that is a fixed number of steps forward or backward in the alphabet. The examiner usually shifts by 1, 2, 3, or 4 positions. Think of the alphabet as a circular track of 26 letters — you simply move a fixed number of steps. To crack it quickly, write the word, write its code below it, and check the gap for each letter.

  • Forward shift: A+2 = C, B+2 = D ... Y+2 = A (wraps around after Z)
  • Backward shift: D-2 = B, A-2 = Y (wraps around before A)
  • Check at least 2-3 letters to confirm the shift is consistent
  • Sometimes alternate letters shift in opposite directions — check odd and even positions separately
  • Capital/small case is irrelevant; focus only on the alphabet position
Key formulas
Forward Shift
Code letter position = (Original position + N - 1) mod 26 + 1
When: When each letter shifts N places forward in the alphabet
Backward Shift
Code letter position = (Original position - N - 1 + 26) mod 26 + 1
When: When each letter shifts N places backward in the alphabet
Worked examples

BANK is coded as DCPM. B+2=D, A+2=C, N+2=P, K+2=M. Shift = +2. So LOAN coded similarly: L+2=N, O+2=Q, A+2=C, N+2=P → NQCP

COLD is coded as AMLB. C-2=A, O-2=M, L-2=J... wait J not L. Recheck: L-2=J but code is L — so shift is not uniform. This signals alternate-position shifting. Always verify before committing.

Number Coding

Each letter is assigned a number based on its position (A=1, B=2 ... Z=26) or its reverse position (A=26, Z=1). Some questions assign a number to each word based on word length or word order in the sentence. The key is to look at both the original and the code and ask: what arithmetic connects them?

  • A=1 to Z=26 is forward positional coding
  • A=26 to Z=1 is reverse positional coding (EJOTY trick applies in reverse)
  • Sometimes the sum of letter positions gives the code number for the whole word
  • Word-position coding: the nth word in a sentence is assigned the number n or some function of n
  • Always check if the number equals position, reverse-position, or position-squared
Key formulas
Reverse Position
Reverse value = 27 - forward position (e.g. A: 27-1=26, Z: 27-26=1)
When: When code numbers decrease as you go forward in alphabet
Worked example

If FACE = 6+1+3+5 = 15, and the code given is 15, then the pattern is sum of letter positions. BEAD = 2+5+1+4 = 12.

Word Coding and Sentence-Based Coding

The examiner gives 2-3 coded sentences and asks what a particular word's code is. The trick is to find a common word between two sentences and its common code — that word-code pair is confirmed. Cross-eliminate to identify remaining words. This type appears frequently in recent IBPS RRB papers as a 4-5 question set.

  • Find sentences that share exactly one common word — its code is the common code element
  • Eliminate confirmed word-code pairs from other sentences to find remaining codes
  • Order of words in code may differ from the original sentence — that is intentional
  • You may not need to decode all words — just the one asked
  • This set-type usually gives 4-5 easy marks if you approach systematically

Symbol or Mixed Coding

Letters or words are replaced by symbols, numbers, or a mix of both. These follow the same logic as letter or word coding but look more intimidating. Do not panic — the method is identical. Find the pattern by comparing the original and coded form character by character.

  • Treat symbols as just another alphabet — find what original letter maps to which symbol
  • The pattern is almost always consistent — no trick within a trick
  • Reverse reading: sometimes the entire coded word is written in reverse order
  • Check if vowels are treated differently from consonants
  • In IBPS RRB, pure symbol coding is rare — mixed letter+number codes are more common

Reverse Coding

The word is simply written in reverse and that is the code. BANK becomes KNAB. Sometimes reverse coding is combined with a letter shift, making it a two-step decode. Always check reverse first if the code length equals the word length and no obvious shift is visible.

  • Reverse the word and check if it matches the code exactly
  • If not, reverse and then check for a uniform shift on the reversed version
  • Reverse + shift is the most common two-step trick in IBPS RRB coding questions
  • Takes only 10 seconds to verify once you suspect reverse coding
⚠ Common mistakes to avoid
  • Assuming the shift is always +1 or +2 without verifying all letters — always check at least 3 letter pairs before applying the pattern
  • Forgetting that the alphabet wraps around: Z+2 = B, not AB or ZB. Many students lose marks here
  • In sentence-based coding, students try to decode all words instead of only the one asked — wastes precious time
  • Confusing forward position (A=1) with reverse position (A=26) — always anchor with A and Z values to confirm which system is used
  • In reverse coding questions, students apply a letter shift without first checking if a simple reversal solves it — always try the simplest explanation first
🧠 Memory aids
  • EJOTY Rule: E=5, J=10, O=15, T=20, Y=25. Memorise this to find any letter position instantly without counting from A. Example: S = T-1 = 20-1 = 19.
  • Crack the Code in 3 Steps: P-V-A. Pattern (find it), Verify (check 2-3 letters), Apply (answer confidently). Never skip Verify.
  • Sentence Coding = Find the Twins: Look for the word that appears in two sentences — it is your anchor. Then eliminate like Sudoku.
  • Reverse suspect: if the code looks like gibberish but has the same letters as the original word, just read it backwards — LEVEL 1 trick that saves 30 seconds.
🎯 IBPS RRB CLERK exam tips
  • IBPS RRB Office Assistant 2023 and 2022 papers had one set of 4-5 sentence-based coding questions and 1-2 standalone letter-shift questions. Expect the same pattern.
  • Sentence-based coding sets are the safest source of 4-5 full marks in Reasoning if you practice the elimination method — prioritise these over standalone questions.
  • Standalone letter-shift or reverse questions should take under 30 seconds each. If you spend more than 45 seconds on one, mark and move — come back later.
  • Difficulty level is easy to moderate for this topic. It should be attempted in the first sweep of the Reasoning section to bank easy marks early.
  • Do not overthink mixed/symbol codes in the actual exam. The pattern is always simpler than it looks — check shift, reverse, and position in that order and you will find it within 60 seconds.

Sample questions

Q1 · hard · AI-verified
In a certain code, 'TELEPHONE' is written as '24-8-15-8-11-17-18-13-8'. If this pattern is followed, how will 'MOBILE' be written?
  1. 13-18-2-9-15-8
  2. 13-15-2-9-12-5
  3. 16-18-5-12-15-8
  4. 13-15-3-9-12-5
Q2 · hard · AI-verified
In a certain code 'go sit eat' is written as '2 7 9', 'eat thank you' is written as '9 3 5', and 'you go there' is written as '5 2 6'. What is the code for 'sit'?
  1. 6
  2. 7
  3. 3
  4. 9
Q3 · hard · AI-verified
In a code language, 'health is wealth' is coded as '318 49 67', 'wealth brings happiness' is coded as '67 28 44', and 'happiness is temporary' is coded as '44 49 56'. What could be the code for 'brings'?
  1. 28
  2. 56
  3. 67
  4. 44
Q4 · hard · AI-verified
In a code language, if 'MANGO' is coded as 'PDQJR' and 'APPLE' is coded as 'DSSOH', then 'GRAPE' will be coded as:
  1. JUDSH
  2. JUDSF
  3. JUDSG
  4. IUDSH
Q5 · hard · AI-verified
If 'MOTHER' is coded as 'LNSGDQ' and 'FATHER' is coded as 'EZSGDQ', then 'SISTER' will be coded as:
  1. RHRSDQ
  2. RHSRDQ
  3. RHRTEQ
  4. RIRSDQ
💡 Want answers + explanations + 10+ more Coding-Decoding questions? Sign up free →
⭐ Recommended for IBPS RRB CLERK aspirants

Pro 6-month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More IBPS RRB CLERK topics

Cloze Test
25+ practice questions
Current Affairs
15+ practice questions
Reading Comprehension
15+ practice questions
Direction Sense
15+ practice questions
Error Spotting
15+ practice questions
Static GK
15+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 4,150+ verified PYQs.

Sign up freePricingTry Daily 10-Q