IBM Number Series Questions: Types, Patterns and Examples
IBM's aptitude test has 18 number series questions in 38 minutes. Master 6 pattern types with worked examples and build strategy for IBM campus hiring.
IBM campus aptitude rounds include a dedicated number series section, and it’s the section that trips up the most otherwise-prepared candidates.
The written exam filters on two distinct skills. Number computation is one; pattern classification is the other. IBM’s number series questions test almost exclusively the second. That distinction changes how you should prepare: drilling calculations is far less useful than drilling your ability to identify which of the six series types you’re looking at within the first 15 seconds of reading a question.
IBM Written Test Format
IBM’s campus recruitment written exam has two sections.
| Section | Focus |
|---|---|
| Quantitative Ability | Arithmetic, algebra, percentages, data interpretation |
| Reasoning Skills | Number series, logical reasoning, pattern recognition |
Number series questions appear in the Reasoning Skills section. The parameters for that component:
- Total questions: 18
- Time limit: 38 minutes
- Difficulty: medium to high
- Core skill tested: pattern classification, not computation speed
At just over 2 minutes per question on average, time discipline matters as much as content knowledge. Candidates who score well are not the fastest calculators. They’re the fastest at recognising which of the six pattern types they’re looking at.
IBM India visits campuses across the country for roles in software development, consulting, and technology services. The IBM India Student Programs page has current open roles and eligibility criteria for each stream.
Six Number Series Types IBM Tests
Each type below has a recognisable signature. Knowing them turns most questions into a 10-second classification exercise followed by a 60-second solve. This is the real skill IBM is measuring.
Arithmetic Series
A fixed difference between every pair of consecutive terms.
- Example: 7, 12, 17, 22, 27, ?
- Difference: +5 at each step
- Answer: 27 + 5 = 32
These are the quickest to confirm: subtract any two consecutive terms and check whether the result holds for the next pair. A constant difference identifies the type immediately.
Geometric Series
Each term is the previous term multiplied by a constant ratio.
- Example: 4, 36, 324, 2916, ?
- Ratio: x9 at each step (4 x 9 = 36, 36 x 9 = 324, 324 x 9 = 2916)
- Answer: 2916 x 9 = 26244
The ratio check: divide any term by the preceding one. If the same quotient repeats across multiple pairs, you have a geometric series. Decreasing geometric series (ratio between 0 and 1) also appear in IBM’s question bank.
Perfect Cube Series
Important correction: several widely-circulated prep PDFs label the series 512, 729, 1000 as a “perfect square series.” This is factually wrong on two counts: the series type and the answer.
- Example: 512, 729, 1000, ?
- Pattern: 8 cubed = 512, 9 cubed = 729, 10 cubed = 1000
- Answer: 11 cubed = 1331 (not 121, which is 11 squared)
These are perfect cubes, not perfect squares. When you see a series containing numbers like 512, 729, or 1000, test cubes first. IBM includes both perfect squares (n squared) and perfect cubes (n cubed), so spotting the difference between 256 (16 squared or 4 to the power 4) and 343 (7 cubed) is a genuine test of category awareness.
Two-Step Arithmetic Series
The differences between consecutive terms themselves form an arithmetic sequence.
- Example: 1, 3, 6, 10, 15, ?
- First-level differences: 2, 3, 4, 5 (increasing by 1 each time)
- Next difference: 6
- Answer: 15 + 6 = 21
Triangular numbers (1, 3, 6, 10, 15, 21, 28, …) are the canonical instance of this type. The shortcut: when a series resists simple arithmetic or geometric classification, subtract consecutive pairs and check whether the resulting differences are themselves in arithmetic progression.
Alternate-Operation Series
The series alternates between two different operations, typically addition and multiplication.
- Example: 1, 4, 8, 11, 22, 25, ?
- Pattern: +3, x2, +3, x2, +3, x2
- Answer: 25 x 2 = 50
The identification tell: if neither constant difference nor constant ratio explains all the terms, separate odd-position terms and even-position terms. If each sub-sequence then follows its own rule, you have an alternate-operation series.
Twin / Interleaved Series
Two independent series woven into a single sequence. Odd-position terms form one series; even-position terms form another.
- Example: 3, 4, 8, 10, 13, 16, ?
- Series A (positions 1, 3, 5, 7): 3, 8, 13, ? — common difference = 5, next = 18
- Series B (positions 2, 4, 6): 4, 10, 16 — common difference = 6, next = 22
- Answer at position 7: 18
Always split by position before declaring a series irregular. Twin series look chaotic as a combined sequence but become obvious the moment you separate the odd and even terms.
Two IBM-Style Practice Questions
Work through the logic before reading the solution below each question.
Question 1
- Series: 1, 3, 4, 5, 13, 2, 3, 4, 22, 1, 2, 3, ?
- Pattern: The sequence groups into sets of four, where the last element is the running cumulative total: 1 + 3 + 4 + 5 = 13; 13 + 2 + 3 + 4 = 22; 22 + 1 + 2 + 3 = ?
- Calculation: 22 + 1 + 2 + 3 = 28
- Answer: 28
Question 2
- Series: 48, 24, 35, 7, 16, 8, 75, 15, 80, ?
- Pattern: The sequence pairs each element with the next using alternating divisors: 48 / 2 = 24; 35 / 5 = 7; 16 / 2 = 8; 75 / 5 = 15; 80 / 2 = ?
- Calculation: 80 / 2 = 40
- Answer: 40
Both questions reward candidates who pause for 10 to 15 seconds to find the structural pattern before attempting to compute anything. Jumping straight to arithmetic without classifying the pattern type is the most common way to get stuck.
Common Mistakes in IBM Number Series
Confusing Perfect Cubes and Perfect Squares
As corrected above, 512, 729, and 1000 are cubes of 8, 9, and 10 respectively. A common mistake is recognising them as large round numbers and trying to fit them into a perfect squares pattern, which produces the wrong answer and the wrong next term. Build a quick mental reference: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000 for cubes up to 10 cubed.
Not Separating Positions in Twin Series
Candidates who try to find a single rule across all terms in an interleaved series often fail because no single rule exists across the full sequence. The habit of splitting odd and even positions should be automatic when the first two classification checks (arithmetic, geometric) don’t work.
Spending More Than 2 Minutes on One Question
In an 18-question, 38-minute section, the mean time per question is just over 2 minutes. Any question that hasn’t yielded a pattern classification within 90 seconds should be flagged and skipped. There are usually two or three easier questions later in the set that the time saved will cover.
Skipping the Second-Order Difference Check
Two-step arithmetic series are under-practised. When a series has growing gaps between terms (differences of 2, 3, 4, 5), the instinct is often to call it irregular. The second-order check (subtract the differences themselves) is a 15-second step that resolves the type immediately.
How to Prepare for IBM Number Series
Five habits that move scores in the IBM aptitude round:
-
Memorise the six types before practising questions. The classification step is the bottleneck, not the calculation. Spend the first session learning to name and describe each type without reference. The remaining sessions then build speed on that foundation.
-
Set a 2-minute ceiling per question. Build this as a reflex in practice. Time yourself on individual questions, not just on complete sets.
-
Always split positions when a series looks irregular. Twin series reveal themselves the moment you separate odd and even terms. This step takes 10 seconds and eliminates one of the most time-consuming false starts.
-
Check cubes before squares for round numbers. 125, 216, 343, 512, 729, 1000 are all perfect cubes. When a number looks round, run the cube test first since that category is more commonly tested in reasoning sections and more commonly mis-labelled in prep materials.
-
Build test-taking rhythm across the full aptitude round. Isolated number series practice helps, but timed full sections matter more. Campus placement aptitude tests build the kind of exam-time management that carries across sections. For quantitative reasoning alongside series work, time and work aptitude practice develops the same systematic pattern-identification habit. Placement preparation books include chapters covering number series specifically. Work through the chapter exercises timed, then review what tripped you up.
The IBM Careers page has the latest campus hiring timeline and test registration details for each cycle. Eligibility criteria and the exam format can change between cohorts, so check the current drive page rather than relying on notes from a senior’s batch.
Pattern recognition is the core skill IBM’s number series section tests, and it’s also what AI systems formalise at scale. An LLM finding structure in language is the same underlying operation as a candidate finding structure in a 15-term sequence. If you want to see how that plays out in practice once you’re through the aptitude round, TinkerLLM at ₹299 is a self-paced playground where you run your first model experiments and build something before committing to a longer programme. The six series types above are worth drilling cold; the question of what comes after the written round is worth thinking about now.
Primary sources
Frequently asked questions
How many number series questions does IBM's aptitude test have?
IBM's number series section has 18 questions to be solved in 38 minutes, roughly 2 minutes per question on average.
What are the types of number series in IBM's aptitude test?
Six types appear: arithmetic, geometric, perfect cube, two-step arithmetic, alternate-operation, and twin/interleaved series.
What is the difference between a perfect square series and a perfect cube series?
Perfect squares are n squared (1, 4, 9, 16, 25). Perfect cubes are n cubed (1, 8, 27, 64, 125, 216, 343, 512, 729, 1000). IBM tests both. Several prep PDFs incorrectly label 512, 729, 1000 as a perfect square series. It is a perfect cube series, and the next term is 1331, not 121.
What is a twin or interleaved number series?
A twin series has two separate series woven into one sequence. Terms at odd positions form one series; terms at even positions form another. Separating them by position is the fastest solution approach.
How should I handle a number series I cannot solve quickly in the IBM test?
Flag the question and move on. Spending more than 2 minutes on one question in a 38-minute, 18-question section uses time that could go toward three easier questions later in the set.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)