The TCS NQT Foundation Section is the single most consequential test a fresher engineering or science graduate will take in the Indian campus hiring ecosystem. It is the gateway to TCS Ninja, the gateway to TCS Digital, and the gateway to TCS Prime - because without clearing the Foundation section above the applicable cutoff, none of those profiles are reachable regardless of how well you code or how polished your resume looks. Three sub-sections, seventy-five questions, seventy-six minutes. That is the constraint you are preparing for, and this guide gives you the complete, topic-by-topic, strategy-by-strategy preparation map to clear it with marks to spare.

Every topic in the Foundation Section is covered here in depth: the exact frequency with which it appears, the difficulty level, how much time to allocate per question, speed-solving techniques that eliminate the need for full algebraic working, common traps that cause candidates to lose marks they should have won, and a systematic practice approach. At the end, a two-week intensive preparation plan translates all of this into a day-by-day schedule you can follow immediately.
Understanding the Foundation Section Structure
The Foundation Section comprises three sub-sections administered sequentially, each with its own locked timer:
| Sub-section | Questions | Time | Avg per Question |
|---|---|---|---|
| Numerical Ability | 25 | 25 minutes | 60 seconds |
| Verbal Ability | 25 | 25 minutes | 60 seconds |
| Reasoning Ability | 25 | 25 minutes | 60 seconds |
| Traits | 1 | 1 minute | 60 seconds |
The timer for each sub-section runs independently. Once a sub-section’s timer expires, the section locks and the next one begins automatically. You cannot transfer unused time from one section to another. This constraint is the defining feature of Foundation preparation - not the difficulty of individual questions, but the discipline of 60 seconds per question sustained across seventy-five questions in a row.
The Foundation Section is evaluated against a cutoff that determines Ninja eligibility. Candidates who clear Foundation above the Digital-routing threshold are also eligible for the Advanced Section scoring process. This means every mark in the Foundation Section is doing double duty - it determines whether you are eligible for Ninja and it partially determines whether you are routed to Digital.
Part One: Numerical Ability
| **25 questions | 25 minutes | 60 seconds per question** |
The Numerical Ability sub-section tests applied arithmetic and data interpretation. It does not test pure mathematics at the level of engineering entrance exams. Every topic maps to practical scenarios: business problems, resource allocation, speed and time, financial calculations, and data reading from charts. The challenge is execution speed and calculation accuracy under a strict one-minute-per-question constraint.
An on-screen basic calculator is available throughout this section. It performs addition, subtraction, multiplication, division, and square root. Practice using it as a natural extension of your calculation workflow rather than an afterthought.
The Time Budget Inside Numerical Ability
Not all 25 questions deserve equal time. A reliable internal budget for this section:
- Simple standalone arithmetic questions (interest, profit/loss, averages): 40-55 seconds each. Target 12-14 questions of this type.
- Data Interpretation sets: 70-90 seconds per question after an initial 30-40 second investment to read the chart. A 4-question DI set should consume no more than 5-6 minutes total.
- P&C, probability, and complex number theory: 65-80 seconds each.
- Questions you cannot solve within 90 seconds: skip, mark for review, return with remaining time.
The candidates who score well in Numerical Ability are not those who solve every question - they are those who solve the solvable ones quickly and accurately, and make smart decisions about which questions to skip.
Number Systems
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Easy to moderate Time allocation: 45-60 seconds
Number system questions test divisibility rules, prime factorisation, HCF and LCM, and properties of integers. They appear in small numbers but are reliably present.
What to expect:
- Finding the number of factors of a large composite number
- HCF and LCM word problems (e.g., the smallest number divisible by multiple values, or the largest number that divides multiple values with the same remainder)
- Divisibility by 3, 4, 6, 8, 9, 11 applied in multi-step problems
- Remainders: finding the remainder when a large number is divided by a smaller one
Speed-solving techniques:
For divisibility: internalise the rules. A number is divisible by 4 if its last two digits are divisible by 4. By 8, if its last three digits are divisible by 8. By 9 if the sum of digits is divisible by 9. By 11 if the alternating digit sum is divisible by 11. These rules eliminate the need for long division.
For HCF/LCM: the product of two numbers equals the product of their HCF and LCM. This relationship resolves most HCF/LCM problems in one equation.
For remainder problems involving powers: use cyclicity. Powers of 2 modulo 10 cycle through 2, 4, 8, 6 with period 4. Powers of 3 cycle through 3, 9, 7, 1. Find the cycle length, find where in the cycle the given exponent falls, and read the answer.
Common traps:
- Confusing HCF and LCM in word problem context. The largest number that divides X and Y with no remainder is HCF. The smallest number divisible by both X and Y is LCM.
- Remainder questions that specify “when divided by N, the remainder is R for each” - these require finding LCM(numbers) and then adding R, not just adding R to one of the numbers.
LCM and HCF
Frequency: Low (1-2 questions per cycle, sometimes embedded in word problems) Difficulty: Easy Time allocation: 40-50 seconds
These appear both as standalone computation questions and embedded inside time, work, or distance problems.
Speed-solving techniques:
Prime factorisation method: factorise both numbers into prime powers. HCF takes the lowest power of each common prime. LCM takes the highest power of each prime present in either number.
Example: HCF(72, 120). 72 = 2³ × 3². 120 = 2³ × 3 × 5. HCF = 2³ × 3 = 24. LCM = 2³ × 3² × 5 = 360.
Common traps:
- Using the LCM-HCF product relationship only works for two numbers, not three.
- Word problems that ask for the “largest tile size” or “smallest container size” require recognising these as HCF and LCM problems respectively - the conceptual mapping is the harder step, not the computation.
Percentages
Frequency: Very high (3-5 questions directly or embedded in other topics) Difficulty: Easy to moderate Time allocation: 50-70 seconds
Percentages are the highest-frequency numerical topic in the Foundation Section. They appear directly and as the calculation backbone of Profit & Loss, Simple & Compound Interest, Data Interpretation, and mixtures.
What to expect:
- Successive percentage changes (a price increases by 20% then decreases by 20% - the net is not zero)
- Population growth/decline over multiple periods
- Percentage of a percentage
- Reverse percentage (if X is 20% more than Y, Y is what percentage less than X?)
Speed-solving techniques:
Multiplier method: instead of computing X% of a number separately and adding, express the final value as a multiplier. A 20% increase is multiplication by 1.2. A 15% decrease is multiplication by 0.85. Two successive changes: multiply the multipliers. A 20% increase followed by a 20% decrease is 1.2 × 0.8 = 0.96, meaning a net 4% decrease.
Reverse percentage: if A is R% more than B, then B is less than A by R/(100+R) × 100. Memorise the formula direction - “B is what percent less than A” is not the same as “A is what percent more than B.”
Common traps:
- Successive percentage changes: always multiply multipliers, never add percentages.
- “What is X% of Y% of Z?” requires sequential multiplication, not addition of the percentages.
Profit and Loss
Frequency: High (2-3 questions per cycle) Difficulty: Easy to moderate Time allocation: 50-70 seconds
What to expect:
- Profit/loss percentage given cost price and selling price
- Finding SP or CP given profit/loss percentage
- Marked price, discount, and effective profit/loss
- Two successive transactions with different profit percentages
Speed-solving techniques:
Use the SP/CP ratio. If profit is 25%, SP = 1.25 × CP, so CP = SP/1.25. With the on-screen calculator, this two-step operation takes 10 seconds.
For marked price problems: MP is reduced by discount% to get SP, then SP is compared to CP for profit/loss. Set up the equation: SP = MP × (1 - d/100), Profit = SP - CP.
Common traps:
- “Profit on cost” vs “profit on selling price” - TCS questions specify clearly, but candidates misread this under time pressure.
- Two articles sold: one at profit, one at loss, both at the same selling price. Net result? Never net zero. The net is always a loss, and its magnitude is (common %²/100) percent.
Simple Interest and Compound Interest
Frequency: Medium (1-2 questions per cycle) Difficulty: Easy Time allocation: 45-60 seconds
What to expect:
- SI and CI for the same principal, rate, time - comparing the two
- Finding principal, rate, or time given SI or CI
- CI for half-yearly or quarterly compounding
Speed-solving techniques:
For 2-year CI vs SI comparison: the difference = P × (R/100)². This single formula answers the most common CI/SI comparison question type in under 20 seconds.
For 3-year CI: use the multiplier (1 + R/100)³. On the calculator: type 1 + R/100, multiply it by itself three times.
Common traps:
- Confusing the time period with the compounding frequency. If CI is compounded half-yearly and the time is 2 years, use rate R/2 and time 4 (half-years), not rate R and time 2.
Time, Speed, and Distance
Frequency: High (2-3 questions per cycle) Difficulty: Moderate Time allocation: 60-80 seconds
What to expect:
- Relative speed of two trains (same or opposite directions)
- Boats and streams (upstream vs downstream)
- Average speed for a journey with different speeds on different legs
- Meeting point or overtaking problems
Speed-solving techniques:
Average speed for two legs at equal distances is NOT the arithmetic mean of the two speeds. It is 2S1S2/(S1+S2). Always use this formula when the two speeds cover equal distances (even if the problem does not explicitly say “equal distances,” check whether the two-leg journey structure implies it).
Train crossing a platform: total distance = length of train + length of platform. Train crossing another train: distance = sum of lengths (if opposite), or difference of lengths (if same direction, first train overtaking).
Boats: effective speed downstream = boat speed + stream speed. Upstream = boat speed - stream speed. If both are given, boat speed = (downstream + upstream)/2.
Common traps:
- Using arithmetic mean as average speed when the distances on two legs are equal.
- Relative speed: opposite directions, speeds add. Same direction, speeds subtract. Candidates frequently invert this when under time pressure.
Time and Work
Frequency: Medium (1-2 questions per cycle) Difficulty: Moderate Time allocation: 60-75 seconds
What to expect:
- Two or three workers completing a job together
- Pipes filling and draining a tank simultaneously
- Worker leaving or joining mid-job
- Efficiency-based problems (A is twice as fast as B)
Speed-solving techniques:
Work rate fraction method: express every worker’s contribution as (fraction of job done per unit time). Add rates for combined work. Subtract for a drain pipe.
For a mid-work change: calculate how much is done before the change, then how much remains, then how long the remaining work takes at the new rate.
For efficiency problems: if A is twice as efficient as B, A’s work rate is twice B’s. Express both in terms of one variable and solve.
Common traps:
- Drain pipes: a pipe that empties the tank subtracts from the combined rate, not adds.
- “A alone takes X days and B alone takes Y days. They work together for Z days then A leaves. How long for B to finish?” - candidates forget to compute the remaining work correctly.
Averages
Frequency: Medium (1-2 questions per cycle) Difficulty: Easy Time allocation: 40-55 seconds
What to expect:
- Average of a set changes when one element is added, removed, or modified
- Weighted averages (two groups with different averages combining)
- Missing element given the average
Speed-solving techniques:
For “average changes when one element is added or removed”: Total change = change in average × new count.
For weighted averages: combined average = (n1 × A1 + n2 × A2) / (n1 + n2). The alligation formula gives the same result visually: place A1 and A2 on either side, the target average in the centre, and the cross-differences give the ratio n1:n2.
Common traps:
- “The average of 10 numbers is 5. If one number is replaced by another, the new average is 6. What is the difference between the replaced and replacement numbers?” Total change = 6 - 5 = 1, across 10 numbers = 10. The replacement exceeds the replaced by 10.
Ratios and Proportions
Frequency: Medium (1-2 questions per cycle, often embedded) Difficulty: Easy Time allocation: 40-55 seconds
What to expect:
- Sharing of profits or resources in a given ratio
- Finding a fourth proportional or mean proportional
- Mixing two ratios to get a resultant ratio
Speed-solving techniques:
Proportion: if A:B = C:D, then AD = BC (cross-multiplication). The fourth proportional to A, B, C is BC/A.
For compound ratios: multiply the ratios term by term. A:B = 2:3 and B:C = 4:5, find A:C. Make B common: A:B:C = 8:12:15, so A:C = 8:15.
Common traps:
- Ratio problems that involve actual quantities: use the ratio to express all quantities in terms of one variable and solve algebraically.
Permutations and Combinations
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Moderate Time allocation: 60-80 seconds
What to expect:
- Arrangements of objects with or without repetition
- Selection from a group with or without constraints
- Circular arrangements
- Arrangements with restricted positions (certain elements must or must not be adjacent)
Speed-solving techniques:
Factorial shortcut: nPr = n! / (n-r)! and nCr = n! / (r! × (n-r)!). For small values, compute directly. For larger values, cancel common factors before multiplying.
Adjacent items: treat them as a single block, arrange the block + other items, then arrange within the block. Items that must NOT be adjacent: (total arrangements) minus (arrangements where they ARE adjacent).
Circular arrangements: (n-1)! for n distinct objects in a circle.
Common traps:
- Treating a circular arrangement problem as linear.
- Adding instead of multiplying when events are independent and both must occur.
- Subtracting case-by-case for “at most” or “at least” questions when using complementary counting is faster.
Probability
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Moderate Time allocation: 60-75 seconds
What to expect:
- Basic probability from a defined sample space (cards, dice, balls in a bag)
- Complementary probability
- Independent events (both occurring)
- Conditional probability at a basic level
Speed-solving techniques:
Complementary probability: P(event does not occur) = 1 - P(event occurs). Use this when “at least one” or “none” language appears - it is almost always faster to compute the complement.
For drawing without replacement: update both numerator and denominator for each successive draw.
Common traps:
- “At least one” probability: always use the complement method. P(at least one) = 1 - P(none).
- Independent events: multiply the individual probabilities. Mutually exclusive events: add the probabilities. Many candidates apply the wrong rule.
Geometry and Mensuration
Frequency: Low to medium (1-3 questions per cycle) Difficulty: Moderate Time allocation: 60-80 seconds
What to expect:
- Area and perimeter of standard 2D shapes (circle, triangle, rectangle, trapezium, rhombus)
- Volume and surface area of 3D shapes (cube, cuboid, cylinder, cone, sphere)
- Similar triangles and their area ratio
- Angles in triangles, quadrilaterals, parallel lines
Speed-solving techniques:
Memorise the key formulas in groups. For area: circle = πr², triangle = ½bh, trapezium = ½(sum of parallel sides) × height. For volume: cube = a³, cuboid = lbh, cylinder = πr²h, cone = ⅓πr²h, sphere = (4/3)πr³.
For similar triangle problems: if linear scale factor is k, area scale factor is k². This shortcut avoids computing both areas separately.
Common traps:
- Surface area vs total surface area of a cylinder: total surface area includes the two circular ends. Lateral surface area does not.
- Volume of cone is one-third that of a cylinder with the same base and height - a frequently tested relationship.
Sequences and Series
Frequency: Medium (1-2 questions per cycle) Difficulty: Easy to moderate Time allocation: 50-65 seconds
What to expect:
- Arithmetic Progressions (AP): find the nth term or sum of n terms
- Geometric Progressions (GP): find the nth term or sum of n terms
- Finding missing terms in a sequence by identifying the governing pattern
- Sum of natural numbers, squares, and cubes
Speed-solving techniques:
AP: nth term = a + (n-1)d. Sum of n terms = n/2 × (2a + (n-1)d) = n/2 × (first + last).
GP: nth term = a × r^(n-1). Sum of n terms = a(1 - r^n)/(1 - r) for r ≠ 1.
Sum of first n natural numbers = n(n+1)/2. Sum of squares = n(n+1)(2n+1)/6. Sum of cubes = [n(n+1)/2]².
Common traps:
- Arithmetic series sum: the formula n/2 × (first + last) requires knowing the last term. If only the first term and common difference are given, use n/2 × (2a + (n-1)d).
Simplification and BODMAS
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Easy Time allocation: 40-55 seconds
These are the fastest questions in the section - pure calculation following the correct order of operations.
Speed-solving technique: BODMAS strictly: Brackets, Orders (powers/roots), Division, Multiplication, Addition, Subtraction. Do not rush by skipping bracket evaluation.
Common traps:
- Negative signs inside brackets: -(a - b) = -a + b. Missed sign change is the single most common simplification error.
Coordinate Geometry
Frequency: Low (0-1 questions per cycle) Difficulty: Moderate Time allocation: 65-80 seconds
What to expect:
- Distance between two points
- Midpoint of a line segment
- Slope of a line given two points
- Equation of a line in slope-intercept form
- Whether a point lies on a given line
Speed-solving techniques:
Distance = √[(x2-x1)² + (y2-y1)²]. Midpoint = ((x1+x2)/2, (y1+y2)/2). Slope = (y2-y1)/(x2-x1).
Equation of line through two points: use point-slope form y - y1 = m(x - x1) and simplify.
Common traps:
- Coordinate geometry in the NQT rarely involves complex curve equations. If a question appears to require advanced analytical geometry, re-read it - it is almost certainly solvable with the four basic formulas above.
Blood Relations (in Numerical Context)
Frequency: Low (0-1 questions per cycle in Numerical, more common in Reasoning) Difficulty: Easy Time allocation: 40-55 seconds
Blood relations occasionally appear in the Numerical section framed as “counting” problems: how many males/females in a family tree, how many children does X have, etc.
Speed-solving technique: Draw the family tree immediately. Label each person with their gender. Count required categories from the diagram. Never attempt blood relation problems without a visual representation.
Data Interpretation
Frequency: Very high (4-6 questions per cycle, appearing as sets) Difficulty: Moderate Time allocation: 70-90 seconds per question
DI is the single largest contributor to the Numerical sub-section and requires the most dedicated preparation. Questions appear in sets of 2-4 based on a single data source: bar chart, line graph, pie chart, table, or a combination.
What to expect:
- Percentage change between periods
- Ratio of one category to another
- Absolute difference between values
- Average of a row or column
- Which category has the highest/lowest value
Speed-solving techniques:
Before reading the first question in a DI set, spend 30-40 seconds building a mental map of the entire chart or table: what are the axes, what are the units, how many categories are there, and what is the approximate range of values. This front-loaded reading investment saves time when answering each question because you know where to look.
For percentage change: (new - old) / old × 100. Use approximate percentage mental maths where precision is not required to eliminate wrong options.
For pie chart questions: if the total is not given, express answers as ratios or percentages rather than absolute values - most DI questions about pie charts ask for percentages or ratios, not absolute values.
Common traps:
- Reading the wrong row or column in a table. Always re-confirm the row/column label before noting the value.
- Unit confusion: if the chart title says “sales in thousands” and you are computing a ratio, the unit cancels out. If you are computing an absolute value for a word problem, multiply by 1000.
- Comparing approximate values visually: use the calculator for any computation where the visual estimate might be off by more than 5%.
Part Two: Verbal Ability
| **25 questions | 25 minutes | 60 seconds per question** |
The Verbal Ability sub-section tests English language proficiency in a workplace context. The questions are not literary - they test whether you can read efficiently, construct correct sentences, and use vocabulary appropriately. There is no calculator in this section. The tools are your reading habits, vocabulary, and grammar instincts.
The fastest candidates in this section are those who have read English regularly over a sustained period. But even without that background, targeted preparation for each of the question types below can significantly improve performance.
The Time Budget Inside Verbal Ability
A reliable internal budget for this section:
- RC passages: read the passage in 60-75 seconds. Answer each question in 25-35 seconds. A 3-question RC set consumes approximately 3-3.5 minutes total.
- Error spotting: 35-50 seconds per question. These are the fastest questions in the section for candidates with strong grammar instincts.
- Sentence completion and synonyms/antonyms: 25-40 seconds per question when the vocabulary is familiar.
- Para jumbles: 60-80 seconds per question. Do not spend more than 90 seconds on any single para jumble.
The Verbal section is the one where reading speed creates the most asymmetric advantage. A candidate who reads at 250 words per minute will complete each RC passage in roughly 55-60 seconds. A candidate who reads at 150 words per minute will spend nearly 100 seconds on the same passage - that 40-second difference, compounded across two or three passages, is the difference between a comfortable section and a rushed one.
Reading Comprehension
Frequency: Very high (8-10 questions per cycle, appearing as sets of 3-4 per passage) Difficulty: Moderate Time allocation: 90-120 seconds total per passage (30-40 seconds per question after reading)
RC is the backbone of the Verbal sub-section. Two or three passages of 150-250 words each appear, each followed by 3-4 questions.
Passage topics: Technology and its societal effects, business management practices, environmental science, psychology of organisations, historical patterns in economics. Never literature. Never poetry. Always expository or argumentative prose.
Question types:
- Main idea or central theme (what is the passage primarily about?)
- Inference (what can be concluded but is not directly stated?)
- Vocabulary in context (what does the word “X” mean in paragraph 2?)
- Author’s tone or attitude
- Specific detail retrieval (according to the passage, which statement is true?)
Speed-solving technique:
Read the passage in one focused pass (aim for 60-75 seconds). Identify: What is the topic? What claim or argument is the author making? What evidence or examples support it? Having these three answers ready before looking at the questions makes every question type faster to answer.
For inference questions: the correct answer is implied by the passage but not directly stated. Wrong answers either contradict the passage, go far beyond what the passage implies, or are true in the real world but not supported by this passage. Test each option against what the passage actually says.
For vocabulary in context: do not use your pre-existing knowledge of the word’s most common meaning. Read the specific sentence in which the word appears and the sentences before and after it. The contextual meaning may be a secondary or technical sense of the word.
Common traps:
- “Too extreme” answers: options using “always,” “never,” “all,” or “only” are wrong more often than not unless the passage itself uses equally absolute language.
- Real-world knowledge trap: an answer that is factually correct in general but not stated or implied by the passage is wrong for an RC question. The evidence must come from the passage.
- The “almost correct” trap: one wrong option per RC question is usually almost correct - it is consistent with the passage but makes one small addition or substitution that the passage does not support.
Practice approach: Read two 200-word expository passages per day and practise answering inference and main-idea questions about them. Sources: quality newspaper opinion columns, science news summaries, business analysis pieces.
Sentence Completion
Frequency: Medium (4-5 questions per cycle) Difficulty: Easy to moderate Time allocation: 45-60 seconds
A sentence with one or two blanks is provided. Four options offer words or phrases to fill the blank(s).
What to expect:
- Single-blank vocabulary: the blank requires a word that matches the sentence’s meaning and tone
- Double-blank: both blanks must be filled logically; the relationship between the two blanks (contrast, cause-effect, sequence) is the key signal
- Contextual collocations: a word that “fits” the blank only when combined with the surrounding words in the established phrase
Speed-solving technique:
Before looking at the options, predict the type of word the blank requires: positive or negative tone? Noun, verb, or adjective? Related to which concept in the sentence? Then evaluate options against your prediction rather than evaluating each option independently from scratch. This reduces the answer-finding from four independent evaluations to one.
For double-blank questions: eliminate any option pair where either blank is clearly wrong. Often two of the four pairs can be eliminated in this way, leaving two to evaluate for both blanks.
Common traps:
- Options that sound similar to the correct word but have different connotations (negligent vs negligible, eminent vs imminent).
- Answers that fill one blank correctly but fail on the other. Always verify both blanks in double-blank questions before selecting.
Error Spotting
Frequency: High (5-6 questions per cycle) Difficulty: Easy to moderate Time allocation: 45-60 seconds
A sentence is divided into four parts labelled A, B, C, D. The candidate identifies the part containing a grammatical error, or selects “No error” if the sentence is correct.
Error types that appear most frequently:
Subject-verb agreement: Collective nouns (team, committee, board) and indefinite pronouns (everyone, each, neither) take singular verbs. Intervening phrases between subject and verb do not change the subject number.
- “The team of engineers were working on the project.” Error in B - should be “was.”
Pronoun-antecedent agreement: A pronoun must agree in number and gender with its antecedent.
- “Everyone should submit their assignment.” Technically non-standard, though widely accepted. TCS typically tests clearer cases.
Tense consistency: Within a sentence, tenses must be logically consistent.
- “He went to the market and buys vegetables.” Error: “buys” should be “bought.”
Faulty parallelism: Items in a list or comparison must be in the same grammatical form.
- “She likes swimming, hiking, and to read books.” Error: should be “reading books.”
Incorrect preposition: Prepositions that collocate with specific verbs or adjectives.
- “She is good in mathematics.” Error: should be “good at mathematics.”
Misplaced or dangling modifier: A modifying phrase must be adjacent to the element it modifies.
- “Walking through the park, the flowers were beautiful.” Dangling modifier - who was walking?
Speed-solving technique:
Read the sentence aloud mentally, attending to the rhythm of grammatical structure. Native and near-native speakers often “hear” errors before they can analytically name them. If nothing sounds wrong, check the most common error types in sequence: subject-verb agreement, pronoun reference, tense, preposition, parallelism.
Common traps:
- Interrupting phrases: “The quality of the results, despite all the improvements, are still unsatisfactory.” The subject is “quality” (singular), so “are” should be “is.” The interrupting phrase “despite all the improvements” sounds plural but is not the subject.
- Double negatives that create unintended affirmatives: “He did not say nothing” is grammatically wrong; “He did not say anything” is correct.
Synonyms and Antonyms
Frequency: Low to medium (2-4 questions per cycle) Difficulty: Easy to moderate (depends entirely on vocabulary) Time allocation: 20-35 seconds
Direct vocabulary questions: “Which word is closest in meaning to X?” or “Which word is opposite in meaning to X?”
Speed-solving technique:
If you know the word, answer directly. If you do not know the word:
- Look at the prefix or root: “mal-“ typically means bad (malevolent, malign). “bene-“ means good. “inter-“ means between. “extra-“ means outside.
- Analyse the sound and form: words ending in “-ous” are adjectives. Words ending in “-ity” or “-ness” are nouns of quality.
- Use context (if any is provided): some vocabulary questions appear within a sentence that gives semantic context.
Practice approach: Rather than memorising vocabulary lists, build vocabulary through reading. Encountering a word in context - especially multiple times across different contexts - creates more durable recall than a definition from a list.
Para Jumbles
Frequency: Medium (3-5 questions per cycle) Difficulty: Moderate Time allocation: 60-90 seconds
Four to six sentences are presented in scrambled order. The candidate rearranges them into the correct sequence to form a coherent paragraph.
Speed-solving technique:
Step 1 - Find the opener: the first sentence typically introduces the topic without using a pronoun that refers to something not yet mentioned. It does not start with “However,” “Nevertheless,” “Therefore,” or other connectors that presuppose prior content.
Step 2 - Identify mandatory pairs: look for pronoun-reference connections (Sentence 3 uses “it” that refers to a concept introduced in Sentence 1), cause-effect connections, and question-answer sequences.
Step 3 - Find the closer: the concluding sentence typically provides a generalisation, a consequence, or a concluding observation - not an opening statement or an incomplete idea.
Step 4 - Use the pairs to build: once you have the opener and one or two pairs, the sequence usually becomes clear.
Common traps:
- Being misled by topic familiarity: for para jumbles, the logical connection structure matters more than topical coherence. Two sentences can both be about the same topic but still be in the wrong order.
- Starting with a sentence that begins with “This” or “It” - these sentences cannot be the opener because the pronoun refers to something already introduced.
Cloze Test
Frequency: Low to medium (3-5 questions per cycle in some formats) Difficulty: Moderate Time allocation: 45-60 seconds per blank
A passage of 150-200 words with several blanks is provided. Each blank has four options. Questions about individual blanks follow.
What to expect: The blanks test: collocations (which word fits naturally with the surrounding words), contextual vocabulary, and grammatical appropriateness.
Speed-solving technique:
Read the entire passage first before answering any individual blank. This gives you the full context for each blank, including the passage’s theme, tone, and direction of argument. Without reading ahead, you may fill a blank with a word that is locally appropriate but thematically inconsistent.
Fill the easiest blanks first - ones where the grammar or context strongly constrains the options. Then use the filled blanks as additional context for the harder ones.
Common traps:
- Choosing a word that fits the immediate sentence but creates an inconsistency with an earlier or later sentence.
- Choosing a formal word for an informal passage or vice versa - the register (formal/informal, technical/general) must match throughout.
Part Three: Reasoning Ability
| **25 questions | 25 minutes | 60 seconds per question** |
The Reasoning Ability sub-section tests structured analytical thinking. Unlike Numerical Ability, there is no calculator, and unlike Verbal Ability, the questions do not require language instinct. The core skill is setting up a visual or tabular representation of the given constraints quickly enough to answer questions within the time limit.
The most time-efficient strategy for Reasoning is investment in diagram setup: spending 20-25 seconds building a reliable representation of a problem’s constraints saves more time than it costs, because the diagram makes each sub-question answerable in seconds.
The Time Budget Inside Reasoning Ability
The Reasoning sub-section has the most uneven time distribution of the three Foundation sections:
- Seating arrangement set (3-5 questions): 8-10 minutes for the full set including diagram setup. This is the largest single time investment in the section.
- Logic puzzle set (3-4 questions): 7-9 minutes including grid setup.
- Standalone questions (blood relations, coding-decoding, series, analogies, directions): 30-55 seconds each. These are the fastest questions and should be used to “bank” time early.
The recommended sequence within Reasoning: complete all standalone question types first (typically 12-14 questions), then invest the remaining time in the set-based questions. This ensures you do not run out of time before reaching the fast questions.
Why Diagram Setup Is Non-Negotiable
Candidates who try to solve seating arrangements or logic puzzles by holding all the constraints in working memory and reasoning through each question verbally are dramatically slower and less accurate than candidates who build a diagram. The reason is simple: the human working memory can reliably hold 4-7 items simultaneously. A seating arrangement with 8 people and 10 clues exceeds working memory capacity. The diagram externalises this memory load, freeing cognitive capacity for the reasoning steps.
Build your diagram on rough paper. Use consistent conventions every time: square brackets for linear positions, a circle drawn with tick marks for circular arrangements, a grid for logic puzzles. The consistency means you set up faster with each practice session.
Coding-Decoding
Frequency: Medium (2-3 questions per cycle) Difficulty: Easy to moderate Time allocation: 40-55 seconds
A coding rule is demonstrated through examples, and the candidate applies the same rule to a new input.
What to expect:
- Letter shifting: each letter is shifted forward or backward by a fixed number of positions in the alphabet
- Reversed alphabets: Z=A, Y=B, X=C (using the mirror position)
- Position-based codes: odd-positioned letters follow one rule, even-positioned letters follow another
- Word-level coding: a word maps to another word based on a defined substitution
- Mixed pattern: consonants and vowels are treated differently
Speed-solving technique:
Label the English alphabet with positions (A=1, B=2, …, Z=26) and their mirror positions (A=26, B=25, etc.) in a two-row reference before entering the Reasoning section. With this reference, any letter-shift or mirror coding is solved without alphabet counting.
Identify the rule from the first example. Verify it against the second example before applying. A rule that works for one example but fails for the second means you identified the wrong rule.
Common traps:
- Circular alphabet: after Z comes A again (position 26 + 1 = position 1). After A coming backward is Z.
- Mixed position rules: always check whether the rule applies differently to vowels vs consonants before assuming it is uniform.
Seating Arrangements
Frequency: High (4-6 questions per cycle, appearing as sets) Difficulty: Moderate to high (the most time-consuming Reasoning topic) Time allocation: 8-10 minutes for the entire set (2-3 minutes per question after setup)
Seating arrangement questions appear as sets of 3-5 questions based on a single constraint scenario.
What to expect:
- Linear arrangements: N people in a row, facing the same or opposite directions
- Circular arrangements: N people around a circular table, facing inward or outward
- Multi-row arrangements: two rows facing each other
Speed-solving technique:
Draw the seating diagram before reading the questions. For linear: draw N boxes in a row and label each with a direction indicator if facing is relevant. For circular: draw a circle with N position marks, one at the top as a reference anchor.
Place all direct clues first (A is at position 2, B is at the end). Then place relational clues (C is two positions to the right of A). Leave conditional clues (if X is in the second row, then Y…) for last.
Once the diagram is complete, answer all questions from the diagram without re-reading the clues.
Common traps:
- Left and right in circular arrangements depend on which direction the person faces. If all people face the centre, a person’s right is the counterclockwise direction when viewed from outside the circle.
- Multi-row arrangements: “facing each other” means the left-right orientation of one row is the mirror image of the other. A’s left corresponds to the B sitting opposite A’s right.
Syllogisms
Frequency: Medium (2-4 questions per cycle) Difficulty: Moderate Time allocation: 45-65 seconds
Two or more categorical statements (“All A are B,” “Some B are C,” “No C are D”) are given, and the candidate identifies which conclusions must definitely follow.
Speed-solving technique:
Venn diagram method: draw the most conservative (minimum overlap) interpretation of the statements and the most liberal (maximum overlap) interpretation. A conclusion that holds in both interpretations is definitely true. A conclusion that holds in one but not the other is “possibly true” but not definitely true. A conclusion that holds in neither is definitely false.
Key valid inference patterns:
- All A are B + All B are C → All A are C (valid, universal affirmative chain)
- All A are B + Some B are C → Some A are C is NOT necessarily valid
- All A are B + No B are C → No A are C (valid)
- Some A are B + All B are C → Some A are C (valid)
Common traps:
- “All A are B” does NOT mean “All B are A.” The relationship is not reversible unless stated.
- “Some A are B” means “at least one A is B” - it does not specify that only some are B. “Some” is compatible with “all.”
- The trap option “Some A are not C” is sometimes true when “Some A are C” is also true. Both can coexist.
Number Series (Reasoning)
Frequency: Medium (2-3 questions per cycle) Difficulty: Easy to moderate Time allocation: 40-60 seconds
A sequence with a missing term is provided. The candidate identifies the pattern and fills the blank.
What to expect:
- Arithmetic series with constant or increasing difference
- Geometric series with constant ratio
- Alternating patterns (odd-positioned and even-positioned terms follow different rules)
- Difference series: the differences between consecutive terms form their own AP or GP
- Prime number or square/cube sequences
Speed-solving technique:
Compute the difference between consecutive terms. If the differences are constant, it is AP. If the differences form a geometric sequence, it is second-order. If the differences are increasing by a constant amount, it is second-order AP.
For mixed patterns, split the sequence into odd-indexed and even-indexed terms and check each sub-sequence separately.
Common traps:
- Assuming the first visible pattern is the governing one. Check at least three consecutive gaps before committing.
- Alternating series where the “odd” terms decrease and the “even” terms increase - candidates often only track one sub-series.
Analogies
Frequency: Low to medium (2-3 questions per cycle) Difficulty: Easy Time allocation: 30-45 seconds
“A is to B as C is to D.” The candidate identifies D given A, B, and C.
What to expect:
- Object to function analogies (pen : writing :: scissors : cutting)
- Part to whole (wheel : car :: petal : flower)
- Degree of intensity (warm : hot :: cool : cold)
- Category to member (fruit : apple :: vegetable : carrot)
- State to process (liquid : solidify :: solid : melt)
Speed-solving technique:
Define the A-to-B relationship precisely in words before looking at options. “A is the instrument used to do B” is more precise than “A and B are related.” Apply the same precise relationship to C and select D accordingly.
Common traps:
- The relationship direction matters: “A causes B” is not the same as “B causes A.” Verify that the same directionality applies in both pairs.
Directions
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Easy Time allocation: 45-60 seconds
A series of movements in specified directions. The candidate determines final position, total distance, or direction faced.
Speed-solving technique:
Draw the path on rough paper immediately. Use compass directions: N at top, S at bottom, E at right, W at left. Mark each movement with an arrow and label the distance. Final position relative to start is read from the diagram. Shortest distance is the straight line from start to finish (use Pythagoras if horizontal and vertical displacements form a right triangle).
Common traps:
- “Turned left” vs “turned to the west” - turning left depends on the direction currently facing. If facing south, turning left puts you facing east, not west.
- The question asks for distance from the starting point, not total distance travelled. These are different if the path is not a straight line.
Puzzles
Frequency: High (3-5 questions per cycle, appearing as sets) Difficulty: Moderate to high Time allocation: 8-12 minutes for a full puzzle set
Multi-entity, multi-attribute matching problems: N people each associated with M attributes (city, profession, colour, etc.), constrained by a set of clues.
Speed-solving technique:
Create a grid with entities as rows and attributes as columns. Mark each cell as “possible,” “confirmed,” or “impossible” as you process each clue. Process direct clues first (A is not a doctor), then relative clues (the person in Delhi is a doctor), and build toward fully determined cells.
The fastest solvers process clues by their elimination power: clues that eliminate multiple possibilities at once are processed first.
Common traps:
- Misreading relative clues: “The doctor is not from Delhi” eliminates one cell. “The person from Delhi is older than the doctor” involves ordering, which requires a separate approach from simple matching.
- Marking a cell as “confirmed” based on indirect reasoning before checking all clues. Always verify a complete allocation against every clue before treating the puzzle as solved.
Data Sufficiency
Frequency: Low to medium (1-2 questions per cycle) Difficulty: Moderate Time allocation: 55-70 seconds
A question is posed and two statements are provided. The candidate determines whether statement I alone, statement II alone, both together, or neither is sufficient to answer the question.
Speed-solving technique:
Test each statement independently first. Does statement I alone answer the question with a unique, definite answer? Then test statement II alone. If both are individually sufficient, the answer is “either statement alone is sufficient.” If neither alone is sufficient, test them together.
Unique answer is the key criterion. A statement that gives two possible answers (“x = 2 or x = -2”) is not sufficient unless the question’s context eliminates one of the possibilities.
Common traps:
- Bringing in outside knowledge: in data sufficiency, you may only use the information given in the two statements and any universal mathematical facts. You cannot use assumptions based on real-world knowledge.
- “Both are needed” is correct only when neither statement alone is sufficient. This is the most commonly wrong answer when candidates try to verify by working out the full solution instead of testing sufficiency.
Blood Relations (Logical)
Frequency: Medium (2-3 questions per cycle) Difficulty: Easy to moderate Time allocation: 45-60 seconds
What to expect:
- “A is the mother of B” type statement chains leading to a question about the relationship between two specific people
- “Pointing to a photograph” problems where one person describes their relationship to the person in the photo
- Gender inference from relationship clues
Speed-solving technique:
Draw a family tree with two conventions: squares for males, circles for females. Horizontal double line for marriage/couple. Vertical line for parent-child. Diagonal line for sibling.
Assign gender only when explicitly stated or definitively implied. If gender is ambiguous, mark both possibilities and see if the answer is unique regardless.
Common traps:
- “My mother’s only son” refers to the speaker themselves.
- “My father’s brother” (paternal uncle) is not the same as “my brother’s father” (your own father, assuming one father family).
Visual Reasoning
Frequency: Low to medium (1-2 questions per cycle in some formats) Difficulty: Moderate Time allocation: 50-65 seconds
Figures or symbols arranged in a pattern; the candidate identifies the next figure in the series or the one that does not fit.
What to expect:
- Figure series: shape changes, rotation, shading addition/removal, element count changes
- Odd one out: four figures share a pattern, one does not
- Mirror image identification
- Matrix completion (3×3 grid with a missing cell)
Speed-solving technique:
For figure series, identify one specific attribute at a time: number of elements, rotation degree, shading pattern. Verify the rule for each attribute across all given figures before predicting the next.
For matrices, check patterns across rows, then columns. Most 3×3 matrix questions have a row-wise or column-wise rule that is consistent.
Common traps:
- Over-identifying complex patterns when a simple one (rotation by 90 degrees each step, element count increases by 1 each step) is sufficient.
Cross-Section Scoring Strategy and Negative Marking
Negative Marking: The Expected Value Framework
TCS NQT cycles have applied varying negative marking policies to the Foundation Section. In cycles with negative marking (historically 0.33 marks deducted per wrong answer on a 4-option question), the decision to guess requires a simple expected value calculation:
Zero options eliminated (pure guess from 4 options): Expected value = 0.25 × 1 - 0.75 × 0.33 = 0.25 - 0.25 = 0. Neither beneficial nor harmful. Skip and spend the time on a question you can answer.
One option eliminated (choosing from 3 options): Expected value = 0.33 × 1 - 0.67 × 0.33 = 0.33 - 0.22 = +0.11. Marginally positive. Guess cautiously.
Two options eliminated (choosing from 2 options): Expected value = 0.5 × 1 - 0.5 × 0.33 = 0.5 - 0.17 = +0.33. Clearly positive. Guess.
Three options eliminated (effectively certain): Expected value = 1 × 1 - 0 × 0.33 = +1. Answer with confidence.
In cycles without negative marking, the decision is unambiguous: never leave a question unanswered. A guess gives a 25% chance of a mark; a blank gives 0%.
Always verify the negative marking policy for your specific cycle on the TCS Next Step portal before the exam.
Targeting the Right Accuracy-Speed Balance
The instinctive goal for many candidates is “answer everything.” The rational goal is “maximise total correct answers within the time available.” These are different objectives.
Consider a candidate with 5 minutes remaining and 8 questions left in the Numerical section. Those 8 questions include two DI questions from a set they have not started and six standalone arithmetic questions. The rational choice is to attempt the six standalone questions (likely 4-5 correct in 5 minutes) rather than starting the DI set (likely resulting in only 1-2 questions answered, with uncertain accuracy on both DI setup and the standalone questions that now get rushed).
This kind of in-section decision-making is trainable. Mock tests are not just score measurement tools - they are laboratories for practising the triage decisions that the real exam requires.
Cross-Section Mental Reset
The Foundation Section runs three consecutive sub-sections with no break between them. After 25 minutes of numerical calculation, your brain is not automatically ready for 25 minutes of verbal comprehension. After 50 minutes of aptitude, the Reasoning sub-section requires a fresh analytical mindset.
The transition from one sub-section to the next (even a few seconds while the platform loads the next section) is an opportunity for a brief mental reset:
- Take two slow breaths
- Remind yourself of the question type distribution in the next section
- Reset your time tracking: this is a fresh 25 minutes, the previous section’s performance does not carry over
This reset practice is simple to build into your mock testing sessions and pays dividends in actual exam performance.
The Most Commonly Mismanaged Topics: Warning Signs and Remedies
Numerical: Data Interpretation Overruns
DI sets are the single most common cause of Numerical section overruns. A candidate who spends 12-14 minutes on two DI sets (4 questions each) has consumed more than half the section’s time on 8 of the 25 questions - leaving less than 90 seconds per question for the remaining 17.
Warning sign: In practice mocks, if you are consistently spending more than 6 minutes on a 4-question DI set, your DI approach needs restructuring.
Remedy: Practice the “chart first, questions second” approach until it is automatic. Spend 35-40 seconds reading the entire chart before looking at any question. This feels counterintuitive but produces a faster total time for the set because you are not repeatedly returning to the chart to orient yourself.
Verbal: Para Jumble Paralysis
Para jumbles are the most time-variable question type in Verbal. Easy ones resolve in 50 seconds. Hard ones can consume 3-4 minutes without resolution.
Warning sign: In practice, if any single para jumble takes more than 2 minutes, you are stuck in a loop.
Remedy: Set a hard 90-second rule. If the sequence is not clear after 90 seconds, make your best guess based on the opener and one mandatory pair, and move on. Spending 3 minutes on one para jumble to “get it right” costs the time you need for an RC passage that could yield 3-4 correct answers.
Reasoning: Seating Arrangement Abandonment
Many candidates start a seating arrangement, build a partial diagram, hit a contradiction, and abandon the entire set in frustration - wasting both the time spent and the potential marks from any questions they could have answered with a correct diagram.
Warning sign: In practice, abandoning a set after spending more than 4 minutes on it.
Remedy: When you hit a contradiction in a seating arrangement, do not erase and restart immediately. First, check whether the contradiction is in your diagram or in the clues themselves (sometimes a clue is misread). Read the contradicting clue very carefully. If the contradiction is a genuine misread, correct only the affected part of the diagram. Only erase and restart from scratch if you cannot identify the source of the contradiction after 30 seconds of targeted checking.
| **1 question | 1 minute** |
The Traits question (or brief set of statements) appears at the end of the Foundation Section and is a behavioural or psychometric probe. It does not test aptitude. It typically presents a workplace scenario or a set of preference statements and asks the candidate to indicate a response.
What TCS is measuring: Behavioural signals aligned with TCS’s stated cultural values: adaptability, integrity, team orientation, customer focus, and learning orientation. The traits instrument is not designed to measure any single “right” answer. It is designed to create a behavioural profile that complements the cognitive assessment.
How to approach it: Answer honestly and promptly. Psychometric instruments are designed to detect socially desirable responding patterns - answers that are too consistently “ideal” trigger a response distortion flag. More practically, the traits question carries minimal or no weight in the pass/fail determination for the NQT cutoff. It is auxiliary information.
Spend no more than the 1 allocated minute on this question. Read it once, respond from your genuine preference or assessment, and submit. Do not analyse it during the exam or spend the minutes following the Reasoning section thinking about what to say.
Topic Frequency and Priority Reference Table
This table consolidates the frequency, difficulty, and recommended priority for every topic in the Foundation Section. Use it to allocate preparation time in proportion to impact.
| Topic | Section | Frequency | Difficulty | Priority |
|---|---|---|---|---|
| Data Interpretation | Numerical | Very High (4-6 Q) | Moderate | 1 |
| Percentages | Numerical | Very High (3-5 Q embedded) | Easy-Moderate | 1 |
| Time, Speed, Distance | Numerical | High (2-3 Q) | Moderate | 1 |
| Profit and Loss | Numerical | High (2-3 Q) | Easy-Moderate | 1 |
| Reading Comprehension | Verbal | Very High (8-10 Q) | Moderate | 1 |
| Seating Arrangements | Reasoning | High (4-6 Q in sets) | Moderate-High | 1 |
| Error Spotting | Verbal | High (5-6 Q) | Easy-Moderate | 1 |
| Logic Puzzles | Reasoning | High (3-5 Q in sets) | Moderate-High | 1 |
| Averages and Mixtures | Numerical | Medium (1-2 Q) | Easy | 2 |
| Time and Work | Numerical | Medium (1-2 Q) | Moderate | 2 |
| Sentence Completion | Verbal | Medium (4-5 Q) | Moderate | 2 |
| Para Jumbles | Verbal | Medium (3-5 Q) | Moderate | 2 |
| Syllogisms | Reasoning | Medium (2-4 Q) | Moderate | 2 |
| Coding-Decoding | Reasoning | Medium (2-3 Q) | Easy-Moderate | 2 |
| Blood Relations | Reasoning | Medium (2-3 Q) | Easy | 2 |
| Number Series | Reasoning | Medium (2-3 Q) | Easy-Moderate | 2 |
| SI and CI | Numerical | Medium (1-2 Q) | Easy | 2 |
| P&C | Numerical | Low-Medium (1-2 Q) | Moderate | 3 |
| Probability | Numerical | Low-Medium (1-2 Q) | Moderate | 3 |
| Synonyms/Antonyms | Verbal | Low-Medium (2-4 Q) | Easy-Moderate | 3 |
| Geometry/Mensuration | Numerical | Low-Medium (1-3 Q) | Moderate | 3 |
| Analogies | Reasoning | Low-Medium (2-3 Q) | Easy | 3 |
| Directions | Reasoning | Low-Medium (1-2 Q) | Easy | 3 |
| Data Sufficiency | Reasoning | Low-Medium (1-2 Q) | Moderate | 3 |
| Sequences and Series | Numerical | Low-Medium (1-2 Q) | Easy-Moderate | 3 |
| Cloze Test | Verbal | Low-Medium (3-5 Q) | Moderate | 3 |
| Number Systems/LCM/HCF | Numerical | Low (1-2 Q) | Easy | 4 |
| Coordinate Geometry | Numerical | Low (0-1 Q) | Moderate | 4 |
| Visual Reasoning | Reasoning | Low (1-2 Q) | Moderate | 4 |
Priority 1: Cover first and most deeply. These topics contribute the most marks to the Foundation Section. Priority 2: Cover after Priority 1 is solid. Reliable frequency, manageable preparation investment. Priority 3: Cover in the second week. Present in most cycles but in smaller numbers. Priority 4: Cover if time allows. Low frequency, diminishing returns on preparation time.
Preparation Resources
For structured, topic-wise practice aligned specifically with the current TCS NQT Foundation pattern, the TCS NQT Preparation Guide on ReportMedic provides an interactive browser-based environment covering all Foundation sub-sections. It requires no sign-up and includes timed practice sets for Numerical, Verbal, and Reasoning sections at NQT-calibrated difficulty. Use this tool during your first week for topic-specific drills and in your second week for simulated section mocks under the real 25-question, 25-minute constraint.
Books:
- R.S. Aggarwal’s Quantitative Aptitude: covers all Numerical topics at Foundation-appropriate difficulty
- R.S. Aggarwal’s A Modern Approach to Verbal and Non-Verbal Reasoning: comprehensive Reasoning coverage
- For Verbal: no single textbook replaces sustained reading practice. Two quality English articles per day throughout the preparation period builds RC speed, vocabulary, grammar instinct, and para jumble ability simultaneously in a way no question bank can replicate
Online platforms:
- IndiaBix: large, free question bank for aptitude and reasoning with explanations
- Testbook and PrepInsta: TCS NQT-specific mock tests calibrated to the current pattern
The most important resource of all is timed practice. A question answered correctly in 3 minutes at home is worth nothing on the exam if it takes 3 minutes. Use every resource in timed mode once you have covered the underlying concept.
Two-Week Intensive Foundation Preparation Plan
This plan assumes 2-3 hours of focused study per day and targets a candidate starting from a moderate baseline (comfortable with basic arithmetic, functional English, and some exposure to logical reasoning).
Week One: Topical Coverage
Day 1 - Numerical: Arithmetic Core Morning (75 min): Percentages, Profit and Loss - 20 worked examples each. Review the multiplier method and reverse percentage formulas. Key practice: successive percentage change problems. Evening (60 min): Simple Interest, Compound Interest - 15 examples each. Memorise the CI-SI difference formula for 2 years. Practice half-yearly and quarterly compounding variations. Target: by end of Day 1, solve any percentage or interest question in under 60 seconds using the multiplier method without reverting to the algebraic setup.
Day 2 - Numerical: Speed, Distance, Work Morning (75 min): Time, Speed, Distance - 20 problems including trains crossing platforms, boats and streams, and average speed problems. Drill the harmonic mean formula until it is automatic. Evening (60 min): Time and Work, Pipes and Cisterns - 20 problems. Practice the work-rate fraction method for all problems, including those with mid-work changes. Target: complete any Time-Work or TSD standalone problem in under 70 seconds.
Day 3 - Numerical: Averages, Ratios, DI Morning (45 min): Averages and Mixtures - 15 problems. Practice alligation method as the primary approach for all mixture problems. Evening (90 min): Data Interpretation - complete 3 DI sets (one bar chart, one table, one pie chart, 4 questions each). Practice the “read chart first, then questions” sequence on every set. Target: complete a 4-question DI set in under 5 minutes total.
Day 4 - Verbal: Reading Comprehension Morning (90 min): Read 4 passages (200-250 words each), answer 4 questions per passage. Time yourself at 3 minutes per passage-plus-questions. Review errors and identify which question type caused the most errors. Evening (45 min): Grammar error spotting - 25 questions. Focus on subject-verb agreement, pronoun reference, and tense. Identify every error type explicitly by name, not just “that sounds wrong.” Target: 80% accuracy on RC questions, 85% accuracy on grammar error spotting.
Day 5 - Verbal: Structure and Vocabulary Morning (60 min): Para jumbles - 12 sets of 4-5 sentences each. Practice the opener-pairs-closer method. Track how many sets you solve correctly and the time per set. Evening (60 min): Sentence completion - 20 questions. Cloze test - 10 questions (read the full passage first, then answer each blank). Target: para jumbles under 75 seconds per set with 70%+ accuracy.
Day 6 - Reasoning: Arrangements and Syllogisms Morning (90 min): Seating arrangements - complete 3 sets (one linear, one circular, one multi-row). For each, build the full diagram before answering any question. Time: aim for 8 minutes maximum per 4-question set. Evening (60 min): Syllogisms - 25 questions using Venn diagram method exclusively. No verbal reasoning - only visual Venn diagrams. Target: seating arrangement set completed correctly in under 9 minutes, syllogisms at 70%+ accuracy.
Day 7 - Reasoning: Puzzles and Standalone Types Morning (75 min): Logic puzzles (multi-attribute matching) - 2 complete sets. Build the full grid before attempting any question. Evening (60 min): Coding-decoding (20 questions), Number series (15 questions), Directions (10 questions). These should be fast - target under 45 seconds per question. Target: standalone reasoning questions at 85%+ accuracy and under 50 seconds each.
Week Two: Integration and Exam Readiness
Day 8 - Full Foundation Mock (Timed) Take a complete timed Foundation mock: 25 Numerical in 25 minutes, 25 Verbal in 25 minutes, 25 Reasoning in 25 minutes. Use a timer. No pauses, no extensions, no looking at answers mid-section.
After the mock, conduct a full error analysis before moving to any other activity:
- Record every wrong answer with: topic, error type (concept gap / calculation error / reading error / time pressure misfire), and the correct approach written out
- Record how many questions you left unanswered in each section and which topic caused the most time loss
- Note whether you ran out of time in any section before completing it
This debrief is as important as the mock itself. Candidates who take mocks without systematic debrief improve slowly; candidates who debrief thoroughly improve rapidly.
Day 9 - Targeted Revision Spend the full day on the two weakest topic areas identified from Day 8. Revisit the concept, work through 25 examples with full solutions, then do 15 timed practice questions. If both weak areas are in the same section (e.g., both Numerical), also do a brief 15-minute review of another section to maintain those skills.
Day 10 - Numerical: P&C, Probability, Geometry Morning (75 min): Permutations and Combinations - 20 problems covering linear arrangement, circular arrangement, adjacent items, and selection from groups. Evening (60 min): Probability - 20 problems. Focus on complementary probability and multi-event problems. Geometry and Mensuration - 10 problems covering area, volume, and similar triangles.
Day 11 - Verbal: Speed and Accuracy Consolidation Morning (60 min): Error spotting at full speed - 30 questions in 22 minutes. Aim for 85%+ accuracy. Any error: identify the exact grammar rule violated. Evening (75 min): 5 RC passages in 15 minutes total. Practice skimming for main idea and structure before reading for detail. For each passage, answer inference questions using only evidence found explicitly or implicitly within the passage.
Day 12 - Reasoning: Full Coverage Review Morning (60 min): Blood relations (20 questions, draw a tree every time), Analogies (15 questions), Data Sufficiency (12 questions applying the unique-answer test strictly). Evening (60 min): Directions (10 questions with rough paper diagrams), Coding-decoding (20 questions confirming the pattern from two examples before applying).
Day 13 - Full Foundation Mock (Timed) Second full timed mock. The goal is not just to score higher than Day 8 (though you likely will) - the goal is to observe improvement in specific areas and identify whether any new errors have emerged. Compare error logs from both mocks. Look for: reduced time overruns in the sections that ran long on Day 8, improved accuracy on the topics you revised on Day 9.
After the debrief: update your formula and technique summary sheet to include any concepts that appeared in both mocks and were handled incorrectly.
Day 14 - Consolidation Morning (60 min): Review the complete formula and technique summary sheet. Run through the key speed-solving techniques for each high-frequency topic: multiplier method for percentages, harmonic mean for average speed, alligation for mixtures, Venn diagram for syllogisms, opener-pairs-closer for para jumbles. Afternoon (45 min): One DI set, one seating arrangement set, one RC passage - at full speed, no errors tolerated. Evening: No new study. Confirm exam logistics. Set alarms. Keep the formula summary sheet visible for one final review before sleeping. Rest properly.
Using the Two-Week Plan if You Have Less Time
One week available: Compress by combining Days 1-2 into a single intensive day on Numerical, Days 4-5 into a single day on Verbal, Days 6-7 into a single day on Reasoning. Take one mock at the midpoint and one at the end. Prioritise all Priority 1 and 2 topics and accept that Priority 3-4 topics will be lightly covered.
Three days available: Focus exclusively on Priority 1 topics. Day 1: DI, Percentages, Profit & Loss. Day 2: RC passages, Error spotting, Seating arrangements. Day 3: Full mock and debrief. This is a triage strategy, not ideal preparation - but it is significantly better than unstructured last-minute review.
Daily Habits to Layer Onto This Plan
Verbal reading (every day, 20-30 minutes): Read a quality English article every day throughout the two-week period. This builds reading speed and vocabulary simultaneously in a way that no practice question set can replicate. Sources: technology or business journalism, science news summaries, editorial opinion columns. Avoid light reading (social media, entertainment news) - the sentence structures in quality journalism are much closer to NQT RC passages.
Error log maintenance: After every practice session, record wrong answers in an error log with three fields: topic, the specific error type (concept / calculation / reading / time pressure), and the correct approach written out in full. Reviewing the error log on Days 9 and 14 is one of the highest-return activities in the entire preparation plan.
Formula recall flash test (5 minutes every morning): Before beginning the day’s study session, write down from memory the five most important formulas for the topics you will be practising that day. This daily recall test prevents the “I knew it during practice but blanked during the exam” failure mode.
Timed sets over untimed sets: Always practice under time pressure once a concept has been understood. Understanding a solution while reviewing it is not the same skill as executing that solution under a 60-second constraint. The exam does not give you untimed conditions, so your practice should not primarily be untimed either.
Foundation Section Quick-Reference Summary
Numerical Ability - Top Speed Techniques
- Successive % changes: multiply multipliers (never add percentages)
- Average speed (equal distances): 2S1S2/(S1+S2)
- CI minus SI (2 years): P × (R/100)²
- Work rates: express as fractions per day, add for together, subtract for drain pipes
- DI: read full chart first (35-40 sec), then questions
- P&C adjacent items: treat as a block; non-adjacent = total minus adjacent
Verbal Ability - Top Speed Techniques
- RC: read for topic + argument + evidence structure before questions
- Para jumbles: find opener (no reference to prior content), find mandatory pairs, find closer
- Error spotting: check SV-agreement, pronoun reference, tense, parallelism in that order
- Sentence completion: predict word type before reading options
Reasoning Ability - Top Speed Techniques
- Always draw a diagram before any deduction (seating, blood relations, puzzles, directions)
- Syllogisms: Venn diagram method only
- Standalone types first (coding-decoding, series, analogies), then set-based
- Seating arrangement: place direct clues first, relational clues second, conditional last
- Data sufficiency: test each statement alone for unique answer before testing them together
Traits question: Answer honestly, spend no more than 60 seconds, do not second-guess.
Negative marking: Guess when 2+ options eliminated (expected value positive). Skip when 0 options eliminated (expected value zero in 0.33 penalty cycles).
The Foundation Section is the gateway, and this guide is the key. Cover the topics systematically, practise under real time constraints, debrief every mock thoroughly, and walk into the exam hall with the confidence that comes from knowing exactly what to expect and exactly how to handle it.
Exam Day: Foundation Section Execution
Before the section begins: The 2-3 minutes of login and instructions time before the exam starts is an opportunity. Use it to mentally run through your top-level strategy: time budget per section, question types to prioritise, which topics to skip and return to. This 2-minute mental rehearsal sets a calm, structured frame for the 76 minutes that follow.
First 90 seconds of each sub-section: Scan all 25 questions in the first 90 seconds. This is not wasted time. It reveals the question type distribution, identifies the fastest questions (vocabulary, simple calculation, coding-decoding), and flags the most time-consuming ones (DI sets, seating arrangements, logic puzzles) so you can plan your triage order before committing to your first answer.
The triage order: Attempt standalone questions first (blood relations, coding-decoding, series, vocabulary, analogies, directions). Then tackle set-based questions (DI sets, seating arrangement sets, logic puzzles) where investing time in setup pays off across 3-4 questions.
The 90-second rule: If a question has consumed 90 seconds and is not approaching resolution, mark it for review and move on. An incomplete attempt on a hard question costs the same time as a completed attempt on an easy one you could have answered correctly. Prioritise total correct answers, not thoroughness on individual questions.
With 5 minutes remaining in any section: Stop starting new complex problems. Return to every marked-for-review question. For any still unanswered: in cycles without negative marking, select your best guess. In cycles with negative marking, apply the expected-value rule.
Final 30 seconds: Scan the question palette. Every question should be answered (green) or marked-and-answered (orange/purple). No question should be grey (unanswered with no attempt) when the section ends.
The transition between sections: When the Numerical timer expires and the Verbal section begins, your brain is transitioning from arithmetic mode to language mode. The first 10-15 seconds of the new section feel slightly disorienting to most candidates. Accept this rather than fighting it. Take two breaths, read the first question fully, and begin. The disorientation passes within 2-3 questions.
The Meta-Skills That Determine Foundation Performance
Technical preparation - learning formulas, practising question types, building vocabulary - accounts for perhaps 70% of Foundation Section performance. The remaining 30% comes from meta-skills that are less often discussed but equally trainable.
Pattern Recognition Speed
Pattern recognition is the ability to classify a new problem into a known category within 5-10 seconds of reading it. A candidate with strong pattern recognition reads a question, immediately identifies it as a “boats and streams” problem, and begins applying the relevant formula without any delay. A candidate with weaker pattern recognition reads the same question and spends 20-30 seconds figuring out what type of problem it is before beginning to solve.
Pattern recognition develops through high-volume, varied practice. Solving 30 problems of the same type builds competence. Solving 10 problems of each of 30 types builds pattern recognition. In the final week of preparation, mix different problem types within the same practice session rather than blocking all problems of the same type together.
Error Detection
The ability to catch your own errors before submitting an answer is a significant scoring skill. In timed conditions, the most common undetected errors are:
- Arithmetic errors in the final calculation step (getting the setup right but making a multiplication or addition mistake)
- Sign errors (forgetting a negative sign in algebra)
- Unit errors (computing in kilometres when the answer needs to be in metres)
- Reading the wrong option (selecting B when you computed the answer for B but C matches your computed value)
The practical check: after computing an answer, spend 3 seconds verifying: does this answer make sense in context? Is it the right order of magnitude? Does it match one of the options exactly? If the answer is not among the options and you are certain of your method, you made a calculation error - recheck rather than selecting the closest option.
Selective Attention Under Pressure
As the section timer approaches zero, a natural attention narrowing occurs. The mind focuses on the current question and becomes less able to track the broader question palette. This is normal, but it creates a failure mode: a candidate who is stuck on question 22 with 3 minutes left does not notice that questions 15, 18, and 23 are marked for review and answerable.
The remedy: set a personal timer check at the 5-minute mark of each section (glance at the timer when you feel like you are in the mid-section phase and note how much time remains). This check prevents the end-of-section panic that causes candidates to rush through the last 5 questions without the care they applied to the first 20.
Resilience After a Hard Question
The Foundation Section is designed to include some questions that are difficult for most candidates. Encountering one of these questions does not mean you are failing - it means you have reached one of the designed difficulty peaks. The candidates who manage this well skip and move on without any emotional residue. The candidates who manage it poorly allow the difficult question to create doubt about their overall performance, which then degrades execution on the following questions.
Remind yourself: clearing the Foundation Section does not require answering every question. It requires answering the answerable ones correctly and efficiently, and not wasting time on the unanswerable ones. A well-targeted 20 correct answers out of 25 attempted clears the Foundation Section in most cycles. That means 5 questions can be unanswered or wrong - which gives you significant room to skip hard questions without it affecting your eligibility.
The Foundation Section is passable for any candidate who prepares systematically, manages time deliberately, and executes on exam day with the triage discipline built through two weeks of timed practice. The preparation plan in this guide covers everything required. The execution is yours.
Topic frequencies and difficulty ratings reflect observed patterns across multiple TCS NQT Foundation Section cycles. Always verify the current cycle’s exam pattern through official TCS communications at nextstep.tcs.com before your exam.