2.1 Alphanumeric, Symbol & Number Sequences

Key Takeaways

  • Positional navigation questions rely on direction arithmetic: opposite directions add (Left + Right or Right + Left), while identical directions subtract (Left - Left or Right - Right), always measured from the specified terminal anchor.
  • The linguistic distinction between 'preceded by' (immediately before: [Preceding] [Target]) and 'followed by' (immediately after: [Target] [Following]) is the primary trap in conditional pattern matching.
  • When evaluating conditional deletion series where symbols, vowels, or digits are dropped, mentally skip the excluded items rather than wasting 45 seconds rewriting the sequence on scratch paper.
  • Three-digit number puzzles demand strict separation between internal digit transformations within each number and inter-number rank comparisons across the full set.
Last updated: September 2026

2.1 Alphanumeric, Symbol & Number Sequences

Exam Focus: Alphanumeric and symbol sequences often appear as a 3-to-5-question set in SBI Clerk Prelims and reward complete accuracy within 90 to 120 seconds. Their step-based Mains relative, the machine input-output arrangement, is covered in Section 2.4.

Structure of Bank Exam Sequences

In banking recruitment examinations, an alphanumeric symbol sequence is a continuous linear string typically consisting of 28 to 32 elements. These elements span four distinct categories:

  1. Consonants: Alphabetic letters excluding vowels (e.g., B, C, D, F, G...).
  2. Vowels: The five English vowels (A, E, I, O, U).
  3. Digits: Numerical characters from 0 to 9, frequently categorized in questions as prime (2, 3, 5, 7), composite (4, 6, 8, 9), even, or odd.
  4. Symbols: Special typographical characters (e.g., @, #, $, %, &, *, ©, ¥, £, ^).

Two physical benchmarks define every sequence:

  • Left End (or Beginning): The leftmost element (reading from index 1 forward).
  • Right End (or End): The rightmost element (reading from index 1 backward).
[Left End]  W 7 @ E K 4 $ 9 M % U 3 8 # B Q 2 * Z 5 © A 6 D 1 £ H ¥ F J  [Right End]

Positional Navigation: The Direction Arithmetic Rules

A typical SBI Clerk question asks: "Which element is 5th to the left of the 18th element from the left end?" Attempting to count manually by first locating the 18th element and then counting back 5 spaces doubles visual movement and invites tracking errors. Instead, professional exam-takers apply Direction Arithmetic.

The Core Mathematical Shortcut

When navigating from a fixed reference end, the direction of the secondary movement determines whether to add or subtract:

Primary Reference EndSecondary Movement DirectionArithmetic OperationFinal Counting Position
From the Left EndTo the Right (Opposite)Addition (+)$(L_1 + R_2)$ from Left End
From the Left EndTo the Left (Same)Subtraction (-)$(L_1 - L_2)$ from Left End
From the Right EndTo the Left (Opposite)Addition (+)$(R_1 + L_2)$ from Right End
From the Right EndTo the Right (Same)Subtraction (-)$(R_1 - R_2)$ from Right End

Core Rule of Thumb:

  • Opposite directions ADD: $\text{Left} + \text{Right}$ or $\text{Right} + \text{Left}$
  • Same directions SUBTRACT: $\text{Left} - \text{Left}$ or $\text{Right} - \text{Right}$
  • Always measure the calculated net index from the terminal reference anchor (the end mentioned after "from the").

Step-by-Step Worked Walkthroughs

Consider the standard 30-element baseline sequence: W 7 @ E K 4 $ 9 M % U 3 8 # B Q 2 * Z 5 © A 6 D 1 £ H ¥ F J

Problem 1 (Same Direction - Subtraction):

"Which element is 5th to the left of the 18th element from the left end?"

  1. Identify terminal anchor: 18th from the left end ($L_1 = 18$).
  2. Identify secondary movement: 5th to the left ($L_2 = 5$).
  3. Apply rule: Same directions $\implies L_1 - L_2 = 18 - 5 = 13$.
  4. Locate the 13th element directly from the left end: W(1), 7(2), @(3), E(4), K(5), 4(6), $(7), 9(8), M(9), %(10), U(11), 3(12), 8(13). Result: The element is 8.

Problem 2 (Opposite Directions - Addition):

"Which element is 5th to the left of the 12th element from the right end?"

  1. Identify terminal anchor: 12th from the right end ($R_1 = 12$).
  2. Identify secondary movement: 5th to the left ($L_2 = 5$).
  3. Apply rule: Opposite directions $\implies R_1 + L_2 = 12 + 5 = 17$.
  4. Locate the 17th element directly from the right end: J(1), F(2), ¥(3), H(4), £(5), 1(6), D(7), 6(8), A(9), ©(10), 5(11), Z(12), *(13), 2(14), Q(15), B(16), #(17). Result: The element is #.

Parsing Conditional Constraints: "Preceded By" vs. "Followed By"

Conditional questions test verbal precision under cognitive load. Over 40% of negative marks in alphanumeric series stem from confusing the directional orientation of "preceded by" and "followed by".

The Anchor Framework

  • Preceded by: Comes BEFORE (to the immediate left in standard left-to-right reading).
    • Syntax: "A is immediately preceded by B" $\implies$ [ B ] [ A ]
  • Followed by: Comes AFTER (to the immediate right in standard left-to-right reading).
    • Syntax: "A is immediately followed by C" $\implies$ [ A ] [ C ]
  • Combined Condition: "A is immediately preceded by B and immediately followed by C" $\implies$ [ B ] [ A ] [ C ]

Visualizing Complex Constraints

PhraseStructural TemplateSequential Pattern
"Number preceded by Symbol"Symbol $\rightarrow$ Number[$] [9]
"Letter followed by Number"Letter $\rightarrow$ Number[M] [3]
"Vowel preceded by Consonant and followed by Symbol"Consonant $\rightarrow$ Vowel $\rightarrow$ Symbol[K] [E] [@]
"Symbol preceded by Number and NOT followed by Letter"Number $\rightarrow$ Symbol $\rightarrow$ [Non-Letter][4] [$] [9]

The Selective Anchor Scanning Technique

When instructed: "How many numbers in the sequence are immediately preceded by a symbol and immediately followed by a consonant?" Target pattern: [Symbol] [Number] [Consonant].

Common Mistake: Scanning for numbers. The sequence contains 9 digits; evaluating each requires checking both flanks (18 checks).

Speed Method: Scan for the rarest category. In typical exam strings, special symbols are the rarest (only 6-8 total). Scan exclusively for symbols, and then verify if a number and consonant follow:

  1. Find symbol @: Followed by E (Letter, not number) $\rightarrow$ Discard.
  2. Find symbol $: Followed by 9 (Number), which is followed by M (Consonant) $\rightarrow$ Match 1: [$ 9 M].
  3. Find symbol %: Followed by U (Letter, not number) $\rightarrow$ Discard.
  4. Find symbol #: Followed by B (Letter, not number) $\rightarrow$ Discard.
  5. Find symbol *: Followed by Z (Letter, not number) $\rightarrow$ Discard.
  6. Find symbol ©: Followed by A (Letter, not number) $\rightarrow$ Discard.
  7. Find symbol £: Followed by H (Letter, not number) $\rightarrow$ Discard.
  8. Find symbol ¥: Followed by F (Letter, not number) $\rightarrow$ Discard.

By filtering through 8 symbols instead of 9 digits, the problem is resolved quickly without missing a match.


Conditional Deletion & "Ghost" Sequences

A frequent Prelims variation instructs: "If all the symbols are dropped from the given sequence, which element will be 9th from the right end?"

The Rough-Sheet Rewrite Trap

Under-prepared candidates spend 45 seconds copying the string onto their scratch pad without the symbols. This drains time and risks omission errors.

The Direct Mental Filtering Method

  1. Calculate the required final position (9th from the right end).
  2. Count directly from the right end of the on-screen display, mentally skipping every symbol:
    • J $\rightarrow$ 1
    • F $\rightarrow$ 2
    • ¥ $\rightarrow$ Skip (Symbol)
    • H $\rightarrow$ 3
    • £ $\rightarrow$ Skip (Symbol)
    • 1 $\rightarrow$ 4
    • D $\rightarrow$ 5
    • 6 $\rightarrow$ 6
    • A $\rightarrow$ 7
    • © $\rightarrow$ Skip (Symbol)
    • 5 $\rightarrow$ 8
    • Z $\rightarrow$ 9 Result: Z.

Three-Digit Number Clusters & Letter Puzzles

In addition to continuous strings, SBI Clerk features discrete 5-unit clusters of 3-digit numbers or 3-letter words.

Example Number Cluster: 648 372 819 534 267

Category 1: Internal Digit Operations vs. Set-Level Comparisons

  • Internal Operation: "If 1 is added to the first digit of each number and 2 is subtracted from the third digit, what will be the difference between the highest and lowest numbers?"
    • Original numbers: 648, 372, 819, 534, 267
    • Modified hundreds digits ($+1$): 7, 4, 9, 6, 3
    • Modified units digits ($-2$): 6, 0, 7, 2, 5
    • Resulting numbers: 746, 470, 917, 632, 365
    • Highest number: 917 (derived from 819)
    • Lowest number: 365 (derived from 267)
    • Difference: $917 - 365 = 552$.

Category 2: Internal Reversal & Rank Inversion

  • "If all digits within each number are arranged in descending order from left to right, which number will be the second lowest in the new arrangement?"
    • Rearranging digits within each unit:
      • 648 $\rightarrow 864$
      • 372 $\rightarrow 732$
      • 819 $\rightarrow 981$
      • 534 $\rightarrow 543$
      • 267 $\rightarrow 762$
    • Rank the new numbers: 543 (lowest), 732 (second lowest, originating from 372), 762 (third), 864 (fourth), 981 (highest).
    • Result: Originating number is 372.

Speed Tip: To determine the highest or lowest number after rearranging digits within each number, identify the largest individual digit inside each number. The number whose maximum digit is smallest will become the lowest number!


Common Exam Traps to Neutralize

  1. Zero-Indexed vs. 1-Indexed Counting: Never treat the first item as index 0. Positional counting in competitive exams is strictly 1-indexed.
  2. Conflating Directional Perspectives: "To the left of X" moves leftward (toward the beginning). "From the left end" starts at the very beginning and moves rightward.
  3. Inclusive vs. Exclusive Range Queries: "How many elements are between X and Y?" requires excluding both X and Y ($|\text{Pos}_X - \text{Pos}_Y| - 1$). If the question asks "from X to Y", both ends are included.
  4. Overlooking Vowel vs. Consonant Specificity: Note whether the question specifies "alphabetical letter" (which includes vowels) or explicitly "consonant".
Loading diagram...
Alphanumeric Direction Arithmetic Decision Tree
Test Your Knowledge

In the sequence 'W 7 @ E K 4 $ 9 M % U 3 8 # B Q 2 * Z 5 © A 6 D 1 £ H ¥ F J', which element is the 5th to the left of the 12th element from the right end?

A
B
C
D
Test Your Knowledge

How many symbols in the sequence 'W 7 @ E K 4 $ 9 M % U 3 8 # B Q 2 * Z 5 © A 6 D 1 £ H ¥ F J' are immediately preceded by a letter and immediately followed by a letter?

A
B
C
D
Test Your Knowledge

Given the five three-digit numbers '528, 743, 391, 864, 417', if the positions of the first and third digits within each number are interchanged, which original number becomes the second lowest?

A
B
C
D