The NLTH structure
The assessment is unusual in giving three genuinely different skills their own timed blocks. The pattern reported for recent cycles:
| Section | Content | Time |
|---|---|---|
| Aptitude Test | Logical ability, quantitative ability, English verbal ability | ~48 min |
| Written Communication Test | One essay topic, 200-300 words | ~20 min |
| Online Programming Test | Two coding problems (C, C++, Java or Python) | ~60 min |
- ✓Total time is roughly 128 minutes across the three sections.
- ✓No negative marking has been reported in recent cycles - leave nothing blank in the aptitude section.
- ✓Wipro adjusts the pattern between cycles, so confirm sections, timings and the language list on the official Wipro careers portal before your test.
Practice this now
Section 1: the aptitude test
The aptitude block covers the standard three areas in a single 48-minute run, so pacing across sub-areas is on you. Wipro's quantitative questions reach a little further into applied and engineering mathematics than some other recruiters, so do not skip the basics of logarithms, progressions and elementary coordinate geometry.
- ✓Logical ability - deductive and inductive reasoning, series, arrangements, syllogisms, data sufficiency.
- ✓Quantitative ability - the standard arithmetic chapters plus progressions, logarithms, permutations and probability, and basic mensuration.
- ✓Verbal ability - error spotting, sentence correction, para jumbles, vocabulary and comprehension.
- ✓Pacing - aim to bank the verbal questions quickly, since they are the fastest marks, and give the quantitative ones the surplus.
Practice this now
Section 2: the Written Communication Test
One topic, 200 to 300 words, about 20 minutes. Evaluation looks at structure, grammar, vocabulary and whether you actually addressed the prompt - not at whether your opinion is impressive. That makes it the most preparable section in the paper, because a reusable structure removes almost all of the risk.
Spend the first two minutes planning, not writing. Decide your position and three supporting points, then write to that skeleton. A four-paragraph shape works for essentially every prompt: introduce and state your position, develop two points with a concrete example each, acknowledge the counter-view briefly, then conclude by restating the position. Leave two minutes at the end to fix grammar and spelling.
- ✓Structure: introduction with a clear position, two body paragraphs with examples, a short counter-view, a conclusion.
- ✓Length: stay inside the word range - long is not better, and running out of time mid-sentence costs more than a short essay.
- ✓Sentences: keep them short and varied. Complex sentences you cannot control produce grammar errors.
- ✓Topics tend to be general and opinion-based - technology and society, work-life balance, remote learning, social media, sustainability. Prepare examples you can reuse.
- ✓Practise three timed essays before the test. Handwriting practice does not transfer; type them, since the real test is typed.
Practice this now
Section 3: the coding round
Two problems in an hour, in your choice of C, C++, Java or Python. The difficulty is generally approachable - the kind of logic that shows up in any first course on programming - so the marks go to whoever handles input and edge cases correctly rather than to whoever knows the cleverest algorithm.
- ✓Arrays and strings - searching, reversal, frequency counting, palindromes, duplicates, second-largest.
- ✓Numbers - primes, factors, digit sums, GCD and LCM, Armstrong and perfect numbers, base conversion.
- ✓Loops and patterns - printing shapes and number triangles, still a staple.
- ✓Basic recursion and simple dynamic programming.
- ✓Write complete programs that read from standard input and print in the exact format asked. This, not algorithmic depth, is where most marks are lost.
- ✓Budget 25 minutes per problem and leave 10 for testing edge cases: empty input, one element, all duplicates, negatives, maximum size.
The interviews
Clearing the assessment leads to technical and HR rounds. The technical round is grounded in your resume - one language in depth, your projects, and core subjects. The HR round leans on communication, willingness to relocate, and the service-agreement questions common to service-based companies.
One Wipro-specific point: because the assessment already tested your written English, the interviews tend to probe spoken communication too. Practise explaining a technical idea out loud to someone non-technical; it is the single most transferable interview skill.
- ✓One programming language you can discuss in depth, including OOP concepts if it is Java or C++.
- ✓DBMS with real SQL queries - joins, group by, subqueries - plus normalisation basics.
- ✓Operating systems and networking fundamentals for tech roles.
- ✓Your project: the problem, your role, the choices, and what you would change.
- ✓HR: why Wipro, relocation flexibility, the bond or service-agreement terms, strengths and weaknesses with examples.
Practice this now
A four-week plan
| Week | Aptitude | Essay | Coding |
|---|---|---|---|
| 1 | Quantitative core, 20 timed questions daily | Read one editorial daily | Revise language syntax |
| 2 | Logical reasoning by type | One timed essay | Arrays and strings, one problem daily |
| 3 | Verbal ability + mixed sets | Two timed essays | Numbers, patterns, recursion |
| 4 | Two full mocks under exact timing | One timed essay | Two problems in 60 minutes, twice |
Practice this now
Related reading
