Aptitude tests for IT placements in India
Aptitude tests for IT placements in India eliminate more engineering students than any technical round. Not because those students are not capable. Because they prepared for the wrong things — or skipped this round entirely. Here is everything you need to know to clear it.
Aptitude tests for IT placements in India are the single biggest eliminator in the entire campus placement process.
Not the technical interview. Not the coding round. Not the HR round.
The aptitude test.
I have been watching this happen for 27 years from my career consulting office in Bhubaneswar. A technically strong student — someone who genuinely understands data structures, writes decent code, and communicates well — fails to clear the very first round. The aptitude test.
And then they spend the rest of placement season wondering what went wrong.
What went wrong is almost always the same thing. They treated the aptitude test as something they could wing. They assumed their engineering education was enough. They did a few random practice questions the night before. And they walked into a timed, structured, competitive assessment completely unprepared for the format.
The aptitude test is not a knowledge test. It is a speed and accuracy test. It rewards students who have practised the specific question types, built a strategy for eliminating wrong answers quickly, and trained themselves to stay calm under time pressure.
This guide tells you exactly what each section tests, how each major IT company structures its aptitude round, and what to do every single day to prepare for it properly.
Before I tell you how to prepare, I want to explain why these tests exist in the form they do.
Large Indian IT companies — TCS, Infosys, Wipro, Capgemini, Cognizant — hire thousands of freshers every year. TCS alone hires 35,000 to 40,000 freshers annually. Infosys, Wipro, and HCL each hire in the tens of thousands.
With that volume, they cannot interview every applicant. They need a fast, scalable filter that separates candidates who can think clearly under pressure from those who cannot.
The aptitude test is that filter.
It does not test what you studied in your engineering degree. It tests how quickly your brain processes information and produces correct answers under strict time constraints. It tests whether you can spot a pattern in numbers faster than the next person. Whether you can read a paragraph and answer questions about it accurately in 60 seconds. Whether you can reason through a logical puzzle without getting confused.
These are the abilities that translate, in the workplace, into analysing a problem quickly, writing a test case accurately, spotting an anomaly in a report, and making a sound decision under pressure.
Once you understand why the aptitude test exists, you understand why generic engineering study does not prepare you for it — and why specific, timed, high-volume practice is the only thing that does.
Most IT company aptitude tests for freshers in India cover the same five broad areas. The exact mix, time allocation, and difficulty level vary by company. But these five sections appear across every major IT hiring process.
Know all five. Because you will not always know in advance which mix a specific company will use.
This is the section most students think of first when they hear “aptitude test.” And it is the section where the most time is wasted — by students who try to solve problems from scratch instead of using smart shortcuts.
Quantitative aptitude for IT placements in India covers a predictable set of topic areas. Once you know them, you can prepare for them systematically.
Topics that appear most frequently:
Percentages and profit-loss — These appear in almost every IT company aptitude test. Practice them until the standard formulas are instant reflexes, not things you derive under pressure.
Time and work, time and distance — Classic problems with a few standard templates. Once you recognise the template of a problem, you solve it in 30 seconds. Without recognising the template, you might spend four minutes and still get it wrong.
Number systems — Divisibility rules, factors, HCF and LCM, remainders. These appear regularly in TCS NQT and Wipro tests specifically.
Averages, ratios and proportions are simple concepts that appear as the foundation of more complex problems. Strong basics here save you time across many question types.
Simple and compound interest appear in Cognizant and Capgemini tests frequently. The formulas are not complex, but accuracy under time pressure is.
Permutations and combinations, probability — The topic students fear most. The good news — the level of difficulty in IT fresher aptitude tests is moderate. Standard formulas, applied to standard scenarios.
The one habit that changes everything in quantitative aptitude: Stop solving problems longhand. Learn to approximate, eliminate, and verify. Many multiple-choice aptitude questions can be answered correctly by eliminating three wrong options in 20 seconds rather than computing the exact answer in two minutes.
🔗 Best free practice resource: IndiaBIX Quantitative Aptitude — the most comprehensive free platform for IT placement aptitude preparation in India.
Logical reasoning is the section that most clearly separates students who have practiced from students who have not.
The question types in this section are almost entirely pattern-based. Once you have seen a blood relation problem ten times, the eleventh one takes you 45 seconds. The first time you see one — without having practiced — it can take five minutes and still produce a wrong answer.
Topics that appear most frequently:
Blood relations — Family tree problems. Draw the tree. Always. Do not try to hold it in your head.
Seating arrangements — Circular and linear. Again — draw. Every time. Non-negotiable.
Syllogisms — All A are B, some B are C, therefore — Venn diagram approach. Practice drawing the Venn diagram quickly.
Number series and letter series – Pattern recognition. Practice enough series problems that your brain starts identifying arithmetic, geometric, and alternating patterns automatically.
Coding-decoding — Letters shifted, words reversed, numbers substituted. Find the pattern in the given example and apply it consistently.
Direction sense problems — simple but surprisingly time-consuming for unpracticed students. Always start from a fixed reference point.
Data sufficiency — Appears in TCS NQT and Infosys tests. The question is not “what is the answer” but “is the given information enough to find the answer.” Practice this specific format separately.
The one habit that changes everything in logical reasoning: Speed comes from pattern recognition, not from being clever. You become faster by seeing more question types more often — not by thinking harder in the exam. Practice volume is everything here.
🔗 Practice resource: IndiaBIX Logical Reasoning
This is the section most engineering students underestimate. And in my 27 years of counselling students — particularly students from tier-two colleges and regional-medium backgrounds in Odisha and Eastern India — it is the section that eliminates the most candidates who had genuine technical ability.
Indian IT companies use the verbal ability section to assess how well you can communicate in English. Not just read it — communicate in it. Because their business involves daily client communication, documentation, and email writing in English.
Topics that appear most frequently:
Reading comprehension — A passage followed by questions. Time is always the problem here. Practice reading fast without losing meaning. Do not re-read paragraphs — read once, carefully, then answer.
Sentence correction — Identify grammatical errors in underlined portions. Core grammar knowledge — subject-verb agreement, tenses, articles, prepositions — is essential.
Fill in the blanks — Vocabulary and contextual grammar combined. Build your vocabulary steadily over weeks, not overnight before the exam.
Para jumbles — Arrange jumbled sentences into a coherent paragraph. Start with the sentence that most clearly introduces the topic and work outward.
Synonyms and antonyms — Appears in Wipro and Cognizant tests frequently. Use vocabulary flashcards daily from your preparation start date.
Error spotting — Read the sentence, identify the grammatical error. Practice with newspaper sentences — The Hindu editorial section is the best free resource available.
The one habit that changes everything in verbal ability: Read one English article every single day from Day 1 of your preparation. Not for vocabulary drilling — for English language familiarity. Students who read regularly in English process verbal ability questions faster and more accurately than those who cram vocabulary lists.
Some IT companies include a dedicated technical aptitude section in their online assessment. TCS NQT, Infosys InfyTQ, and Wipro NLTH all have technical sections that test core CS concepts.
Topics that appear most frequently:
C and C++ programming basics — Output-based questions. Given a code snippet, what does it print? This tests your ability to trace code execution — the same skill the Capgemini pseudocode section tests.
Data structures concepts — Arrays, linked lists, stacks, queues, trees. Not deep implementation — conceptual questions about time complexity and use cases.
DBMS — SQL queries, normalisation concepts, keys and constraints.
Operating systems — Process states, scheduling algorithms, deadlock conditions.
Computer networks — OSI model layers, TCP vs UDP, IP addressing basics.
The one habit that changes everything in technical aptitude: Practice output-based programming questions daily. Pick five short C or Java code snippets every morning and trace them manually — without running them. This is the fastest way to build the code-reading speed this section requires.
The coding round is technically separate from the aptitude test in most hiring processes. But in 2026, it is so closely integrated with the online assessment stage that I am covering it here.
At large IT service companies, the coding round tests your ability to write working code for straightforward problems. It is not competitive programming. It is not algorithmic complexity optimization. It is basic problem solving — implemented cleanly in a language of your choice.
The coding problems that appear most frequently in Indian IT fresher hiring in 2026 involve array manipulation, string operations, basic pattern printing, simple recursion, and number-based logical problems.
The single most important preparation strategy for the coding round — practice writing code on a blank editor without autocomplete or syntax highlighting. Most online assessment platforms have minimal IDE features. Students who only code in full IDEs with autocomplete freeze when that support is removed.
🔗 Coding practice: HackerRank — the 10 Days of Code challenge is an excellent structured starting point. 🔗 Additional practice: LeetCode Easy Problems — solve 5 per day, consistently.
Knowing the generic sections is not enough. Each major Indian IT company has its own format, time limits, and difficulty weighting. Here is the honest breakdown.
TCS NQT is one of the most structured fresher hiring assessments in India. It has five sections: Verbal Ability, Reasoning Ability, Numerical Ability, Programming Logic, and Coding.
The total duration is approximately 180 minutes. The key characteristic of TCS NQT is adaptive difficulty — the system adjusts question difficulty based on your earlier answers. This means you cannot come back to previous questions, and every answer matters more than in a fixed-format test.
The Programming Logic section is unique to TCS NQT — it tests pseudocode reading and basic programming concepts, not actual code writing. The Coding section at the end has two problems.
TCS NQT has a cutoff system. Students who score above the cutoff in the first three sections are shortlisted for the higher-value TCS Digital role (₹7 LPA+) in addition to the standard Ninja role (₹3.36 LPA). Know which category you are targeting and prepare accordingly.
🔗 Read more: TCS NQT Preparation Guide for Freshers in 2026
Infosys uses the InfyTQ platform for its fresher assessment. The process includes a Reasoning and Mathematical Ability section, Verbal Ability, and a Programming section.
The Infosys aptitude test is considered moderate in difficulty. What makes it distinctive is the Pseudocode section — similar to TCS NQT’s Programming Logic section — and the relatively higher weight given to verbal ability compared to some other IT companies.
Infosys also occasionally includes a Hands-on Programming round for Specialist Programmer candidates, which involves coding problems in a browser-based environment.
🔗 Read more: How to Crack Infosys InfyTQ 2026
Wipro’s NLTH (National Level Talent Hunt) is Wipro’s primary fresher hiring programme for engineering graduates. The online test covers Verbal Ability, Analytical and Logical Reasoning, Quantitative Aptitude, and Written Communication.
The Written Communication section — a short essay or email writing task — is unique to Wipro and catches students who have not practiced it. It is timed, and the quality of your writing directly affects your score in this section.
Wipro also has a distinct salary structure — Wipro Elite at ₹3.5 LPA and Wipro Turbo at ₹6.5 LPA — where the aptitude test performance determines which programme you are considered for.
🔗 Read more: Wipro NLTH Hiring Guide for Freshers 2026
Capgemini’s aptitude process includes the unique Game-Based Cognitive Assessment — which no other major IT company uses at this scale. It also includes a Pseudocode section and an English Communication Test.
The coding round determines your salary package directly — from ₹4.25 LPA to ₹7.5 LPA depending on performance.
🔗 Read more: Capgemini Hiring Process for Freshers in India 2026
Cognizant’s GenC (General Category) programme tests Quantitative Aptitude, Logical Reasoning, and English Comprehension. The GenC Elevate programme — for higher packages — includes an additional coding round and a more difficult aptitude paper.
Cognizant’s aptitude test is considered one of the more approachable tests among large IT companies at the standard GenC level. But the GenC Elevate round is significantly harder.
I see the same mistakes every placement season. Knowing them in advance lets you avoid them.
Mistake 1 — Practicing without a timer
Aptitude tests are time-limited. Solving 50 problems correctly in 90 minutes means nothing if the actual test gives you 60 minutes. Practice with a timer from Day 1. Every single practice session. No exceptions.
Mistake 2 — Trying to solve every question
This is the trap that kills good students. They spend four minutes on a hard question they cannot solve, skip five easier questions, and finish the section with a low score despite knowing most of the material.
The strategy — attempt every easy question first. Mark the medium ones. Skip the hard ones. Come back to medium and hard only with remaining time. In most IT aptitude tests, negative marking does not apply — so an attempted wrong answer and an unattempted question produce the same score of zero. But the time spent on an unanswerable question costs you the time you needed for three answerable ones.
Mistake 3 — Neglecting the verbal ability section
“I am an engineer. My English is good enough.” This is the assumption that costs more students their placement than any other. Good enough for conversation is not the same as good enough for a timed reading comprehension test. Practice it specifically.
Mistake 4 — Preparing for sections in isolation
The aptitude test is a continuous experience. If you exhaust yourself on Quantitative Aptitude, your Verbal Ability performance drops — not because you do not know the material but because your brain is fatigued. Practice full-length mock tests that simulate the complete test experience, including all sections in sequence.
Mistake 5 — Starting preparation two weeks before the drive
Two weeks is not enough time to build speed and accuracy on aptitude questions. These are skills that develop over weeks of consistent daily practice. Six weeks minimum. Eight weeks is better. Students who start eight weeks before their drive and practice for 90 minutes every day — consistently — see dramatically better results than students who cram for two weeks at three hours per day.
This is the plan I give students in my coaching sessions in Bhubaneswar. It is realistic. It is specific. And it works.
Week 1 — Quantitative foundation Practice 20 quantitative aptitude problems per day. Focus on percentages, profit-loss, time and work, time and distance. Use IndiaBIX. Time each session. Review every wrong answer — not just the correct one. Understand why you got it wrong.
Week 2 — Logical reasoning foundation Practice 20 logical reasoning problems per day. Cover blood relations, seating arrangements, syllogisms, and number series. Draw every seating arrangement and blood relation tree — no exceptions. Start reading one English article per day. This becomes a daily habit you keep until your placement drive.
Week 3 — Verbal ability and technical aptitude Practice 15 verbal ability questions per day — reading comprehension, sentence correction, fill in the blanks. Practice 10 output-based programming questions per day. Continue quantitative and logical practice at 10 problems per day each to maintain speed.
Week 4 — Coding introduction Begin LeetCode Easy problems — 5 per day. Pick your language. Write every solution from scratch, in a plain text editor, not an IDE. Continue verbal ability and aptitude practice at the same volume. Reduce review time and increase speed focus — you should be getting faster by now.
Week 5 — Mock tests begin Take one full-length mock aptitude test every day. Timed. No breaks. No phone. After each test — review every wrong answer, every skipped question, every section where time ran out. Identify the two question types you are still weakest on. Spend your non-mock time on those specific types.
Week 6 — Company-specific preparation Research the specific companies whose drives are coming up. Look at their aptitude format — sections, time limits, question types. Take company-specific mock tests. For Capgemini — practice cognitive games. For Wipro — practice essay writing. For TCS — practice the adaptive format with time pressure. Spend the last two days before the drive only reviewing your notes and doing light practice — not adding new material.
You do not need to spend money to prepare well. Here are the best free resources — the ones I actually recommend to students.
IndiaBIX — The single best free resource for aptitude and reasoning practice in India. Covers every topic with solved examples and explanations. Use it daily.
PrepInsta — Company-specific aptitude preparation content. Has dedicated sections for TCS NQT, Infosys, Wipro, Capgemini, and Cognizant. Use for company-format mock tests.
HackerRank — Coding practice with structured challenges. The 30 Days of Code and 10 Days of Statistics challenges are particularly useful for freshers.
LeetCode — Best for coding round practice. Filter by Easy difficulty and by topic — arrays, strings, and basic math — for the most relevant fresher-level problems.
The Hindu — Editorial Section — Read one editorial per day for English language familiarity, vocabulary, and reading speed. Free. More effective than any vocabulary app for building genuine reading comprehension speed.
Testbook — Mock tests for IT placement aptitude. Has timed, full-length tests for TCS NQT, Infosys, and Wipro formats. The free tier is sufficient for most students.
This is the question I hear most often from students who are technically strong but struggle with timed aptitude tests. I want to answer it completely honestly — because the honest answer is more useful than a reassuring one.
In the majority of large Indian IT company hiring processes in 2026, the aptitude test is a hard gate. You either clear it or you do not proceed to the next round. There is no compensating mechanism. Your technical interview performance, your project quality, your communication skills — none of these matter if you did not cross the aptitude test cutoff. You simply do not reach those rounds.
This is the structural reality that makes aptitude preparation non-negotiable. It is not one input among many. It is a binary pass-fail filter that happens before everything else.
The cutoffs vary by company and by drive. TCS NQT cutoffs shift based on the applicant pool for each drive. Infosys and Wipro have sectional cutoffs — meaning you must reach a minimum score in each section separately, not just in total. A student who scores very high in quantitative aptitude but very low in verbal ability can still be eliminated at Infosys even if their total score is above average.
For students who have strong technical skills but genuinely weak aptitude performance — the honest path forward is not to hope for compensating mechanisms. It is to take the aptitude test preparation as seriously as technical preparation, begin earlier, practice more consistently, and build the speed and accuracy that these tests specifically require. The technical strength is genuinely valuable — but it only becomes visible to a recruiter after the aptitude gate is cleared.
Consultant’s Note — Every year I watch students who genuinely deserved IT roles fail to get them because they did not take the aptitude test seriously. And every year I watch students who are not the strongest technical candidates clear those same companies because they had prepared specifically for the aptitude format. The preparation gap is the performance gap. Start earlier. Practise more. It is that direct.
Yes. And I want to explain why this answer is honest rather than just encouraging.
The quantitative aptitude section in IT fresher placement tests in India is not testing advanced mathematics. It is testing your ability to apply a small number of standard formulas and shortcuts to a predictable set of problem types — quickly and accurately.
The topics that appear in quantitative aptitude for IT placements — percentages, time and work, profit and loss, simple interest, ratios — are Class 8 to Class 10 level mathematics. Not engineering mathematics. Not calculus or differential equations. The arithmetic and basic algebra that appears in these tests is genuinely accessible to any student who is willing to practice it consistently.
What makes it hard for students who believe they are weak in mathematics is not the complexity. It is the speed requirement. Under time pressure, even simple calculations can produce errors. The preparation strategy that works for students with a mathematics anxiety history is different from the standard approach.
Start with a single topic — percentages. Understand the three standard percentage formula variations. Practice 20 per cent of problems per day for five days. Do not move to the next topic until percentages feel automatic. Then move to profit and loss, which is directly based on percentages. Then to simple interest, also directly based on percentages.
This single-topic-depth approach works for students who have a weak mathematics foundation far better than the scattershot approach of practising a few problems from every topic.
By Week 3, students who start this way are consistently solving 15 to 20 quantitative problems correctly within a timed session — not because the mathematics became easier, but because the pattern recognition became faster.
Consultant’s Note — I have counselled students from non-mathematics backgrounds — BCA students, lateral entry diploma holders, even a commerce graduate who did an MCA — through IT placement aptitude tests. Every one of them who started with specific topic-depth practice cleared the quantitative section.
Everyone who tried to cram all topics in the week before the test did not. Mathematics is not a barrier. The preparation approach is.
This is a practical and important question — and the answer has changed in 2026 compared to even two or three years ago.
Historically, on-campus drives at premier engineering institutes were considered slightly more competitive because of the higher average academic quality of the applicant pool. Off-campus drives were sometimes considered more accessible because the applicant pool was more mixed.
In 2026, that distinction has largely disappeared for the major IT companies. The reason is simple — all major IT companies now use the same centralised online assessment platform regardless of whether a student is applying on-campus or off-campus. TCS uses iON. Infosys uses InfyTQ. Capgemini uses the Superset platform. The test that a student from IIT appearing on-campus takes and the test that a student from a state engineering college in Bhubaneswar takes off-campus are the same test, with the same question bank, the same time limits, and the same cutoffs.
What does differ is the sectional cutoff that may be applied after the test. For certain high-value roles — TCS Digital, Infosys Specialist Programmer, Capgemini Senior Analyst — companies may apply higher cutoffs to on-campus applicants from specific college tiers. But for the standard roles that the majority of freshers are targeting, the assessment itself is the same.
This is genuinely good news for students from tier-two cities and non-premier colleges. The test itself does not know where you studied. It knows how fast and accurately you answered the questions in front of you. That is all. And fast, accurate answers come from specific, consistent preparation — which is equally available to a student in Bhubaneswar and a student in Bengaluru.
Consultant’s Note — I have placed students from state government engineering colleges in Odisha into the same Infosys, TCS, and Wipro roles as students from top private engineering colleges in the same season.
The assessment results were what mattered. The college name became relevant only after the assessment was cleared — and even then, far less than most students believe. Prepare for the test. The playing field is more level than you think.
Wherever you are today, here is exactly what to do next.
If your placement drive is more than 8 weeks away — You are in the best position possible. Start the 6-week plan two weeks from today — and use the first two weeks to do a thorough self-assessment of all five sections. Take one free mock test on PrepInsta or Testbook before you begin. Score yourself honestly. The two or three sections where you score lowest become your Week 1 and Week 2 priorities in the 6-week plan.
If your placement drive is 4 to 8 weeks away — Start the 6-week plan immediately. No adjustments needed — the plan fits your timeline. Register for at least two full company-specific mock tests on PrepInsta for the companies whose drives are coming up. Know the format you are walking into before you walk into it.
If your placement drive is 2 to 4 weeks away — Compress the 6-week plan into your available weeks. Week 1 and 2 become your first week — cover all foundation topics in parallel at reduced volume. Begin mock tests from Day 8 rather than Week 5. Prioritise the sections where you are weakest. Accept that you will not reach peak preparation in this timeline — but focused, specific practice in 2 to 4 weeks will still significantly outperform going in unprepared.
If your placement drive is less than 2 weeks away — Take one full mock test today. Score it. Identify the sections where you are losing the most marks. Spend 60 focused minutes per day on those specific sections — not on reviewing everything. Practice 3 coding problems per day from LeetCode Easy. Spend 20 minutes each evening on verbal ability. Do not attempt to learn new topic types in the final week. Sharpen what you have.
If you have already appeared and did not clear the aptitude round — This is not the end. It is information. Go back to the test paper in your memory — which sections cost you the most? Where did you run out of time? That analysis is your preparation roadmap for the next drive. Start the 6-week plan from the beginning. And read our guide on How I Help Students Crack IT Interviews in 30 Days to build the rest of your preparation alongside.
Aptitude tests for IT placements in India are not talent tests. They are preparation tests. The students who clear them are not the smartest ones in the room. They are the most prepared ones.
That preparation is available to every student who starts early enough and practices consistently enough.
Start today. Not tomorrow. Today.
Have questions about which company’s aptitude test to focus on first? Or about your specific preparation timeline? Reach out at cguru.co.in or call 9777278853. I work personally with engineering students and freshers across Bhubaneswar and Odisha before their placement drives.Read next: How I Help Students Crack IT Interviews in 30 Days and Top 10 IT Companies in India Hiring Freshers in 2026
Gap year after engineering in India — two words that make most parents panic and…
The Capgemini hiring process for freshers in India in 2026 is different from what most…
Best certifications for freshers in India in 2026 — there are hundreds of options out…
Prepare for an IT interview in 30 days — not by studying harder, but by…
Most Indian freshers set up a LinkedIn profile and never think about it again. After…
The fear is real. The opportunity is also real. After 27 years of watching technology…