Skip to main content

๐Ÿ“ 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:

FractionPercentageDecimal
1/250%0.5
1/333.33%0.333
1/425%0.25
1/520%0.2
1/616.67%0.167
1/812.5%0.125
1/1010%0.1
2/366.67%0.667
3/475%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โ€‹

#ProblemAnswer
140% of what number is 160?400
2A product's price goes up 10%, then 10%. Net increase?21%
3If 65% students passed and 420 failed, total students?1,200
4An item costs โ‚น540 after successive discounts of 10% and 10%. Original?โ‚น666.67

2. Profit, Loss & Discountโ€‹

๐Ÿ“– Theoryโ€‹

Key Formulas:

FormulaExpression
ProfitSP - CP
LossCP - 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 & DiscountSP = 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โ€‹

ScenarioFormula
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 poleTime = Length of train / Speed
Train crossing a platformTime = (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?

ConceptOrder Matters?FormulaExample
Permutationโœ… YesnPr = n! / (n-r)!Arranging 3 people in a row
CombinationโŒ NonCr = 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โ€‹

  1. First, check the differences between consecutive terms
  2. If differences aren't constant, check if differences form their own pattern
  3. Try multiplication ratios (each term รท previous)
  4. Look for squares (1,4,9,16...) or cubes (1,8,27,64...)
  5. 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:

TypeExample
Letter shiftAโ†’C, Bโ†’D (shift +2) โ†’ CAT = ECV
Reverse alphabetAโ†’Z, Bโ†’Y, Cโ†’X โ†’ CAT = XZG
Position numbersA=1, B=2, C=3... โ†’ CAT = 3+1+20 = 24
Mirror codingThe 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:

StatementVenn 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:

RelationshipMeaning
Father's/Mother's fatherGrandfather
Father's/Mother's motherGrandmother
Father's brotherUncle (Chacha/Tau)
Father's sisterAunt (Bua)
Mother's brotherUncle (Mama)
Mother's sisterAunt (Mausi)
Brother's/Sister's sonNephew
Brother's/Sister's daughterNiece

๐Ÿ“ 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:

  1. Linear โ€” People sitting in a row (facing same or opposite direction)
  2. Circular โ€” People sitting around a table

Steps:

  1. Read ALL clues first before drawing
  2. Start with the most concrete clue (e.g., "A sits at the left end")
  3. Use "definite" clues before "relative" clues
  4. 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 โœ