Skip to content

Wipro Elite NLTH: Test Pattern, the Essay Section and a 4-Week Plan

Wipro's Elite National Level Talent Hunt is the entry point for most of its fresher hiring. Here is the historical test structure, the sectional cutoff mechanic, a proper explanation of the written communication section almost nobody prepares for, and a four-week plan.

Cheatcode EditorialCareer research team13 min read

The Wipro Elite NLTH — Elite National Level Talent Hunt — is Wipro's mass hiring test for freshers, and for most people who join Wipro out of college it is the door they came through. It sits in the same category as the TCS NQT: one standardised online test, run nationally, filtering a very large applicant pool into an interviewable shortlist. It is not hard the way a programming contest is hard. It is hard the way an assembly line is hard — three sections, sectional cutoffs, a clock that does not stop, and one section almost nobody prepares for.

That section is the written communication test, and it is the honest reason this article exists. Candidates who clear the aptitude and write both coding problems still get rejected because they typed four rushed sentences into an essay box and moved on.

What Elite NLTH is and where it sits

Wipro runs Elite NLTH as a national hiring drive, usually announced once per academic cycle, with registration through its own careers portal and the test delivered online with remote proctoring in recent cycles. Clear it and you go to a technical interview or business discussion, then an HR round, then an offer for an entry-level engineering role.

The offer band shapes how you should think about the test. The standard Elite NLTH package has been widely reported at around ₹3.5 LPA, with a higher-paying Turbo band above it for candidates who clear an additional, harder assessment. Both move between cycles and Wipro does not commit to them in advance, so treat any figure — including that one — as historical reporting rather than a promise. What is stable is the shape: a volume band most selected candidates land in, and a premium band for stronger coders. The gap between a headline number and what reaches your account is worth understanding early, because CTC versus in-hand salary is what surprises freshers at the first payslip; the in-hand salary calculator does that arithmetic once you have a breakup.

Eligibility has recently been open to engineering graduates across the common branches and, in many cycles, to science graduates in computing or electronics-adjacent streams. The criteria that recur are a single graduating batch per cycle, marks commonly around 60% or above in Class 10, Class 12 and the degree, no active backlogs at joining, and a limit on academic gaps. Every one of those has varied. Read the eligibility box on Wipro's careers page for your cycle, and do not trust a coaching-centre PDF from two years ago.

The test structure, section by section

Historically the written test has had three parts: an aptitude section covering quantitative ability, logical reasoning and verbal ability; a written communication test, which is an essay; and an automated programming test with two problems. Section timing is enforced separately, so time saved in one part does not carry to another.

The mechanic that catches people out is sectional cutoffs. Your aptitude score does not rescue a failed essay, and a clean essay does not rescue a coding section where nothing compiled. That is the opposite of how most students prepare, which is to pour eighty per cent of the effort into aptitude because that is what their mock tests are full of. Doing aptitude preparation properly pays off across every company you sit for, but it is not where the marginal rejection happens.

SectionWhat it actually testsRough size (varies by cycle)What usually goes wrongWhat to practise
Quantitative abilityPercentages, ratios, time-speed-distance, time and work, profit and loss, averages, probabilityAround 15–20 questionsTwo hard questions eat six minutes and the easy ones at the end go unansweredTimed sets of 15 questions in 18 minutes; abandon a question after 90 seconds
Logical reasoningSeries, coding-decoding, seating arrangement, blood relations, syllogisms, data interpretationAround 15–20 questionsArrangement puzzles drawn badly, then re-drawn twiceOne puzzle a day, on paper, in a fixed notation you always use
Verbal abilityReading comprehension, error spotting, sentence completion, para jumbles, vocabulary in contextAround 20 questionsReading the passage three times instead of the questions firstSubject-verb agreement, tenses, prepositions, articles
Written communicationGrammar, sentence construction, vocabulary range, coherence, meeting the stated lengthOne topic, typically around 20 minutesUnder length, no paragraphs, or left mostly blank because time ran outTen timed essays before the test, on a fixed four-paragraph skeleton
Automated programmingArrays, strings, basic mathematics, simple conditional and loop logicTwo problemsCode that runs on the sample but fails hidden cases; time lost to input parsingEasy-to-medium array and string problems in one language

The written communication section, properly explained

You are given a general topic and asked to write a short essay in the browser, usually inside a window of around twenty minutes. No research, no reference material, no subject knowledge tested. The topics are deliberately ordinary — the kind of thing anyone can write three hundred words about.

The important thing is that this is scored by software, not by a person looking for insight. Automated essay engines measure properties of text: grammatical correctness, sentence length and variety, vocabulary range, whether paragraphs cohere, and whether you hit the expected length. They do not reward an original argument and cannot be charmed. That is good news, because it means the section is entirely gameable by writing plainly and correctly.

Practically: write complete sentences, break the text into clear paragraphs, use ordinary connectives (however, therefore, as a result, for example) because they signal coherence, and hit the word count — if the instruction says 200 to 400 words, land near the middle rather than scraping the floor. Do not reach for impressive vocabulary you cannot spell; a misspelt long word costs more than a correct short one earns. Do not write in bullet points or SMS shorthand. And never leave it blank or two lines long — that is a guaranteed sectional fail regardless of how the rest went, and every cycle a serious number of candidates lose the whole test to exactly that.

Use a fixed skeleton so you are not inventing structure under time pressure. Paragraph one: what the topic means and the position you are taking. Paragraph two: your first supporting point with one concrete example. Paragraph three: the counter-view or a second angle, briefly acknowledged and answered. Paragraph four: a short conclusion restating the position without repeating the opening word for word. Four paragraphs of roughly seventy-five words each puts you at three hundred without straining.

Three families of topic recur: technology and society (remote work, artificial intelligence and jobs, online education); workplace and personal qualities (teamwork versus individual brilliance, the value of failure, communication versus technical skill); and broad civic subjects (women in the workforce, environmental responsibility, the role of sport). Write two practice essays in each family and you will have seen the shape of nearly anything they hand you. The skill compounds, too — the interviewer's version of this test is spoken, and English communication for interviews is weighted just as heavily in the HR round.

The coding section: two problems, all-or-nothing scoring

Two problems, usually easy to medium. The subject matter is narrow and predictable: array traversal and manipulation, string operations, basic number work such as primes, digit sums and palindromes, and simple simulation of a stated rule. C, C++, Java and Python are typically allowed. Choose the one you write fastest in, not the one that looks best.

The honest note most preparation material skips concerns scoring. On many automated platforms a solution must pass the hidden test cases to score, and partial correctness may earn little or nothing. That changes strategy: better to fully finish one problem, including the awkward cases — empty input, a single element, all elements identical, negatives — than to leave two elegant half-solutions. Read both in the first two minutes, pick the one you can definitely finish, finish it.

The other reliable time sink is input parsing. Freshers who have only worked in an IDE with hardcoded values lose five minutes on how to read a line of space-separated integers; learn that pattern cold before the day. You do not need advanced structures here — DSA for placements at this level means arrays, strings, hash maps and comfort with loops and conditionals. Graphs and dynamic programming belong to the product-company track.

Interviews after the test

Clearing the written test gets you a technical round and an HR round, sometimes merged into one business discussion. The technical round for a fresher is neither adversarial nor deep. It checks that you can talk about your own work and know the fundamentals of one language.

Expect it to open with your final-year project: what it does, what you specifically built, why that stack, what broke. If three people built it and you wrote the front end, say so — inflating your role invites questions you cannot answer. Then one language in depth: OOP with real examples, collections and exception handling for Java; lists versus tuples versus dictionaries and mutability for Python; pointers and memory basics for C++. Then standard DBMS ground — normalisation, keys, joins, ACID, a query written on the spot — and OS at concept level: process versus thread, deadlock, paging, scheduling. Some light coding on paper: reverse a string, find duplicates, check a palindrome. Working through commonly asked Wipro interview questions beats reading three more textbooks.

The HR round is about fit, stability and communication. Why Wipro, will you relocate to Chennai or Pune or Hyderabad, are you comfortable with any technology or shift the project needs, where do you see yourself in three years. The answers need not be clever, only consistent with your application and delivered in clear sentences. HR interview questions are largely predictable, and the people who stumble are the ones who prepared nothing because they assumed the round did not count. It counts.

The service agreement question

Wipro has historically asked fresher hires to sign a service agreement, as have several other large Indian IT services firms at various points. The terms — duration, and any amount recoverable if you leave early — have changed across years and offer types, so a figure from a forum thread may be well out of date. Do not treat an unverified number as your contract.

What matters is knowing what the instrument is: a clause committing you to stay for a stated period after training, with a financial consequence for leaving before it ends. Before signing, read for four things — the exact duration and when the clock starts (offer date, joining date, or end of training); the amount payable and whether it reduces the longer you stay; whether documents such as your degree certificate are retained; and what happens if the company releases you rather than you resigning. Ask HR in writing if any of that is unclear, and keep the reply. What these clauses typically contain and how enforceable they are in practice is covered in the piece on bonds in IT companies — read it before you accept, not after.

A four-week preparation plan

Four weeks is enough if you are disciplined about the split. The mistake is spending all four on aptitude because it is the most comfortable thing to practise.

Week one — diagnose and rebuild the base. Take one full mock in test conditions on day one, essay included, to find out where you stand. Then rebuild the arithmetic: percentages, ratios, averages, time-speed-distance, time and work. Two hours a day on quantitative and reasoning, thirty minutes on grammar, two untimed essays to learn the structure without pressure, five easy array problems.

Week two — speed and the coding base. Move aptitude to timed sets: 15 questions in 18 minutes daily, noting which topics you keep abandoning. Add reading comprehension with the questions-first technique. Two coding problems a day, alternating arrays and strings, written from scratch including input parsing. Three timed essays of twenty minutes, one from each topic family.

Week three — full mocks and interview groundwork. Two complete mocks under real conditions, all three sections back to back, plus daily timed work on your weakest area. Coding moves to easy-medium with edge cases handled as a deliberate step. Start interview preparation now rather than after results: write out your project explanation, revise one language properly, cover DBMS and OS fundamentals. Two more timed essays.

Week four — consolidate, do not cram. One mock every second day, reviewing errors rather than adding topics. Revise formulae and the grammar rules you keep missing. One coding problem a day to stay warm. Three final timed essays checked against the list: four paragraphs, on length, no misspelt ambitious words, a clear position. In the last two days sleep properly, test your machine and connection for the proctored session, and stop learning anything new. If you are going through off-campus drives rather than a placement cell, use this week to line up two or three parallel applications — a single pipeline is a fragile plan.

Elite NLTH, TCS NQT and the contest routes

Elite NLTH and the TCS NQT are close cousins, and preparation transfers almost entirely between them. NQT is broader in that its score feeds several hiring tracks, and its structure has shifted more across cycles; a solid TCS NQT preparation routine already covers the aptitude and coding demands here. What Elite NLTH adds is the essay.

The contest routes are a different animal. TCS CodeVita and Infosys HackWithInfy are competitive programming contests, not screening tests — built to find the small number of students who can solve genuinely hard algorithmic problems. They take months rather than weeks and lead to materially higher bands. If you already solve problems for enjoyment, they are the better use of your time. If you do not, attempting them instead of the volume tests is a poor trade: take the volume route, get an offer, and treat the contests as a parallel attempt.

RouteWhat it isDifficultyTypical bandPreparation timeBest suited to
Wipro Elite NLTHMass screening: aptitude, essay, two coding problemsModerate; the essay is the unusual gateEntry band, widely reported around ₹3.5 LPA, plus a higher Turbo band3–4 weeksAny eligible final-year student wanting a first offer
TCS NQTNational qualifier; score feeds multiple hiring tracksModerate; structure varies more between cyclesEntry band, with higher Digital and Prime tracks3–4 weeksThe same audience — run both, the preparation overlaps
TCS CodeVitaMulti-round competitive programming contestHard; real algorithmic depth neededPremium offers well above the volume bands3–6 months of steady problem solvingStudents already strong in DSA
Infosys HackWithInfyCoding contest leading to Power Programmer and specialist rolesHard; multi-round, algorithm heavyPremium band, materially above the standard offer3–6 monthsStudents who compete regularly on coding platforms
Direct off-campus applicationsCompany career pages, Naukri, LinkedIn, referralsVaries enormouslyAnything from ₹3 LPA to product-company bandsOngoingEveryone, as a parallel track — never the only track

What clearing it actually means

Elite NLTH is a volume filter. It exists to reduce a very large applicant pool to an interviewable shortlist quickly and cheaply, using criteria a machine can apply consistently. It measures whether you can do arithmetic at speed, write grammatically for twenty minutes, and produce working code for two straightforward problems. Those are real skills and fair enough to test. They are not a measure of your ceiling as an engineer.

Hold both halves of that honestly. Clearing it is a good outcome — a first offer from a large firm with structured training, a defined role and a salary, which is a materially better place to stand than no offer at the end of final year. A starting offer moves you from theory to practice, and two years of delivery experience changes what you can apply for far more than the name on the first payslip does; placement from a tier-3 college almost always looks like this — get in, then move on merit.

If you do not clear it, the information content of that result is close to zero. People fail the essay for reasons unconnected to engineering ability, and more mistime the aptitude section. The test is not diagnostic of much beyond how you performed for ninety minutes on one morning. Fix the specific thing that went wrong, apply to the next drive, and do not build a story about yourself out of a screening filter.

Frequently asked questions

Is there negative marking in the Wipro Elite NLTH test?

In most reported cycles the aptitude section has not carried negative marking, which means an unanswered question and a wrong one cost you the same. If that holds for your cycle, never leave a blank — mark something on every question before the section timer ends. Do not rely on memory here, though. Read the instruction screen at the start of the test, because it states the marking scheme for that specific paper and it can change.

Is the test taken at a centre or from home?

Recent cycles have been conducted online with remote proctoring, meaning you sit the test on your own machine with webcam and microphone active and your screen monitored. Practically, that means testing your laptop, browser and connection two days beforehand, sitting in a quiet room with a plain background and good light, and keeping your photo ID ready. Wipro states the mode in the cycle instructions, so confirm there rather than assuming.

If I am rejected, how soon can I apply to Wipro again?

Large IT services firms commonly apply a cooling-off period before a rejected candidate may reapply, often quoted at around six months, though the rule varies by company and cycle. Assume you get one serious attempt per hiring cycle and prepare accordingly. In the meantime keep applying elsewhere — Infosys, Cognizant, Capgemini, Accenture and TCS run their own fresher processes on different calendars, and almost all of the preparation transfers directly.

Can I write the essay in bullet points to save time?

No. The scoring engine measures sentence construction, paragraph coherence and connected prose, and bullet fragments give it very little to work with. You will also miss the word count, because fragments are short. Write full sentences in four paragraphs even if the content is plain and the examples obvious. A dull, correct, correctly-lengthed essay scores well; a sharp set of bullets scores badly. Structure beats cleverness in this section.

What would an offer of roughly ₹3.5 LPA actually pay each month?

At that level your taxable income sits far below the ₹12,00,000 threshold where the Section 87A rebate makes income tax nil under the new regime for FY 2025-26, so tax is not the deduction that bites. What reduces take-home is EPF, any gratuity or insurance component sitting inside CTC, and professional tax in some states. In practice expect somewhere around ₹25,000 to ₹27,000 a month, depending entirely on how the offer is structured.

Should I accept a Wipro offer if my campus placement season is still running?

Usually yes, with your eyes open. Many placement cells operate a one-offer rule that removes you from further processes once you accept, so check your cell's policy before signing anything. If no such rule applies, an offer in hand costs you nothing and takes the pressure out of later interviews. If it does apply, weigh it against how realistic your remaining shortlists genuinely are — a confirmed offer beats two hopeful pipelines.

Keep reading