Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Cognitive Ability Tests

Cognitive ability tests measure reasoning, pattern recognition, and mental processing speed. They appear early in the hiring pipeline for consulting, finance, and some tech companies.

What Cognitive Tests Measure

DimensionWhat It TestsExample Task
Numerical reasoningWorking with numbers, percentages, ratiosInterpreting a table and answering questions
Logical reasoningDeductive and inductive patterns“All A are B. Some B are C. Therefore…”
Pattern recognitionIdentifying sequences and rulesNext number in: 2, 6, 12, 20, ?
Spatial reasoningMental rotation and visualizationWhich 3D shape matches the unfolded net?
Verbal reasoningComprehension and logical deductionReading a passage and evaluating statements

Numerical Reasoning

These questions present data in tables or charts and ask you to compute or compare values.

Example: A company’s revenue grew from $4.2M to $5.88M in one year. What is the growth rate?

Growth rate = (5.88 - 4.2) / 4.2 × 100 = 1.68 / 4.2 × 100 = 40%

Key skills: Fast percentage calculation, ratio comparison, reading data tables accurately.

Logical Puzzles

Syllogism example:

  • Statement 1: All engineers are problem solvers.
  • Statement 2: Some problem solvers are managers.
  • Conclusion: Some engineers are managers.

Answer: Cannot be determined. “Some problem solvers are managers” does not guarantee those problem solvers include engineers.

Sequence example: Find the next number: 3, 7, 15, 31, ?

Differences: 4, 8, 16, ... → next difference is 32
Answer: 31 + 32 = 63
Pattern: a_n = 2^(n+1) - 1

Pattern Recognition Strategies

  1. Check differences between consecutive terms.
  2. Check ratios — is it geometric?
  3. Check alternating patterns — two interleaved sequences.
  4. Check squares/cubes — is each term derived from n², n³, or a combination?
  5. Look for digit-level patterns — sum of digits, product of digits.

Preparation Strategies

StrategyDetails
Timed practiceSimulate test conditions; most tests are strictly timed
Weak areas firstIdentify your worst dimension and prioritize it
Mental mathPractice multiplication, division, and percentage calculations daily
Process of eliminationEliminate obviously wrong answers to improve odds
Skip and returnDon’t spend more than 60-90 seconds per question initially

Practice Questions

Q1: What comes next: 1, 1, 2, 3, 5, 8, ?

Fibonacci sequence. Each term is the sum of the previous two. Answer: 13.

Q2: If 5 workers complete a task in 12 days, how many days will 3 workers take?

Total work = 5 × 12 = 60 worker-days
Days for 3 workers = 60 / 3 = 20 days

Answer: 20 days.

Q3: A shirt costs $80 after a 20% discount. What was the original price?

80 = Original × 0.80
Original = 80 / 0.80 = $100

Answer: $100.

Cross-references