100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace

How to Solve Classification (Odd One Out) Questions

Learn the hypothesize-and-test method for classification and odd-one-out aptitude questions, with worked examples and practice.

easyQ78 of 225 in Aptitude Est. time: 5 minsLast updated:
Open Code Lab

Expected Interview Answer

Classification questions are solved by finding the single shared property that binds all but one item in the set, then confirming the odd item genuinely lacks that property rather than just looking different.

The method is to scan the full set first and hypothesize the grouping rule — same category, same numeric property (all prime, all perfect squares), same word pattern (all start with a vowel, all are verbs) — then test that rule against every single item, not just the ones that seem to fit. A set can have more than one plausible grouping rule, so the correct hypothesis is the one where exactly four of five items pass and only one clearly fails; if two rules both leave one candidate out, the stricter, more specific rule usually wins. In numeric classification, always check multiple properties (odd/even, prime, perfect square, multiple of a base number) before settling on a rule, since a set may look homogeneous under a loose test but split cleanly under a stricter one. The final answer must be defended with the explicit rule, not just intuition about which item “feels” different.

  • Hypothesize-and-test avoids being misled by superficial similarity
  • Checking multiple candidate rules prevents an incorrect early lock-in
  • Forces an explicit, defensible rule rather than gut feeling

AI Mentor Explanation

Given Bat, Ball, Stumps, Helmet, and Umpire, four are physical equipment used during play while Umpire is a person, not equipment — the classification rule is “equipment vs. person,” and Umpire is the odd one out because it fails the equipment test cleanly. A weaker, wrong rule like “things seen on a cricket field” would fail to exclude anything, since all five appear on a field; the correct rule must be specific enough to isolate exactly one item, which is exactly the discipline classification questions test.

Worked example

Step-by-Step Explanation

  1. Step 1

    Scan the full set

    Read all items before hypothesizing any single rule.

  2. Step 2

    Hypothesize a rule

    Propose a shared property: category, numeric trait, or word pattern.

  3. Step 3

    Test every item

    Apply the rule to all items, not only the ones that obviously fit.

  4. Step 4

    Prefer the specific rule

    If multiple rules seem to work, choose the one that cleanly isolates exactly one item.

What Interviewer Expects

  • An explicitly stated grouping rule, not just intuition
  • Testing the rule against every item in the set, including edge cases
  • Awareness that a set can suggest multiple candidate rules
  • Selection of the most specific rule that cleanly isolates one item

Common Mistakes

  • Picking the item that “looks” different without stating a rule
  • Stopping at the first plausible rule without checking it against all items
  • Using a rule too broad to actually exclude anything
  • Missing a numeric property test (prime, square, multiple) in number classification sets

Best Answer (HR Friendly)

I look at the whole set first and try to state the shared property as a specific rule, not just a vague theme, and then I check that rule against every single item before committing. If a rule turns out to include all five items, it is too broad, so I tighten it until exactly four items pass and one clearly fails, and that failing item is my answer.

Follow-up Questions

  • How do you handle a classification set where two different rules each exclude a different item?
  • What numeric properties do you check first in a number-based classification question?
  • How would you classify a set of words based on grammatical category rather than meaning?
  • How do you avoid over-fitting a rule to exclude the item that “looks” different?

MCQ Practice

1. Which is the odd one out: Apple, Banana, Carrot, Mango, Orange?

Apple, Banana, Mango and Orange are fruits; Carrot is a vegetable, breaking the “fruit” rule.

2. Which number is the odd one out: 3, 5, 9, 11, 13?

3, 5, 11 and 13 are prime numbers; 9 = 3×3 is not prime, breaking the “prime number” rule.

3. Which word is the odd one out: Run, Jump, Swim, Chair, Climb?

Run, Jump, Swim and Climb are all verbs (actions); Chair is a noun, breaking the “action word” rule.

Flash Cards

What is the first step in a classification question?Scan the entire set before hypothesizing a grouping rule.

How do you validate a hypothesized rule?Test it against every item, not just the ones that obviously fit.

What if a rule includes all items with none excluded?The rule is too broad — tighten it until exactly one item fails.

Should the final answer rely on intuition alone?No — it must be defended with an explicit, testable rule.

1 / 4

Continue Learning