⏳
Loading cheatsheet...
Quantitative Aptitude, Logical Reasoning, Verbal Ability, GK, Data Interpretation — complete guide for CAT, Bank, SSC, GATE & campus placements.
| Type | Notation | Description | Example |
|---|---|---|---|
| Natural Numbers | N | Counting numbers starting from 1 | 1, 2, 3, 4, ... |
| Whole Numbers | W | Natural numbers including zero | 0, 1, 2, 3, ... |
| Integers | Z | Whole numbers + negatives | -3, -1, 0, 2, 5 |
| Rational | Q | Expressible as p/q (q != 0) | 1/2, -3/4, 0.75 |
| Irrational | — | Non-terminating, non-repeating decimals | sqrt(2), pi, e |
| Real Numbers | R | Rational + Irrational | All of the above |
| Even Numbers | — | Divisible by 2 | 2, 4, 6, 8, 10 |
| Odd Numbers | — | Not divisible by 2 | 1, 3, 5, 7, 9 |
| Prime Numbers | — | Divisible only by 1 and itself | 2, 3, 5, 7, 11, 13 |
| Composite | — | Has more than two factors | 4, 6, 8, 9, 10, 12 |
| Divisible By | Rule |
|---|---|
| 2 | Last digit is 0, 2, 4, 6, or 8 |
| 3 | Sum of all digits is divisible by 3 |
| 4 | Last two digits form a number divisible by 4 |
| 5 | Last digit is 0 or 5 |
| 6 | Divisible by both 2 and 3 |
| 7 | Remove last digit, double it, subtract from rest; repeat |
| 8 | Last three digits form a number divisible by 8 |
| 9 | Sum of all digits is divisible by 9 |
| 10 | Last digit is 0 |
| 11 | (Sum of odd place digits) - (Sum of even place digits) = 0 or multiple of 11 |
| 12 | Divisible by both 3 and 4 |
| 13 | Multiply last digit by 9, add to remaining; repeat |
| 14 | Divisible by both 2 and 7 |
| 15 | Divisible by both 3 and 5 |
| 16 | Last four digits divisible by 16 |
| 17 | Remove last digit, multiply by 5, subtract from rest |
| 18 | Divisible by both 2 and 9 |
| 19 | Multiply last digit by 2, add to remaining; repeat |
| 20 | Last two digits form a number divisible by 20 |
─── HCF (Highest Common Factor / GCD) ───
Largest number that divides all given numbers
─── LCM (Least Common Multiple) ───
Smallest number that is a multiple of all given numbers
─── Key Relations ───
HCF(a, b) x LCM(a, b) = a x b [For two numbers]
HCF always divides LCM
HCF of co-prime numbers = 1
LCM of co-prime numbers = a x b
─── Finding HCF — Prime Factorisation ───
12 = 2^2 x 3
18 = 2 x 3^2
HCF = 2^1 x 3^1 = 6 (take minimum powers)
─── Finding LCM — Prime Factorisation ───
12 = 2^2 x 3
18 = 2 x 3^2
LCM = 2^2 x 3^2 = 36 (take maximum powers)
─── HCF of Fractions ───
HCF(a/b, c/d) = HCF(a, c) / LCM(b, d)
─── LCM of Fractions ───
LCM(a/b, c/d) = LCM(a, c) / HCF(b, d)─── Percentage Basics ───
X% of Y = (X / 100) x Y
X is what % of Y = (X / Y) x 100
% Change = (Change / Original) x 100
─── Population / Depreciation ───
After n years (increase): P x (1 + R/100)^n
After n years (decrease): P x (1 - R/100)^n
─── Profit & Loss ───
Profit = SP - CP (when SP > CP)
Loss = CP - SP (when CP > SP)
Profit % = (Profit / CP) x 100
Loss % = (Loss / CP) x 100
SP = CP x (1 + Profit%/100) [when profit]
SP = CP x (1 - Loss%/100) [when loss]
CP = SP x 100 / (100 + Profit%)
CP = SP x 100 / (100 - Loss%)
─── Discount ───
Discount = Marked Price (MP) - Selling Price (SP)
Discount % = (Discount / MP) x 100
SP = MP x (1 - Discount%/100)
─── Successive Discounts ───
If two discounts a% and b%:
Final Price = MP x (1 - a/100) x (1 - b/100)
Equivalent single discount = a + b - (a x b / 100)
─── Important Percentage Equivalents ───
1% = 1/100 10% = 1/10
2% = 1/50 11.11% = 1/9
4% = 1/25 12.5% = 1/8
5% = 1/20 14.28% = 1/7
6.25% = 1/16 16.67% = 1/6
8.33% = 1/12 20% = 1/5
25% = 1/4 33.33% = 1/3
50% = 1/2 66.67% = 2/3─── Simple Interest (SI) ───
SI = (P x R x T) / 100
Amount (A) = P + SI = P + (P x R x T)/100 = P(1 + RT/100)
P = Principal, R = Rate % per annum, T = Time in years
─── Compound Interest (CI) ───
Amount (A) = P x (1 + R/100)^n
CI = A - P = P x [(1 + R/100)^n - 1]
When compounded half-yearly:
A = P x (1 + R/200)^(2n)
When compounded quarterly:
A = P x (1 + R/400)^(4n)
─── Example: SI vs CI on Rs 10,000 at 10% for 2 years ───
SI = (10000 x 10 x 2) / 100 = Rs 2,000
A(CI) = 10000 x (1.10)^2 = Rs 12,100
CI = 12100 - 10000 = Rs 2,100
Difference in 2 years = P x (R/100)^2
Difference in 3 years = P x (R/100)^2 x (3 + R/100)
─── Instalment Problems ───
Total amount paid in instalments is always more than
the principal. The extra amount is the interest charged.─── Time & Work ───
Work = Men x Days x Hours per day
If A can do a work in n days:
A's 1 day work = 1/n
If A does 1/n work per day, A finishes in n days.
A and B together (1 day work) = 1/a + 1/b = (a + b) / ab
Time taken together = ab / (a + b)
─── Work & Wages ───
Wages are distributed in ratio of work done
Wages of A : B = Efficiency of A : Efficiency of B
= (1/a) : (1/b) = b : a
─── Pipes & Cisterns ───
Inlet pipe (fills): positive work rate
Outlet pipe (empties): negative work rate
Net rate = Sum of inlet rates - Sum of outlet rates
Time to fill = 1 / Net rate
Example: Pipe A fills in 20 min, Pipe B empties in 30 min
Net = 1/20 - 1/30 = 1/60
Tank fills in 60 minutes
─── Time & Distance ───
Speed = Distance / Time
Distance = Speed x Time
Time = Distance / Speed
Conversions:
1 km/hr = 5/18 m/s
1 m/s = 18/5 km/hr
─── Average Speed ───
When distances are equal:
Avg Speed = 2xy / (x + y)
(x, y = two speeds)
When times are equal:
Avg Speed = (x + y) / 2
─── Relative Speed ───
Same direction: |Speed1 - Speed2|
Opposite direction: Speed1 + Speed2
─── Trains ───
Time to cross a pole = Length / Speed
Time to cross a platform = (Length + Platform) / Speed
Time to cross another train = (L1 + L2) / Relative Speed─── Boats & Streams ───
Downstream Speed = Speed of Boat + Speed of Stream
Upstream Speed = Speed of Boat - Speed of Stream
Speed of Boat = (Downstream + Upstream) / 2
Speed of Stream = (Downstream - Upstream) / 2
Time Downstream = Distance / Downstream Speed
Time Upstream = Distance / Upstream Speed
─── Races ───
If A beats B by x metres in a race of d metres:
When A finishes d metres, B has run (d - x) metres
Ratio of speeds = d : (d - x)
Dead Heat: Both finish at the same time
Start/Head Start: A gives B a start of t seconds or x metres─── Averages ───
Average = Sum of observations / Number of observations
Sum = Average x Number of observations
When a value is added:
New Avg = (Old Sum + New Value) / (n + 1)
When a value is removed:
New Avg = (Old Sum - Removed Value) / (n - 1)
When a value is replaced:
New Sum = Old Sum - Removed + Added
New Avg = New Sum / n
Weighted Average = (w1*x1 + w2*x2 + ...) / (w1 + w2 + ...)
─── Ratios ───
Ratio a:b is same as a/b. It has no units.
Compound Ratio: a:b and c:d = ac : bd
Duplicate Ratio of a:b = a^2 : b^2
Sub-duplicate Ratio = sqrt(a) : sqrt(b)
Triplicate Ratio = a^3 : b^3
If a:b = c:d then (a+b):(a-b) = (c+d):(c-d) [Componendo & Dividendo]
─── Proportions ───
a:b = c:d implies a x d = b x c (Product of extremes = Product of means)
a:b :: c:d => a, b, c, d are in proportion
Fourth Proportional: a:b = c:x => x = bc/a
Third Proportional: a:b = b:x => x = b^2/a
Mean Proportional: a:x = x:b => x = sqrt(ab)─── Fundamental Rules ───
P(E) = Favourable Outcomes / Total Outcomes
0 <= P(E) <= 1
P(Sure Event) = 1
P(Impossible Event) = 0
P(E) + P(not E) = 1
─── Addition Rule ───
P(A or B) = P(A) + P(B) - P(A and B)
[Mutually exclusive: P(A or B) = P(A) + P(B)]
─── Multiplication Rule ───
P(A and B) = P(A) x P(B) [Independent events]
─── Important Results ───
Coins: n coins tossed → 2^n outcomes
Dice: n dice rolled → 6^n outcomes
Cards: 52 cards → 4 suits x 13 ranks
- 4 Aces, 4 Kings, 13 Hearts, 13 Spades
- 26 Red, 26 Black, 12 Face cards
─── Types of Questions ───
At least one: P(at least 1) = 1 - P(none)
Exactly one: P(exactly 1) = P(A) x P(not B) + P(not A) x P(B)
Neither: P(neither A nor B) = P(not A) x P(not B)─── Factorial ───
n! = n x (n-1) x (n-2) x ... x 2 x 1
0! = 1, 1! = 1
─── Permutation (Order Matters) ───
nPr = n! / (n-r)! [Arrangement]
nPn = n! [All n items arranged]
0Pr = 0 (for r > 0)
Repetition allowed: n^r
─── Combination (Order Does NOT Matter) ───
nCr = n! / [r! x (n-r)!] [Selection]
nCr = nC(n-r) [Symmetry property]
nC0 = nCn = 1
nC1 = nC(n-1) = n
─── Key Relationship ───
nPr = r! x nCr
─── Circular Permutation ───
(n-1)! arrangements of n distinct objects in a circle
(n-1)! / 2 if clockwise and anti-clockwise are same
─── Division into Groups ───
n! / (n1! x n2! x ...) [if all groups distinct]
n! / [(n1! x n2! x ...) x k!] [if k groups are identical]─── Logarithm Rules ───
If a^m = N then log_a(N) = m (a > 0, a != 1, N > 0)
Product: log(M x N) = log M + log N
Quotient: log(M / N) = log M - log N
Power: log M^n = n x log M
Base Change: log_a N = log N / log a
Reciprocal: log(1/N) = -log N
Self: log_a a = 1
Unity: log_a 1 = 0
─── Surds & Indices Rules ───
a^m x a^n = a^(m+n) a^m / a^n = a^(m-n)
(a^m)^n = a^(mn) (ab)^n = a^n x b^n
(a/b)^n = a^n / b^n a^0 = 1 (a != 0)
a^(-n) = 1 / a^n
a^(m/n) = n-th root of (a^m) = (n-th root of a)^m
─── Simplification of Surds ───
sqrt(50) = sqrt(25 x 2) = 5 sqrt(2)
sqrt(75) = sqrt(25 x 3) = 5 sqrt(3)
sqrt(98) = sqrt(49 x 2) = 7 sqrt(2)
Like surds: a*sqrt(m) + b*sqrt(m) = (a+b)*sqrt(m)
Multiply: a*sqrt(m) x b*sqrt(n) = ab*sqrt(mn)| Pattern Type | Description | Example |
|---|---|---|
| Arithmetic | Constant difference between terms | 2, 5, 8, 11, 14 (diff = 3) |
| Geometric | Constant ratio between terms | 3, 9, 27, 81 (ratio = 3) |
| Squares | Sequence of perfect squares | 1, 4, 9, 16, 25, 36 |
| Cubes | Sequence of perfect cubes | 1, 8, 27, 64, 125 |
| Fibonacci | Each term = sum of previous two | 1, 1, 2, 3, 5, 8, 13 |
| Alternate | Two interleaved patterns | 2, 10, 4, 12, 6, 14 (odd pos: 2,4,6... even pos: 10,12,14...) |
| Difference of diff | Second-order differences constant | 1, 2, 4, 7, 11 (diffs: 1,2,3,4) |
| Letter Pattern | Alphabetical position shift | A, C, E, G, I (skip 1) |
| Reverse Alpha | Moving backward in alphabet | Z, X, V, T, R (skip 1 backward) |
| Mixed | Numbers and letters combined | A1, C3, E5, G7 (letter+1, number+2) |
─── Letter-to-Number Mapping (A=1, B=2, ..., Z=26) ───
Vowels: A=1, E=5, I=9, O=15, U=21
Important: C=3, D=4, G=7, H=8, J=10, K=11, M=13, N=14, P=16
Q=17, R=18, S=19, T=20, W=23, X=24, Y=25, Z=26
─── Common Letter Series Patterns ───
Skip 1: A C E G I K ...
Skip 2: A D G J M P ...
Reverse: Z Y X W V U ...
Vowels only: A E I O U
Consonants: B C D F G H ...
─── Opposite Letters (Sum = 27) ───
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| Relation | Description |
|---|---|
| Father / Mother | Direct parent |
| Son / Daughter | Direct child |
| Brother / Sister | Same parents |
| Uncle | Father's or Mother's brother |
| Aunt | Father's or Mother's sister |
| Cousin | Uncle's or Aunt's child |
| Nephew | Brother's or Sister's son |
| Niece | Brother's or Sister's daughter |
| Grandfather | Father's or Mother's father |
| Grandmother | Father's or Mother's mother |
| Father-in-law | Spouse's father |
| Mother-in-law | Spouse's mother |
| Brother-in-law | Spouse's or sibling's brother |
| Sister-in-law | Spouse's or sibling's sister |
─── Blood Relation Notation (Drawing a Tree) ───
Use + for Male, - for Female
---- = Married couple (horizontal line)
| = Parent-child (vertical line)
--- = Siblings (horizontal line with dots)
Generation levels (top to bottom):
Grandparents → Parents → Self → Children → Grandchildren| Direction | Degrees | Turn From N (clockwise) |
|---|---|---|
| North (N) | 0 or 360 | 0 degrees |
| North-East (NE) | 45 | 45 degrees clockwise |
| East (E) | 90 | 90 degrees clockwise |
| South-East (SE) | 135 | 135 degrees clockwise |
| South (S) | 180 | 180 degrees clockwise |
| South-West (SW) | 225 | 225 degrees clockwise |
| West (W) | 270 | 270 degrees clockwise |
| North-West (NW) | 315 | 315 degrees clockwise |
─── Key Concepts ───
Right Turn = 90 degrees clockwise
Left Turn = 90 degrees anti-clockwise
About Turn = 180 degrees (reverses direction)
Shadow direction:
Morning (sunrise): Shadow falls to the WEST
Evening (sunset): Shadow falls to the EAST
Noon: No shadow (sun directly overhead)
Finding shortest distance between start and end:
Use Pythagoras theorem after finding net N-S and E-W displacement
Example:
Walk 4 km North, turn right, walk 3 km East
Distance from start = sqrt(4^2 + 3^2) = 5 km (right angle triangle)| Type | Method | Example |
|---|---|---|
| Letter Shift | Each letter shifted by fixed positions | CAT → FCW (each +3) |
| Reverse Order | Letters reversed | LOVE → EVOL |
| Position Code | Letter replaced by position number | CAT → 3-1-20 |
| Opposite Letters | Each letter replaced by opposite (A=Z) | CAT → XZG |
| Skip Pattern | Skip fixed number of letters | ABCDE → ACE (skip 1) |
| Vowel/Consonant Swap | Vowels and consonants shifted differently | Conditional substitution |
| Word Replacement | Each word replaced by synonym/specific code | Red → Blue in a fixed mapping |
| Condition Based | Code changes based on conditions (odd/even length) | If length even: reverse; else: shift +1 |
─── Linear Arrangement ───
People sit in a single straight line
Left and Right are based on the person's perspective
When facing North: Left = West, Right = East
When facing South: Left = East, Right = West
─── Circular Arrangement ───
People sit around a circle (usually 5-8 people)
Facing Centre:
- Left = clockwise
- Right = anti-clockwise
Facing Outward:
- Left = anti-clockwise
- Right = clockwise
─── Rectangular / Square Arrangement ───
People sit at corners and/or middle of sides
Combination of linear and circular logic
─── Double Row Arrangement ───
Two rows facing each other (A facing B and vice versa)
- A's left = B's right and vice versa
─── Key Tips ───
1. Always note who faces which direction first
2. Start with fixed/clues with definite positions
3. Look for "sits next to" (adjacent) and "sits between" clues
4. Draw diagrams for every arrangement problem
5. Verify final arrangement with all given clues| Statement 1 | Statement 2 | Valid Conclusion |
|---|---|---|
| All A are B | All B are C | All A are C |
| All A are B | Some B are C | No definite conclusion |
| All A are B | Some B are not C | No definite conclusion |
| Some A are B | All B are C | Some A are C |
| Some A are B | Some B are C | No definite conclusion |
| Some A are B | No B are C | Some A are not C |
| No A are B | All B are C | No A is C (follows only if B and C are linked) |
| No A are B | Some B are C | No definite conclusion |
| No A are B | No B are C | No definite conclusion |
| Some A are not B | All B are C | No definite conclusion |
| Some A are not B | Some B are not C | No definite conclusion |
─── Syllogism Rules (Venn Diagram Method) ───
1. All A are B → Circle A is inside Circle B
2. Some A are B → Circles A and B partially overlap
3. No A are B → Circles A and B do not touch at all
4. Some A are not B → Part of A is outside B
Definite conclusions must be true in ALL possible Venn diagrams.
If a conclusion is possible but not certain, it is "not followed."
─── Complementary Pairs (Either-Or) ───
When only two conclusions remain possible and they are:
- "Some A are B" and "No A are B" → Either-Or
- "All A are B" and "Some A are not B" → Either-Or
Both cannot be false simultaneously.─── Steps to Solve ───
1. Read the question and identify what is asked
2. Check Statement I alone
3. Check Statement II alone
4. Check both together
─── Answer Options (Standard) ───
A: Statement I alone is sufficient
B: Statement II alone is sufficient
C: Both I and II together are sufficient
D: Either I or II alone is sufficient
E: Neither I nor II is sufficient (need more data)
─── Tips ───
- Do NOT assume anything beyond given data
- Do NOT solve completely; just check if answer CAN be found
- "What is the value" → need a unique numerical answer
- "Is X greater than Y?" → need comparison, not exact values
- If I alone gives answer, answer is A (do not bother checking II)─── Common Input-Output Patterns ───
1. Shifting: Elements rearranged by position (left/right shift)
2. Arrangement: Words sorted alphabetically, numbers sorted
3. Mathematical: Each number operated upon (+, -, x, /)
4. Replacement: Letters replaced by next/previous letter
5. Combination: Two or more of the above
─── Solving Steps ───
1. Write the given input carefully
2. Compare Input → Step 1 → Step 2 to find the pattern
3. Check if the pattern applies consistently
4. Apply the pattern to answer the question
─── Example Pattern ───
Input: 96 48 72 24 36
Step 1: 6 12 18 24 30 (divide by 8, then 4, then 4, ...)
Step 2: 18 12 24 6 30 (rearranged ascending by first digit)
Always verify the pattern with at least 2-3 steps before answering.| Error Type | Wrong | Correct | Rule |
|---|---|---|---|
| Subject-Verb | He go to school | He goes to school | Third person singular takes -s/-es |
| Subject-Verb | The team are playing | The team is playing | Collective noun as single unit = singular |
| Tense | I have went there | I have gone there | Present perfect uses past participle |
| Tense | He had came yesterday | He came yesterday | Simple past for completed actions |
| Preposition | Congratulate him for | Congratulate him on | Congratulate takes "on" |
| Preposition | Accused for murder | Accused of murder | Accused takes "of" |
| Preposition | Died with fever | Died of fever | Die takes "of" (disease) |
| Pronoun | Him and I went | He and I went | Subject pronouns in subject position |
| Article | An university | A university | Use "a" before words starting with consonant sound |
| Article | An honest man | An honest man | Use "an" before vowel sound (h is silent here) |
| Comparison | more better | better | Double comparative is wrong |
| Comparison | She is the most tallest | She is the tallest | Double superlative is wrong |
| Parallelism | I like singing and to dance | I like singing and dancing | Keep parallel forms |
| Phrase / Description | One Word |
|---|---|
| A person who loves books | Bibliophile |
| A person who hates women | Misogynist |
| A person who hates men | Misandrist |
| A person who hates mankind | Misanthropist |
| One who knows many languages | Polyglot |
| One who eats human flesh | Cannibal |
| One who walks in sleep | Somnambulist |
| One who can speak two languages | Bilingual |
| One who is present everywhere | Omnipresent |
| One who knows everything | Omniscient |
| One who is all powerful | Omnipotent |
| Government by the people | Democracy |
| Government by one person | Autocracy |
| Government by the rich | Plutocracy |
| Government by the officials | Bureaucracy |
| Government by the priests | Theocracy |
| A person who does not believe in God | Atheist |
| A person who believes in God | Theist |
| Fear of heights | Acrophobia |
| Fear of water | Hydrophobia |
| Fear of closed spaces | Claustrophobia |
| Fear of open spaces | Agoraphobia |
| A person who leaves his country | Emigrant |
| A person who comes to a country | Immigrant |
| One who compiles a dictionary | Lexicographer |
| A place where birds are kept | Aviary |
| A place where bees are kept | Apiary |
| A place where fish are kept | Aquarium |
| A place where animals are kept | Zoo |
| A person who works for free | Volunteer |
| A person who loves collecting stamps | Philatelist |
| A funeral procession | Cortege |
| A person who is always hopeful | Optimist |
| A person who is always pessimistic | Pessimist |
| Idiom / Phrase | Meaning |
|---|---|
| A piece of cake | Something very easy to do |
| Break the ice | Initiate a conversation |
| Burn the midnight oil | Work late into the night |
| By hook or by crook | By any means, fair or foul |
| Call it a day | Stop working on something |
| Cut corners | Do something cheaply or skip steps |
| A blessing in disguise | Something good from a bad situation |
| Hit the nail on the head | Exactly right about something |
| Once in a blue moon | Very rarely |
| Spill the beans | Reveal a secret |
| The ball is in your court | It is your decision now |
| Beat around the bush | Avoid getting to the point |
| Bite the bullet | Face something difficult bravely |
| Cry over spilt milk | Regret past actions that cannot be changed |
| Every cloud has a silver lining | There is hope in every difficult situation |
| Let the cat out of the bag | Reveal a secret accidentally |
| A penny for your thoughts | Tell me what you are thinking |
| Add insult to injury | Make a bad situation worse |
| Barking up the wrong tree | Pursuing a false lead |
| Cost an arm and a leg | Very expensive |
| Devil in the details | Problems arise from small details |
| Elbow grease | Hard physical effort |
| Fair and square | Honest and straightforward |
| Get out of hand | Lose control of a situation |
| Word | Synonyms | Antonyms |
|---|---|---|
| Abundant | Plentiful, ample, copious | Scarce, rare, meagre |
| Benevolent | Kind, generous, charitable | Malevolent, cruel, harsh |
| Candid | Frank, honest, open | Diplomatic, evasive, guarded |
| Diligent | Hardworking, industrious | Lazy, idle, careless |
| Ephemeral | Temporary, fleeting | Permanent, lasting |
| Fallacious | False, misleading | Valid, correct, true |
| Gregarious | Sociable, outgoing | Introverted, solitary |
| Hazardous | Dangerous, risky | Safe, secure |
| Inevitable | Unavoidable, certain | Uncertain, preventable |
| Jubilant | Joyful, elated, thrilled | Depressed, sorrowful |
| Lucid | Clear, transparent | Obscure, confusing |
| Meticulous | Careful, precise | Careless, sloppy |
| Nemesis | Rival, opponent, foe | Friend, ally |
| Obstinate | Stubborn, inflexible | Flexible, yielding |
| Prolific | Productive, abundant | Unproductive, barren |
| Quell | Suppress, subdue | Incite, provoke |
| Resilient | Tough, adaptable | Fragile, vulnerable |
| Sanguine | Optimistic, hopeful | Pessimistic, gloomy |
| Tenacious | Persistent, determined | Yielding, wavering |
| Voracious | Insatiable, greedy | Satisfied, moderate |
─── Rule 1: Subject-Verb Agreement ───
- Singular subject → Singular verb
- Plural subject → Plural verb
- Two singular subjects joined by "and" → Plural verb
- "Each", "Every", "Either", "Neither", "Everyone" → Singular verb
- "Either...or", "Neither...nor" → Verb matches nearer subject
─── Rule 2: Tense Consistency ───
- Keep the same tense throughout a sentence
- Past tense for past events
- Present perfect for recently completed + effect
─── Rule 3: Pronoun Errors ───
- Subject position → I, he, she, they, we (nominative)
- Object position → me, him, her, them, us (objective)
- Possessive → my, his, her, their, our
─── Rule 4: Common Prepositions ───
- Accused OF, Acquitted OF, Afraid OF
- Absorbed IN, Abundant IN
- Blind IN/TO, Deprived OF
- Comply WITH, Deal WITH, Conversant WITH
- Fond OF, Deprived OF, Devoid OF
─── Rule 5: Article Usage ───
- "The" for unique things (sun, earth, longest)
- "A/An" before consonant/vowel SOUND (not letter)
- No article before: proper nouns, abstract nouns (general), meals─── Strategies ───
1. Read the original sentence carefully
2. Identify the error (grammar/usage/meaning)
3. Check all options — choose the best one
4. Look for: tense, preposition, parallelism, idioms
Common improvement areas:
- Replace wrong preposition
- Fix tense consistency
- Use correct article
- Correct subject-verb agreement
- Use appropriate idiom
- Remove redundancy (e.g., "revert back" → "revert")
- Use active voice over passive for conciseness─── Approach ───
1. Read the questions FIRST (to know what to look for)
2. Skim the passage for overall idea (2-3 minutes)
3. Read in detail, marking key points
4. Answer questions based on the passage ONLY
─── Question Types ───
- Main Idea / Central Theme
- Specific Detail (directly from passage)
- Inference (implied, not stated directly)
- Vocabulary in Context (meaning of a word as used in passage)
- Tone / Attitude of the author
- Title of the passage
─── Tips ───
- The answer is ALWAYS in the passage — do not use outside knowledge
- "Inference" questions: look for what the author implies
- "NOT" questions: eliminate options that ARE in the passage
- Watch for extreme words: "always", "never", "all", "none"
- First and last sentences of paragraphs are crucial
- Read at least 2 passages daily for practice| Type | Description | Tips |
|---|---|---|
| Bar Graph | Rectangular bars; height = value | Compare lengths; check scale (units, thousands/lakhs) |
| Line Graph | Points connected by lines; shows trend | Focus on slope direction; peaks and troughs |
| Pie Chart | Circle divided into sectors | Remember: total = 100% or 360 degrees |
| Table | Data in rows and columns | Read headers carefully; look for totals |
| Combined Chart | Multiple graph types together | Understand each graph independently first |
| Caselet | Paragraph form data | Extract data into a table/graph first |
| Missing Data | Table/graph with blanks | Use given totals and sums to find missing values |
| Percentage | Degrees | Fraction |
|---|---|---|
| 5% | 18 degrees | 1/20 |
| 10% | 36 degrees | 1/10 |
| 12.5% | 45 degrees | 1/8 |
| 15% | 54 degrees | 3/20 |
| 20% | 72 degrees | 1/5 |
| 25% | 90 degrees | 1/4 |
| 30% | 108 degrees | 3/10 |
| 33.33% | 120 degrees | 1/3 |
| 40% | 144 degrees | 2/5 |
| 50% | 180 degrees | 1/2 |
| 60% | 216 degrees | 3/5 |
| 75% | 270 degrees | 3/4 |
| 100% | 360 degrees | 1 |
─── Conversion Formula ───
Degree = (Percentage / 100) x 360
Percentage = (Degree / 360) x 100
Quick conversions to memorize:
1% = 3.6 degrees
10% = 36 degrees
25% = 90 degrees
50% = 180 degrees─── Percentage Approximation ───
10% of X = X / 10
5% of X = X / 20
20% of X = X / 5
25% of X = X / 4
50% of X = X / 2
Successive % change:
Net % = a + b + (a x b / 100)
Example: 10% increase then 20% decrease:
Net = 10 - 20 + (10 x -20 / 100) = -10 - 2 = -12%
─── Quick Multiplication ───
x 50 → add two zeros and divide by 2
x 25 → add two zeros and divide by 4
x 125 → add three zeros and divide by 8
x 5 → add one zero and divide by 2
─── Ratio Comparison ───
a/b vs c/d → Cross multiply: compare ad vs bc
─── Averages in DI ───
If data is in ranges, approximate by midpoints
Weighted average for grouped data is common in DI─── Approach ───
1. Identify exactly what is being asked
2. Check each statement independently
3. Determine if data is sufficient to get a UNIQUE answer
─── Common Traps ───
- Statement gives ratio but question asks value → NOT sufficient
- Statement gives total but needs individual breakup → check
- Graph without scale/legend → data may be insufficient
- Percentage without base value → cannot find absolute numbers
─── Practice Strategy ───
- Solve at least 3 DI sets daily
- Time yourself: target 8-10 minutes per set
- Focus on accuracy over speed initially
- Learn to skip difficult sets and come back later| Date | Event / Significance |
|---|---|
| January 26 | Republic Day (Constitution came into effect, 1950) |
| January 30 | Martyrs Day (Mahatma Gandhi assassination, 1948) |
| February 28 | National Science Day (Raman Effect discovery, 1928) |
| March 8 | International Women Day |
| April 13 | Jallianwala Bagh Massacre (1919) |
| May 1 | International Labour Day / Maharashtra Day |
| May 11 | National Technology Day (Pokhran-II, 1998) |
| August 9 | Quit India Movement (1942) |
| August 15 | Independence Day (1947) |
| September 5 | Teachers Day (Dr. Sarvepalli Radhakrishnan birthday) |
| October 2 | Gandhi Jayanti (Mahatma Gandhi birthday) |
| November 14 | Children Day (Jawaharlal Nehru birthday) |
| November 26 | Constitution Day (Constitution adopted, 1949) |
| December 25 | Christmas / Good Governance Day (Atal Bihari Vajpayee birthday) |
| Symbol | Details |
|---|---|
| National Flag | Tiranga (Tricolour) — Saffron, White, Green with Ashoka Chakra |
| National Anthem | Jana Gana Mana — written by Rabindranath Tagore |
| National Song | Vande Mataram — written by Bankim Chandra Chattopadhyay |
| National Emblem | Lion Capital of Ashoka at Sarnath |
| National Animal | Bengal Tiger (Panthera tigris tigris) |
| National Bird | Indian Peacock (Pavo cristatus) |
| National Flower | Lotus (Nelumbo nucifera) |
| National Tree | Banyan Tree (Ficus benghalensis) |
| National Fruit | Mango (Mangifera indica) |
| National River | Ganga (Ganges) |
| National Reptile | King Cobra |
| National Heritage Animal | Indian Elephant |
| National Currency | Indian Rupee (symbol: Rs / INR) |
| Body / Post | Details |
|---|---|
| President of India | Head of State; elected by Electoral College |
| Prime Minister | Head of Government; leader of majority party in Lok Sabha |
| Chief Justice of India | Head of the Supreme Court; appointed by President |
| Chief Election Commissioner | Head of Election Commission of India |
| Comptroller & Auditor General (CAG) | Audits government accounts; appointed by President |
| Attorney General of India | Top law officer; appointed by President |
| UPSC Chairman | Conducts Civil Services Exam; appointed by President |
| Finance Commission | Recommends tax sharing between Centre and States |
| National Human Rights Commission | Protects human rights; Chairperson must be retired CJI |
| Central Vigilance Commission | Anti-corruption watchdog |
| State | Capital | CM | Governor (Recent) |
|---|---|---|---|
| Andhra Pradesh | Amaravati | N. Chandrababu Naidu | S. Abdul Nazeer |
| Bihar | Patna | Nitish Kumar | Rajendra Vishwanath Arlekar |
| Gujarat | Gandhinagar | Bhupendra Patel | Acharya Devvrat |
| Karnataka | Bengaluru | Siddaramaiah | Thaawarchand Gehlot |
| Kerala | Thiruvananthapuram | Pinarayi Vijayan | Rajendra Vishwanath Arlekar |
| Madhya Pradesh | Bhopal | Mohan Yadav | Mangubhai C. Patel |
| Maharashtra | Mumbai | Devendra Fadnavis | C.P. Radhakrishnan |
| Rajasthan | Jaipur | Bhajan Lal Sharma | Haribhau Kisanrao Bagde |
| Tamil Nadu | Chennai | M.K. Stalin | R.N. Ravi |
| Telangana | Hyderabad | A. Revanth Reddy | Jishnu Dev Varma |
| Uttar Pradesh | Lucknow | Yogi Adityanath | Anandiben Patel |
| West Bengal | Kolkata | Mamata Banerjee | C.V. Ananda Bose |
| Delhi (UT) | New Delhi | — (Lt. Governor) | V.K. Saxena (LG) |
| Country | Capital | Currency |
|---|---|---|
| United States | Washington D.C. | US Dollar (USD) |
| United Kingdom | London | Pound Sterling (GBP) |
| France | Paris | Euro (EUR) |
| Germany | Berlin | Euro (EUR) |
| Japan | Tokyo | Yen (JPY) |
| China | Beijing | Yuan / Renminbi (CNY) |
| Russia | Moscow | Ruble (RUB) |
| Australia | Canberra | Australian Dollar (AUD) |
| Canada | Ottawa | Canadian Dollar (CAD) |
| Brazil | Brasilia | Real (BRL) |
| South Korea | Seoul | Won (KRW) |
| South Africa | Pretoria | Rand (ZAR) |
| Saudi Arabia | Riyadh | Riyal (SAR) |
| UAE | Abu Dhabi | Dirham (AED) |
| Singapore | Singapore | Singapore Dollar (SGD) |
| Switzerland | Bern | Swiss Franc (CHF) |
| Italy | Rome | Euro (EUR) |
| Indonesia | Jakarta | Rupiah (IDR) |
| Thailand | Bangkok | Baht (THB) |
| Turkey | Ankara | Lira (TRY) |
| Organization | Full Form | Headquarters | Key Info |
|---|---|---|---|
| UN | United Nations | New York | 193 member states; maintains international peace |
| WHO | World Health Organization | Geneva | International public health; founded 1948 |
| UNESCO | UN Educational, Scientific, Cultural Org. | Paris | Promotes education, science, culture |
| WTO | World Trade Organization | Geneva | Global trade rules; 164 members |
| NATO | North Atlantic Treaty Organization | Brussels | Military alliance; 32 members |
| ASEAN | Association of Southeast Asian Nations | Jakarta | 10 member states in SE Asia |
| SAARC | South Asian Association for Regional Cooperation | Kathmandu | 8 member states in South Asia |
| BRICS | Brazil, Russia, India, China, South Africa (+new) | — | Now includes Egypt, Ethiopia, Iran, UAE |
| IMF | International Monetary Fund | Washington D.C. | Global financial stability; 190 members |
| World Bank | International Bank for Reconstruction | Washington D.C. | Development loans to countries |
| G20 | Group of Twenty | — | 19 countries + EU; 85% global GDP |
| Interpol | International Criminal Police Organization | Lyon | Global police cooperation |
| ICC | International Criminal Court | The Hague | Prosecutes international crimes |
| OPEC | Organization of Petroleum Exporting Countries | Vienna | Coordinates oil policies; 13 members |
| Category | Laureate | Year | Contribution |
|---|---|---|---|
| Peace | Kailash Satyarthi | 2014 | Child rights advocacy (shared with Malala) |
| Chemistry | Venkatraman Ramakrishnan | 2009 | Ribosome structure (shared) |
| Peace | Mother Teresa | 1979 | Humanitarian work (Missionaries of Charity) |
| Physics | C.V. Raman | 1930 | Raman Effect (scattering of light) |
| Literature | Rabindranath Tagore | 1913 | Gitanjali |
| Medicine | Har Gobind Khorana | 1968 | Genetic code interpretation |
| Economics | Abhijit Banerjee | 2019 | Experimental approach to alleviating poverty |
| Peace | Amartya Sen | 1998 (Economics) | Welfare economics |
| Award | Field | Details |
|---|---|---|
| Bharat Ratna | Highest civilian honour | Awarded for exceptional service of highest order |
| Padma Vibhushan | Civilian honour (2nd highest) | Exceptional and distinguished service |
| Padma Bhushan | Civilian honour (3rd highest) | Distinguished service of high order |
| Padma Shri | Civilian honour (4th highest) | Distinguished service in any field |
| Arjuna Award | Sports | Outstanding sporting achievement |
| Dronacharya Award | Sports Coaching | Outstanding coaches in sports |
| Rajiv Gandhi Khel Ratna | Sports (now Major Dhyan Chand Khel Ratna) | Highest sporting honour in India |
| Sahitya Akademi Award | Literature | Outstanding literary works in Indian languages |
| Jnanpith Award | Literature | Highest literary award in India |
| Filmfare Awards | Cinema | Bollywood awards for excellence in Hindi films |
| Dadasaheb Phalke Award | Cinema | Highest award in Indian cinema (lifetime achievement) |
| Shanti Swarup Bhatnagar Prize | Science | Outstanding research in science and technology |
| Term | Definition |
|---|---|
| CPU | Central Processing Unit — brain of the computer (ALU + CU + Memory) |
| RAM | Random Access Memory — volatile, temporary memory |
| ROM | Read Only Memory — non-volatile, permanent memory |
| Hard Disk | Primary storage device; non-volatile; magnetic storage |
| SSD | Solid State Drive — faster than HDD, no moving parts |
| Motherboard | Main circuit board connecting all components |
| OS | Operating System — system software managing hardware (Windows, Linux, macOS) |
| Input Devices | Keyboard, Mouse, Scanner, Microphone, Webcam, Touchscreen |
| Output Devices | Monitor, Printer, Speaker, Projector |
| Binary System | Computer uses binary (0 and 1) for all data representation |
| Byte | 8 bits = 1 Byte; basic unit of data |
| 1 KB | 1024 Bytes |
| 1 MB | 1024 KB = 1,048,576 Bytes |
| 1 GB | 1024 MB |
| 1 TB | 1024 GB |
| Cache Memory | Fastest memory; sits between CPU and RAM (L1, L2, L3) |
| Register | Fastest memory location inside CPU |
| Shortcut | Action (MS Word/Excel) |
|---|---|
| Ctrl + C | Copy selected text/cells |
| Ctrl + V | Paste |
| Ctrl + X | Cut |
| Ctrl + Z | Undo last action |
| Ctrl + Y | Redo |
| Ctrl + A | Select all |
| Ctrl + S | Save file |
| Ctrl + P | |
| Ctrl + F | Find text |
| Ctrl + H | Find and Replace |
| Ctrl + B | Bold |
| Ctrl + I | Italic |
| Ctrl + U | Underline |
| Ctrl + N | New document/workbook |
| Ctrl + O | Open file |
| Ctrl + W | Close file |
| F2 | Edit cell (Excel) / Rename file |
| F5 | Go To (Excel) / Open navigation pane (Word) |
| F7 | Spell Check |
| Ctrl + Home | Go to beginning of document |
| Ctrl + End | Go to end of document |
| Term | Definition |
|---|---|
| Internet | Global network of interconnected computers using TCP/IP |
| WWW | World Wide Web — collection of web pages accessed via Internet |
| URL | Uniform Resource Locator — web address (e.g., https://example.com) |
| HTTP/HTTPS | HyperText Transfer Protocol (Secure) — protocol for web communication |
| HTML | HyperText Markup Language — language for creating web pages |
| IP Address | Unique numerical address of a device on a network (e.g., 192.168.1.1) |
| DNS | Domain Name System — converts domain names to IP addresses |
| ISP | Internet Service Provider — company providing internet access |
| Electronic mail — Gmail, Yahoo, Outlook | |
| Search Engine | Google, Bing, Yahoo — finds web pages based on keywords |
| Browser | Chrome, Firefox, Edge, Safari — software to access the web |
| Firewall | Security system that monitors and controls network traffic |
| VPN | Virtual Private Network — encrypts internet connection for privacy |
| Wi-Fi | Wireless Fidelity — wireless networking using radio waves |
| LAN | Local Area Network — network within a small area (office, building) |
| WAN | Wide Area Network — network spanning large geographical areas |
| TCP/IP | Transmission Control Protocol / Internet Protocol — core communication protocol |
| Term | Definition |
|---|---|
| Database | Organized collection of structured data stored electronically |
| DBMS | Database Management System — software to manage databases (MySQL, Oracle) |
| Table | Collection of data organized in rows and columns |
| Record / Row | A single entry in a table (horizontal) |
| Field / Column | A single attribute in a table (vertical) |
| Primary Key | Unique identifier for each record in a table |
| Foreign Key | Field that references the primary key of another table |
| SQL | Structured Query Language — language for managing databases |
| Query | A request for specific data from a database |
| Normalization | Process of organizing data to reduce redundancy |
| Relational Database | Database that stores data in related tables |
| NoSQL | Non-relational database (MongoDB, Redis) for unstructured data |
| Cloud Database | Database hosted on cloud platforms (AWS RDS, Azure SQL) |
─── Preparation Strategy ───
1. Daily Sources:
- The Hindu / Indian Express (editorials most important)
- PIB (Press Information Bureau) — pib.gov.in
- DD News / Rajya Sabha TV
2. Monthly Compilation:
- Make notes of important events by category
- Focus on: Appointments, Awards, Summits, Indexes, Defence
3. Key Areas to Cover:
- National & International events
- Government schemes & policies
- Appointments & resignations
- Sports (tournaments, winners, records)
- Awards & honours (national and international)
- Science & Technology (ISRO, DRDO)
- Defence exercises (bilateral, multilateral)
- Important indexes/rankings (HDI, Ease of Business, GHI)
4. Timeline:
- For most exams: last 6-12 months
- For UPSC: last 12-18 months
- For Bank exams: last 4-6 months
5. Revision:
- Revise weekly notes every Sunday
- Take monthly quizzes
- Make flashcards for important dates and names| Scheme | Ministry | Objective | Key Points |
|---|---|---|---|
| PM Kisan | Agriculture | Income support to farmers | Rs 6,000/year in 3 instalments to landholding farmer families |
| PM Ujjwala Yojana | Petroleum & Gas | Free LPG connections to BPL women | 8 crore+ connections; deposit-free; EMI option |
| PM Mudra Yojana | Finance | Micro-enterprise loans | Shishu (up to Rs 50K), Kishore (Rs 50K-5L), Tarun (Rs 5L-10L) |
| Atal Pension Yojana | Finance | Pension for unorganised sector | Fixed pension of Rs 1000-5000/month after age 60 |
| PM Awas Yojana | Housing | Housing for all by 2024 | Pucca houses for EWS/LIG/MIG in urban and rural areas |
| PM Jan Dhan Yojana | Finance | Financial inclusion | Basic bank account with Rs 5000 overdraft facility |
| Swachh Bharat Mission | Urban Dev | Clean India | Sanitation coverage; ODF villages; waste management |
| Beti Bachao Beti Padhao | WCD | Girl child welfare | Prevent gender-biased sex selection; promote education |
| Make in India | Commerce | Boost manufacturing | 25 sectors; FDI reforms; ease of doing business |
| Digital India | Electronics & IT | Digital empowerment | Digital infrastructure, digital services, digital literacy |
| Skill India / PMKVY | Skill Development | Skill training | PM Kaushal Vikas Yojana — training 400 million by 2025 |
| Ayushman Bharat | Health | Universal health coverage | PM Jan Arogya Yojana — Rs 5 lakh health cover per family |
| PM Gati Shakti | Commerce | Infrastructure master plan | Integrated plan for roads, railways, ports, waterways |
| PM Vishwakarma | MSME | Support for artisans | Collateral-free loans up to Rs 3 lakh; toolkit incentive |
| Rashtriya Kisan Mandhan | Agriculture | Pension for farmers | Rs 3,000/month pension after age 60; Rs 55-200/month contribution |
─── What to Note in Every Union Budget ───
1. Fiscal Deficit (% of GDP) — Target vs Actual
2. Revenue Deficit and Capital Expenditure
3. Tax Revenue (Direct and Indirect) estimates
4. New Tax Slabs (if any changes to income tax)
5. Key Allocations:
- Education sector
- Health sector
- Defence sector
- Agriculture and farmer welfare
- Infrastructure (roads, railways, ports)
- Rural development
- Social welfare schemes
6. New Schemes / Schemes discontinued
7. Subsidy allocations (food, fertilizer, fuel)
8. Disinvestment targets
9. Borrowing estimates (market borrowing, external)
10. GST collections trend
─── Key Budget Terms ───
Fiscal Deficit = Total Expenditure - Total Receipts (except borrowing)
Revenue Deficit = Revenue Expenditure - Revenue Receipts
Primary Deficit = Fiscal Deficit - Interest Payments
Capital Expenditure (Capex) = Spending on assets (infrastructure, equipment)
Revenue Expenditure = Day-to-day spending (salaries, subsidies, interest)| Exam | Key Sections | Duration | Negative Marking | Cutoff Tips |
|---|---|---|---|---|
| CAT | VARC, DILR, QA (3 sections) | 120 min (40 min each) | -1 per wrong (MCQ); no penalty for TITA | 95+ percentile for top IIMs; 99+ for ABC |
| IBPS PO | Reasoning, QA, English, GA, Computer | 60 min prelims + 60 min mains | -0.25 per wrong | Sectional cutoff matters; aim 60+ per section |
| SSC CGL | Reasoning, QA, English, GK | 60 min (Tier 1) | -0.50 per wrong | Normalize across shifts; GK is high-scoring |
| UPSC CSAT | GS Paper 1 + CSAT (Paper 2, qualifying) | 2 hrs each | -0.33 (Paper 1); -0.83 (Paper 2) | CSAT: 33% qualifying; focus on GS Paper 1 |
| GATE | Engineering/Math/GA | 3 hrs (65 Qs, 100 marks) | -1/3 for 1-mark Qs; -2/3 for 2-mark Qs | 800+ score for top PSUs; 70+ for IIT MTech |
| SBI PO | Reasoning, QA, English, GA/Computer | 60 min prelims + 180 min mains | -0.25 per wrong | Descriptive test in mains; aim accuracy over speed |
| RRB NTPC | Math, Reasoning, GK, Science | 90 min (CBT 1) | -1/3 per wrong | GK carries 40 marks; strong in GK = advantage |
| CLAT | English, GK, Legal, Logical, Quant | 120 min (150 Qs) | -0.25 per wrong | Legal Reasoning and GK are highest scoring sections |
─── Section-Wise Time Allocation ───
Rule of thumb: Spend time proportional to marks
For a 60-minute exam with equal sections:
- English/VARC: 12-15 minutes
- Quantitative Aptitude: 15-18 minutes
- Reasoning/DILR: 15-18 minutes
- GK/Computer/Current Affairs: 5-10 minutes (fastest)
─── Attempt Strategy ───
1. FIRST: Attempt GK, Computer, English Vocab (quick, high accuracy)
2. SECOND: Attempt Reasoning/Logical (moderate time, moderate-high accuracy)
3. THIRD: Attempt Quantitative (most time-consuming)
4. LAST: Attempt difficult/review marked questions
─── Question Selection ───
- Round 1: Attempt all easy questions (30-40 seconds each)
- Round 2: Attempt moderate questions (60-90 seconds each)
- Round 3: Attempt difficult only if time remains
NEVER waste more than 2 minutes on a single question in Round 1.
Mark and skip — come back later with fresh perspective.
─── Speed Building ───
- Learn tables up to 30, squares up to 30, cubes up to 15
- Practice mental calculation daily (10 minutes)
- Learn shortcut methods for common problem types
- Take timed mock tests at least 3 times a week─── Why Mock Tests Matter ───
- Build exam temperament and time management
- Identify weak and strong areas
- Practice question selection strategy
- Build stamina for long exams
- Familiarize with computer-based test interface
─── Mock Test Schedule (3 months before exam) ───
Month 3 (first month):
- 1 mock test per week
- Focus on understanding question types
- Spend 2x time on analysis
Month 2 (second month):
- 2-3 mock tests per week
- Focus on speed improvement
- Track sectional accuracy
Month 1 (last month before exam):
- 4-5 mock tests per week
- Simulate actual exam conditions (same time, no breaks)
- Focus on maximizing score and minimizing mistakes
─── Post-Test Analysis (IMPORTANT) ───
Spend 60-90 minutes analyzing EVERY mock test:
1. Wrong questions: Why did I get it wrong? Concept gap or silly mistake?
2. Unattempted: Could I have solved them? Should I attempt next time?
3. Correct but slow: How can I solve faster? Learn shortcuts.
4. Maintain an error log: Note repeated mistake patterns.
5. Track progress: Section-wise scores, total score, accuracy percentage| Topic | CAT | Bank PO | SSC CGL | UPSC CSAT |
|---|---|---|---|---|
| Number System & HCF/LCM | Medium | High | High | Low |
| Percentages, P&L, SI/CI | High | High | High | Low |
| Time & Work / Distance | High | High | High | Medium |
| Algebra (Equations) | High | Medium | High | Medium |
| Geometry & Mensuration | High | Medium | High | Low |
| Probability & PnC | High | Low | Medium | Medium |
| DI (Tables/Charts) | High (DILR) | High | High | Medium |
| Logical Reasoning | High (DILR) | High | High | High |
| Reading Comprehension | High (VARC) | High | Medium | High |
| Grammar & Vocabulary | Medium | High | Medium | Medium |
| General Knowledge | No | High | High | High (GS) |
| Computer Awareness | No | High | Medium | No |
| Data Sufficiency | High | High | Medium | Medium |
─── Last Week Before Exam ───
- Stop learning new topics; revise what you know
- Go through your error log and formula sheet
- Take 2-3 full-length mock tests
- Revise important GK notes (current affairs)
- Sleep well (7-8 hours); avoid late-night study
- Prepare admit card, ID proof, photos in advance
- Know your exam centre route; reach 1 hour early
─── Exam Day Strategy ───
- Read instructions carefully before starting
- Glance through the paper once (if allowed)
- Start with your strongest section to build confidence
- Do NOT discuss with others before the exam
- Stay calm; skip questions that confuse you
- Keep track of time; wear a wristwatch if allowed
- Attempt all easy questions first; do NOT leave easy marks
- Guess only if negative marking is low and you can eliminate 2+ options
─── During the Exam ───
- Mark questions for review (if CBT allows)
- Check that all attempted questions are submitted
- Do NOT change answers in last 5 minutes (unless obvious error)
- Use rough paper effectively for calculations─── Must-Memorize Formulas ───
PERCENTAGES & PROFIT/LOSS
SP = CP(1 + P/100) | SP = CP(1 - L/100)
Equivalent discount: a + b - ab/100
INTEREST
SI = PRT/100 | A(CI) = P(1 + R/100)^n
CI - SI (2yr) = P(R/100)^2
TIME & WORK
Together: 1/a + 1/b = (a+b)/ab | Time = ab/(a+b)
SPEED & DISTANCE
km/hr to m/s: x 5/18 | m/s to km/hr: x 18/5
Avg Speed (equal dist): 2xy/(x+y)
Train: Time = (L1+L2) / Relative Speed
GEOMETRY
Pythagoras: c^2 = a^2 + b^2
Area of Triangle: 1/2 x base x height
Circle: Area = pi*r^2 | Circumference = 2*pi*r
PROBABILITY
P(E) = Favourable / Total | P(E) + P(not E) = 1
PERMUTATIONS & COMBINATIONS
nPr = n!/(n-r)! | nCr = n!/[r!(n-r)!]
nCr = nC(n-r) | nPr = r! x nCr
PROPORTIONS
a:b = c:d => ad = bc
Mean proportion: x = sqrt(ab)