2.2 Coding-Decoding Techniques

Key Takeaways

  • Substitutional (Chinese) coding in Prelims is most efficiently solved on-demand by locating specific query words across sentences, avoiding the time penalty of translating the entire vocabulary.
  • The 27-Sum Rule provides an instant mathematical validation for reverse alphabet pairs (e.g., A=1 and Z=26; G=7 and T=20), where the sum of forward and reverse letter ranks equals 27.
  • Letter-shifting patterns in banking exams adhere to systematic operations including arithmetic progressions (+1, +2, +3), alternating signs (+2, -1, +2, -1), or vowel/consonant split rules.
  • Advanced Mains-level conditional coding matrices require strict top-to-bottom rule evaluation, where candidates must test each condition in listed sequence and apply only the qualifying transformation.
Last updated: September 2026

2.2 Coding-Decoding Techniques

Exam Focus: Coding-Decoding constitutes a reliable 5-mark block in SBI Clerk Prelims through substitutional sentence coding, and 4 to 6 marks in Mains through multi-condition data transformation tables and high-level analytical symbol-letter-number ciphers.

Evolution of Coding Patterns in Banking Exams

Historically, banking exams relied on elementary letter shifts (e.g., $+1$ or $+2$). Today, the SBI Clerk examination deploys three distinct tiers of coding:

  1. Substitutional / Sentence Coding (Prelims): A cluster of 4 sentences coded into artificial words, solved by set-intersection elimination.
  2. Letter-Shift & Reverse-Pair Ciphers (Prelims & Mains): Direct word transformations based on alphabetical positional values and symmetry.
  3. Coded Conditional Operations & Matrix Transformations (Mains): Algorithmic transformation of alphanumeric strings governed by hierarchical condition sets.

Substitutional / "Chinese" Sentence Coding (The Prelims Staple)

In substitutional coding, 3 to 4 statements containing standard English banking terminology are paired with pseudo-language codes. The position of each code word does not correspond to the position of the English word; codes are determined purely through logical cross-referencing.

Baseline Problem Set

Consider the following four statements:

  • Statement 1: reserve bank credit window $\rightarrow$ ka la pe zi
  • Statement 2: credit growth digital policy $\rightarrow$ pe ro ma tu
  • Statement 3: bank digital security reserve $\rightarrow$ zi ma no ka
  • Statement 4: monetary policy credit reserve $\rightarrow$ tu pe ka bi

Step-by-Step Matrix Elimination Methodology

To decode systematically without writing excessive rough notes:

  1. Identify High-Frequency Anchor Words: Find words appearing in 3 or 4 statements first.

    • Compare Statements 1, 2, and 4: The common English word across all three is credit. The common code across all three is pe. credit=pe\mathbf{credit = pe}
    • Compare Statements 1, 3, and 4: The common English word is reserve. The common code is ka. reserve=ka\mathbf{reserve = ka}
  2. Identify Two-Statement Intersections:

    • Compare Statements 1 and 3: The remaining common word is bank (since reserve is already accounted for). The remaining common code is zi. bank=zi\mathbf{bank = zi}
    • Isolate Statement 1 remainder: Only the word window remains. Its corresponding code must be la. window=la\mathbf{window = la}
    • Compare Statements 2 and 3: The common word is digital. The common code is ma. digital=ma\mathbf{digital = ma}
    • Compare Statements 2 and 4: The common word is policy. The common code is tu. policy=tu\mathbf{policy = tu}
  3. Isolate Unique Terminal Words:

    • In Statement 2: The only unassigned word is growth. The unassigned code is ro. growth=ro\mathbf{growth = ro}
    • In Statement 3: The only unassigned word is security. The unassigned code is no. security=no\mathbf{security = no}
    • In Statement 4: The only unassigned word is monetary. The unassigned code is bi. monetary=bi\mathbf{monetary = bi}

Complete Decoded Lexicon

English Banking TermAssigned CodeMethod of Deduction
creditpeCommon to Statements 1, 2, 4
reservekaCommon to Statements 1, 3, 4
bankziCommon to Statements 1, 3 (after eliminating reserve)
windowlaSole remainder in Statement 1
digitalmaCommon to Statements 2, 3
policytuCommon to Statements 2, 4
growthroSole remainder in Statement 2
securitynoSole remainder in Statement 3
monetarybiSole remainder in Statement 4

Pro-Tip: "Solve on Demand" Strategy: In the actual exam, do not decode all 9 words upfront. Look at the specific questions asked. If the questions only ask for the codes for security, growth, and reserve bank, decode only those specific terms. This saves 35 to 45 seconds.


Letter-Shifting Mechanics & The 27-Sum Rule

Single-word coding problems require candidates to manipulate the alphabetical sequence rapidly.

The EJOTY Reference Anchor

Memorize alphabetical numerical positions using 5-interval anchors: E=5,J=10,O=15,T=20,Y=25\mathbf{E = 5,\quad J = 10,\quad O = 15,\quad T = 20,\quad Y = 25}

The 27-Sum Rule for Reverse (Opposite) Pairs

In the English alphabet, two letters are opposite pairs if their forward rank and backward rank are identical. Mathematically, the sum of their numerical forward positions always equals 27: Position(X)+Position(Opposite of X)=27\text{Position}(X) + \text{Position}(\text{Opposite of } X) = 27

For example, to find the opposite of $H$ (Rank 8): $27 - 8 = 19 \implies S$.

PairForward RanksMemory MnemonicNote
A – Z$1 + 26 = 27$A to ZExtreme ends
B – Y$2 + 25 = 27$BoYSecond pair
C – X$3 + 24 = 27$CruXThird pair
D – W$4 + 23 = 27$DeWFourth pair
E – V$5 + 22 = 27$EVeningVowel E pairs with consonant V
F – U$6 + 21 = 27$FUnConsonant F pairs with vowel U
G – T$7 + 20 = 27$GT RoadSeventh pair
H – S$8 + 19 = 27$High SchoolEighth pair
I – R$9 + 18 = 27$Indian RailwaysVowel I pairs with consonant R
J – Q$10 + 17 = 27$Jack-QueenTenth pair
K – P$11 + 16 = 27$Kurta PajamaEleventh pair
L – O$12 + 15 = 27$LOveConsonant L pairs with vowel O
M – N$13 + 14 = 27$MaNCentral midpoint pair

Common Letter Shift Architectures

  1. Constant Shift: Every letter moves by $+k$ or $-k$ (e.g., $BANK \rightarrow EDQN$ with $+3$).
  2. Progressive Shift: Shifts increase linearly: $+1, +2, +3, +4, +5$.
  3. Reverse-Pair Inversion: Each letter is replaced by its 27-sum opposite pair.
  4. Cross-Over (Split-Halves) Shift: The first half and second half are inverted or cross-shifted.

Advanced Mains-Level Coded Conditional Operations

In SBI Clerk Mains, Coding-Decoding features a tabular matrix of symbols and numbers with predefined letter codes, supplemented by a set of sequential conditions.

The Mains Reference Matrix

Element4#7@2%9$68&35
CodeMKRDTBWFPLJHN

The Operational Conditions

  1. Condition (i): If the first element is a symbol and the last element is an even number, their codes are interchanged.
  2. Condition (ii): If an odd number is immediately preceded and immediately followed by a symbol, that odd number is coded as X.
  3. Condition (iii): If both the first and last elements are odd numbers, both are to be coded as the code for the first element.
  4. Condition (iv): If an even number is immediately followed by a symbol, the even number is coded as Z.

Evaluation Protocol: Test conditions in strict numerical order. Unless stated otherwise, apply only the primary matching rule, or follow compound instructions if rules apply to distinct positions.

Step-by-Step Worked Walkthrough

Problem: Code the input string @ 7 # 6 8

  1. Check Condition (i): First element is @ (Symbol), last element is 8 (Even number). Condition (i) applies!
  2. Check Condition (ii) for internal elements: Odd number surrounded by symbols? 7 is preceded by @ (symbol) and followed by # (symbol). Condition (ii) applies to 7!
  3. Check Condition (iv): Even number immediately followed by a symbol? 6 is followed by 8 (number, not symbol). Does not apply.
  4. Apply transformations:
    • Interchange first (@) and last (8):
      • Normal code for @ is D; normal code for 8 is L.
      • First element @ receives code L.
      • Last element 8 receives code D.
    • Apply Condition (ii) to 7: Code as X.
    • Remaining elements coded normally: # is K, 6 is P.
  5. Assemble resulting code string: LXKPD\mathbf{L \quad X \quad K \quad P \quad D}

Mains Pattern Discovery: Symbol-Number-Letter Triads

In some Mains sets, each word is coded as a symbol-number-letter triad, and you must discover the rule from examples. Suppose:

  • "GROWTH IN BANKING" $\rightarrow$ %6T #2R $7Y

Decode each component separately and test it on every word:

  1. Number: GROWTH has 6 letters, IN has 2 and BANKING has 7, so the number is the word length.
  2. Letter: G becomes T, I becomes R and B becomes Y. Each is the 27-sum opposite of the word's first letter (G = 7 and T = 20; I = 9 and R = 18; B = 2 and Y = 25).
  3. Symbol: With only one example per symbol, the symbol's rule cannot be fixed yet. Look for another coded statement in the set that repeats a symbol before relying on a guess.

Applying the two confirmed rules, NOTE would carry the number 4 and the letter M (N = 14, and 27 − 14 = 13 = M).


Critical Exam Pitfalls to Avoid

  • The Premature Assignment Fallacy: In substitutional coding, never assume that because growth and policy appear in two sentences, the first code belongs to growth. Always cross-verify against a third sentence.
  • Ignoring "Either / Or" Options: When two words (e.g., rate hike) appear together in two statements and nowhere else, their codes cannot be separated. The answer must be marked as "Either A or B".
  • Overriding Condition Priorities: In conditional coding, check whether the instructions state "If more than one condition applies, apply only Condition 1" or "Apply all conditions simultaneously".
Loading diagram...
Coding-Decoding Problem Classification and Resolution Pipeline
Test Your Knowledge

In a substitutional coding system, 'reserve bank credit window' is coded as 'ka la pe zi', 'credit growth digital policy' is coded as 'pe ro ma tu', 'bank digital security reserve' is coded as 'zi ma no ka', and 'monetary policy credit reserve' is coded as 'tu pe ka bi'. What is the code for the phrase 'monetary security'?

A
B
C
D
Test Your Knowledge

Under the 27-Sum reverse alphabet pair rule, what is the correct coded representation of the word 'GLOBAL' if every letter is replaced by its opposite pair?

A
B
C
D
Test Your Knowledge

Given the coding matrix where 4=M, #=K, 7=R, @=D, 2=T, %=B, 9=W, $=F, 6=P, 8=L, and conditions: (i) If the first element is a symbol and the last is an even number, their codes are interchanged; (ii) If both first and last elements are symbols, both are coded as 'Z'; (iii) If an odd number is preceded and followed by a symbol, that odd number is coded as 'X'. What is the code for '@ 7 # 6 8'?

A
B
C
D