๐ Round 2 โ Aptitude & Logical Reasoning
Complete Guide From Scratch for Freshersโ
What to expect: A 30โ60 minute written/online test. This round tests your speed + accuracy on maths, logic, and data interpretation. Companies like DecisionTree use this to filter candidates before technical rounds.
SECTION A: QUANTITATIVE APTITUDE
1. Percentagesโ
๐ Theory (Start Here)โ
A percentage means "per hundred." It's a way to express a number as a fraction of 100.
Core Formula:
Percentage = (Part / Whole) ร 100
Key Conversions to Memorize:
| Fraction | Percentage | Decimal |
|---|---|---|
| 1/2 | 50% | 0.5 |
| 1/3 | 33.33% | 0.333 |
| 1/4 | 25% | 0.25 |
| 1/5 | 20% | 0.2 |
| 1/6 | 16.67% | 0.167 |
| 1/8 | 12.5% | 0.125 |
| 1/10 | 10% | 0.1 |
| 2/3 | 66.67% | 0.667 |
| 3/4 | 75% | 0.75 |
๐ Key Conceptsโ
1. Percentage Increase:
% Increase = [(New - Old) / Old] ร 100
2. Percentage Decrease:
% Decrease = [(Old - New) / Old] ร 100
3. Successive Percentage Changes: If a value changes by a% and then by b%:
Net % change = a + b + (a ร b) / 100
Example: Price increases by 20%, then decreases by 10%. Net change = 20 + (-10) + (20 ร -10)/100 = 20 - 10 - 2 = +8%
4. Reverse Percentage (Finding Original from Final):
If final price after X% discount = โนY, then:
Original = Y / (1 - X/100)
๐ Worked Examplesโ
Q1: A shirt costs โน800 after a 20% discount. What was the original price?
Original ร (1 - 20/100) = 800
Original ร 0.80 = 800
Original = 800 / 0.80 = โน1,000 โ
Q2: A city's population increased from 2,00,000 to 2,50,000 in a year. What's the % increase?
% Increase = [(2,50,000 - 2,00,000) / 2,00,000] ร 100
= [50,000 / 2,00,000] ร 100
= 25% โ
Q3: If A's salary is 30% more than B's, by what % is B's salary less than A's?
Let B = 100, then A = 130.
B is less than A by: [(130-100)/130] ร 100 = 23.08% โ
โ ๏ธ Common trap: "30% more" does NOT mean "30% less" in reverse!
Practice Problemsโ
| # | Problem | Answer |
|---|---|---|
| 1 | 40% of what number is 160? | 400 |
| 2 | A product's price goes up 10%, then 10%. Net increase? | 21% |
| 3 | If 65% students passed and 420 failed, total students? | 1,200 |
| 4 | An item costs โน540 after successive discounts of 10% and 10%. Original? | โน666.67 |
2. Profit, Loss & Discountโ
๐ Theoryโ
Key Formulas:
| Formula | Expression |
|---|---|
| Profit | SP - CP |
| Loss | CP - SP |
| Profit% | (Profit / CP) ร 100 |
| Loss% | (Loss / CP) ร 100 |
| SP from Profit% | SP = CP ร (1 + Profit%/100) |
| SP from Loss% | SP = CP ร (1 - Loss%/100) |
| Marked Price & Discount | SP = MP ร (1 - Discount%/100) |
๐ Worked Examplesโ
Q1: A shopkeeper buys at โน500 and sells at โน600. Profit%?
Profit = 600 - 500 = โน100
Profit% = (100/500) ร 100 = 20% โ
Q2: An item has a marked price of โน1,000. After 20% discount, the shopkeeper still makes 25% profit. Find CP.
SP = 1000 ร (1 - 20/100) = โน800
SP = CP ร (1 + 25/100)
800 = CP ร 1.25
CP = 800/1.25 = โน640 โ
Q3 (Tricky): A trader cheats by using a weight of 900g instead of 1kg. Profit%?
He sells 900g at the price of 1000g.
Profit% = [(1000-900)/900] ร 100 = 11.11% โ
3. Ratios & Proportionsโ
๐ Theoryโ
A ratio compares two quantities. If A:B = 3:4, it means for every 3 units of A, there are 4 units of B.
A proportion states that two ratios are equal: A/B = C/D โ A ร D = B ร C (cross-multiply).
๐ Key Operationsโ
Combining Ratios: If A:B = 2:3 and B:C = 4:5, find A:B:C.
Step 1: Make B equal in both ratios.
B is 3 in first, 4 in second.
LCM of 3 and 4 = 12
Step 2: Scale up:
A:B = 2:3 โ multiply by 4 โ 8:12
B:C = 4:5 โ multiply by 3 โ 12:15
Step 3: A:B:C = 8:12:15 โ
Dividing in a Ratio: Divide โน1,200 in the ratio 3:4:5.
Total parts = 3+4+5 = 12
Shareโ = (3/12) ร 1200 = โน300
Shareโ = (4/12) ร 1200 = โน400
Shareโ = (5/12) ร 1200 = โน500 โ
4. Averagesโ
๐ Theoryโ
Average = Sum of all values / Number of values
๐ Key Shortcutsโ
1. Weighted Average:
Weighted Avg = (wโรxโ + wโรxโ + ...) / (wโ + wโ + ...)
2. New member joins a group: If the average of N numbers is A, and a new number X is added:
New Average = (N ร A + X) / (N + 1)
3. One number removed: If average of N numbers is A, and number X is removed:
New Average = (N ร A - X) / (N - 1)
๐ Worked Examplesโ
Q1: Average of 5 numbers is 40. If one number (60) is removed, find the average of remaining 4.
Total sum = 5 ร 40 = 200
Remaining sum = 200 - 60 = 140
New average = 140 / 4 = 35 โ
Q2: A batsman's average after 20 innings is 45. After the 21st inning, his average increases by 2. Runs scored in 21st inning?
Total after 20 innings = 20 ร 45 = 900
New average = 47
Total after 21 innings = 21 ร 47 = 987
Runs in 21st inning = 987 - 900 = 87 โ
5. Time & Workโ
๐ Theoryโ
The fundamental concept: Think of work as rates.
If A completes a job in 10 days โ A's rate = 1/10 of the job per day.
If B completes a job in 15 days โ B's rate = 1/15 of the job per day.
Together โ Combined rate = 1/10 + 1/15 = 5/30 = 1/6 per day โ 6 days.
๐ Shortcut Formulaโ
When two people work together:
Days together = (a ร b) / (a + b)
๐ Worked Examplesโ
Q1: A does a job in 12 days. B does it in 18 days. Together?
Days = (12 ร 18) / (12 + 18) = 216 / 30 = 7.2 days โ
Q2: A and B together complete a job in 8 days. A alone takes 12 days. How long does B take alone?
A+B rate = 1/8, A rate = 1/12
B rate = 1/8 - 1/12 = (3-2)/24 = 1/24
B alone = 24 days โ
Q3: A is twice as efficient as B. Together they finish in 12 days. How long does A alone take?
If B's rate = x, then A's rate = 2x.
Together: 2x + x = 3x = 1/12 โ x = 1/36
A's rate = 2/36 = 1/18 โ A alone = 18 days โ
6. Time, Speed & Distanceโ
๐ Theoryโ
Speed = Distance / Time
Distance = Speed ร Time
Time = Distance / Speed
Unit Conversion:
km/hr to m/s โ multiply by 5/18
m/s to km/hr โ multiply by 18/5
๐ Key Conceptsโ
| Scenario | Formula |
|---|---|
| Average Speed (same distance, different speeds) | 2 ร Sโ ร Sโ / (Sโ + Sโ) |
| Relative Speed (same direction) | Sโ - Sโ |
| Relative Speed (opposite direction) | Sโ + Sโ |
| Train crossing a pole | Time = Length of train / Speed |
| Train crossing a platform | Time = (Train length + Platform length) / Speed |
๐ Worked Examplesโ
Q1: A car goes from A to B at 60 km/hr and returns at 40 km/hr. Average speed?
Average Speed = 2 ร 60 ร 40 / (60 + 40) = 4800/100 = 48 km/hr โ
โ ๏ธ Common mistake: It's NOT simply (60+40)/2 = 50!
Q2: A train 200m long crosses a platform 300m long in 25 seconds. Speed?
Total distance = 200 + 300 = 500m
Speed = 500/25 = 20 m/s = 20 ร 18/5 = 72 km/hr โ
7. Probabilityโ
๐ Theoryโ
Probability measures the chance of an event happening.
P(Event) = Number of Favorable Outcomes / Total Possible Outcomes
Rules:
- P(Event) is always between 0 and 1 (or 0% to 100%)
- P(NOT happening) = 1 - P(happening)
- AND (both events): P(A AND B) = P(A) ร P(B) โ if independent
- OR (either event): P(A OR B) = P(A) + P(B) - P(A AND B)
๐ Worked Examplesโ
Q1: A bag has 5 red, 3 blue, 2 green balls. Probability of drawing a red ball?
P(Red) = 5 / (5+3+2) = 5/10 = 1/2 โ
Q2: Two dice are thrown. Probability that sum = 7?
Total outcomes = 6 ร 6 = 36
Favorable: (1,6) (2,5) (3,4) (4,3) (5,2) (6,1) = 6 outcomes
P(sum=7) = 6/36 = 1/6 โ
Q3: A coin is tossed 3 times. Probability of getting at least 1 head?
P(at least 1 head) = 1 - P(no heads) = 1 - P(all tails)
P(all tails) = (1/2)ยณ = 1/8
P(at least 1 head) = 1 - 1/8 = 7/8 โ
Q4: From a deck of 52 cards, probability of drawing a King OR a Heart?
P(King) = 4/52
P(Heart) = 13/52
P(King AND Heart) = 1/52 (King of Hearts)
P(King OR Heart) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13 โ
8. Permutations & Combinationsโ
๐ Theoryโ
Think of it this way: Does the order matter?
| Concept | Order Matters? | Formula | Example |
|---|---|---|---|
| Permutation | โ Yes | nPr = n! / (n-r)! | Arranging 3 people in a row |
| Combination | โ No | nCr = n! / [r! ร (n-r)!] | Choosing 3 people for a team |
Factorial: n! = n ร (n-1) ร (n-2) ร ... ร 1. Example: 5! = 120. Special: 0! = 1.
๐ Worked Examplesโ
Q1: How many 3-letter arrangements from {A, B, C, D, E}?
Order matters โ Permutation
5P3 = 5! / (5-3)! = 120 / 2 = 60 โ
Q2: How many ways to select 3 members from a team of 8?
Order doesn't matter โ Combination
8C3 = 8! / (3! ร 5!) = (8ร7ร6) / (3ร2ร1) = 56 โ
Q3: How many ways to arrange the letters in "ANALYTICS"?
ANALYTICS has 9 letters. A appears 2 times.
Arrangements = 9! / 2! = 362880 / 2 = 181440 โ
SECTION B: LOGICAL REASONING
9. Number Seriesโ
๐ Theoryโ
Look for these common patterns in number series:
๐ Worked Examplesโ
Q1: 2, 6, 12, 20, 30, ?
Differences: 4, 6, 8, 10 โ increasing by 2
Next difference = 12
Answer = 30 + 12 = 42 โ
Pattern: n(n+1) โ 1ร2, 2ร3, 3ร4, 4ร5, 5ร6, 6ร7 = 42
Q2: 3, 5, 9, 17, 33, ?
Differences: 2, 4, 8, 16 โ doubling
Next difference = 32
Answer = 33 + 32 = 65 โ
Q3: 1, 1, 2, 3, 5, 8, 13, ?
Fibonacci series! Each number = sum of previous two.
Next = 8 + 13 = 21 โ
Q4: 2, 3, 5, 7, 11, 13, ?
Prime numbers! Next prime = 17 โ
Strategy for Solvingโ
- First, check the differences between consecutive terms
- If differences aren't constant, check if differences form their own pattern
- Try multiplication ratios (each term รท previous)
- Look for squares (1,4,9,16...) or cubes (1,8,27,64...)
- Check for alternating patterns (separate odd and even positioned terms)
10. Coding-Decodingโ
๐ Theoryโ
In coding-decoding, letters/words are replaced according to a rule. Your job is to find the rule and apply it.
Common Types:
| Type | Example |
|---|---|
| Letter shift | AโC, BโD (shift +2) โ CAT = ECV |
| Reverse alphabet | AโZ, BโY, CโX โ CAT = XZG |
| Position numbers | A=1, B=2, C=3... โ CAT = 3+1+20 = 24 |
| Mirror coding | The word is reversed โ CAT = TAC |
Reverse Alphabet Mapping (Memorize this):
AโZ BโY CโX DโW EโV
FโU GโT HโS IโR JโQ
KโP LโO MโN
Trick: A+Z=27, B+Y=27... If a letter's position is X, its reverse is (27-X).
๐ Worked Examplesโ
Q1: If COMPUTER = DNPQVUFS, what is DATA?
CโD (+1), OโN (-1), MโP (+3), PโQ (+1)...
Let me check pairs: C(3)โD(4), O(15)โN(14), M(13)โP(16), P(16)โQ(17)...
Pattern: +1, -1, +3, +1, -1, +3, +1, -1 (repeating +1,-1,+3)
D(4)โE, A(1)โZ(-1), T(20)โW(+3), A(1)โB(+1)
DATA = EZWB โ
Q2: If MANGO = 51 (M=13+A=1+N=14+G=7+O=15=50... let me recheck), using position sum: M(13)+A(1)+N(14)+G(7)+O(15) = 50. If they say MANGO=51, then the rule might be position sum + 1. Apply to APPLE:
A(1)+P(16)+P(16)+L(12)+E(5) = 50 โ 50 + 1 = 51 โ
11. Syllogismsโ
๐ Theoryโ
A syllogism gives you statements and asks which conclusions logically follow. Use Venn Diagrams โ this is the fastest method.
Key Rules:
| Statement | Venn Diagram |
|---|---|
| "All A are B" | Circle A is completely inside circle B |
| "Some A are B" | Circles A and B overlap partially |
| "No A are B" | Circles A and B don't overlap at all |
| "Some A are not B" | Part of circle A is outside circle B |
๐ Worked Examplesโ
Q1:
- Statement 1: All dogs are animals.
- Statement 2: Some animals are cats.
- Conclusion: Some dogs are cats. TRUE or FALSE?
Draw it: Dogs circle is inside Animals circle.
Cats circle overlaps Animals, but it could overlap
the "Animals but not Dogs" area.
โ We can't be certain some dogs are cats.
โ Conclusion: DOES NOT FOLLOW โ
Q2:
- Statement 1: All roses are flowers.
- Statement 2: All flowers are plants.
- Conclusion: All roses are plants. TRUE or FALSE?
Roses โ Flowers โ Plants โ Roses โ Plants
โ Conclusion: FOLLOWS โ
Q3:
- Statement 1: No fish is a bird.
- Statement 2: Some birds are animals.
- Conclusion I: Some animals are not fish.
- Conclusion II: No fish is an animal.
Fish and Bird circles don't overlap.
Some Birds are Animals (overlap).
โ Those animals that are birds are definitely not fish โ Conclusion I FOLLOWS โ
โ But some animals could still be fish (from a different part) โ Conclusion II DOES NOT FOLLOW โ
12. Blood Relationsโ
๐ Theoryโ
Build a family tree diagram as you read the problem. Use these conventions:
Male: โก Female: โ Unknown gender: โณ
Marriage: โโโ (horizontal line)
Parent-Child: | (vertical line)
Key Relationships to Know:
| Relationship | Meaning |
|---|---|
| Father's/Mother's father | Grandfather |
| Father's/Mother's mother | Grandmother |
| Father's brother | Uncle (Chacha/Tau) |
| Father's sister | Aunt (Bua) |
| Mother's brother | Uncle (Mama) |
| Mother's sister | Aunt (Mausi) |
| Brother's/Sister's son | Nephew |
| Brother's/Sister's daughter | Niece |
๐ Worked Examplesโ
Q1: "A is B's mother. C is A's father. D is C's mother. What is A to D?"
D โ C โ A โ B
(D is mother of C, C is father of A)
A is the granddaughter of D โ
(D is great-grandmother of B)
Q2: "Pointing to a photo, A said: 'He is the son of my father's only daughter.' Who is in the photo?"
Father's only daughter = A herself (if female) or A's sister
If A is female: father's only daughter = A โ the son is A's son โ
If A is male: father's only daughter = A's sister โ the son is A's nephew
[!TIP] Strategy: Always draw the family tree on paper. Don't try to solve blood relations in your head.
13. Seating Arrangementsโ
๐ Theoryโ
Two types:
- Linear โ People sitting in a row (facing same or opposite direction)
- Circular โ People sitting around a table
Steps:
- Read ALL clues first before drawing
- Start with the most concrete clue (e.g., "A sits at the left end")
- Use "definite" clues before "relative" clues
- Draw and test โ there may be multiple valid arrangements; check which one satisfies ALL conditions
๐ Worked Exampleโ
Q: 6 people (A-F) sit in a row facing north.
- A sits at the left end.
- B is not adjacent to A.
- C sits in the middle (position 3 or 4).
- D is immediately right of C.
- E sits between A and F.
Position: 1 2 3 4 5 6 (1=left end)
From clue 1: A is at position 1.
From clue 5: E sits between A and F โ A _ F with E in middle โ A E F at 1,2,3
From clue 3: C is at 3 or 4. Since F is at 3, C must be at 4.
From clue 4: D is immediately right of C โ D at 5.
Remaining: B at 6.
From clue 2: B (at 6) is not adjacent to A (at 1) โ โ
Satisfied.
Answer: A E F C D B โ