Assessments

Sequence and Pattern-Recognition Tests, Explained

NeetQuant Team · June 2026 · 5 min read

Alongside mental arithmetic, several trading firms — Optiver is the best-known — include a timed number-sequence test: you are shown a sequence and must supply the next or missing term, fast. It measures pattern recognition and working speed under pressure, not advanced maths.

The common pattern types

Most interview sequences are built from a small toolkit:

PatternExampleThe tell
Arithmetic3, 7, 11, 15, …Constant first difference (+4)
Geometric2, 6, 18, 54, …Constant ratio (×3)
Second-order1, 2, 4, 7, 11, …Differences form a pattern (1, 2, 3, 4)
Interleaved1, 10, 2, 20, 3, …Two sequences woven together
Neighbour ops1, 1, 2, 3, 5, 8, …Each term combines previous ones (Fibonacci)
Position-based1, 4, 9, 16, …Term n is a function of n (here n²)

A systematic approach

Under time pressure, run the same checklist every time:

The checklist. 1) First differences — subtract consecutive terms; constant means arithmetic, a clean pattern means second-order. 2) Ratios — divide consecutive terms; constant means geometric. 3) Alternation — if values zig-zag, split into odd- and even-indexed subsequences and analyse each. 4) Index relationship — compare each term to its position, so squares, cubes, and n-based formulas jump out.

Running this beats staring at the numbers hoping the rule appears, and the first two checks catch the large majority of cases.

Why it's pure practice

Speed comes from recognising which check to reach for first — and that is entirely a matter of reps. The patterns are few; with enough exposure your eye starts to see "constant difference" or "interleaved" before you consciously test for it.

Practise the format

NeetQuant's Sequences simulator drills exactly this — spot the rule, type the next term, against the clock — and pairs with the Mental Math Blitz for the arithmetic speed these tests also demand. See the speed mental-math guide for the broader assessment context.

Keep practising

Practise quant interview questions free

Create a free account to attempt hundreds of questions with hints and answer checking, and to run the timed simulators.

Start practising free

Frequently asked questions

What kinds of number sequences show up?
Arithmetic (constant difference), geometric (constant ratio), second-order (the differences form a pattern), interleaved (two sequences woven together), neighbour operations (like Fibonacci), and position-based (term n is a function of n, such as squares).
How do I find the rule quickly under time pressure?
Run a checklist: take first differences, then ratios, then check for alternation (split odd and even positions), then compare each term to its index. The right check usually reveals itself in the first two steps.
Sequence and Pattern-Recognition Tests, Explained · NeetQuant