Company Corner

TCS TNSLPP 2026: NQT Prep Guide for Tamil Nadu Engineering Students

TCS TNSLPP was a 2018 Tamil Nadu drive. In 2026, the off-campus route is the All India NQT. Eligibility, pattern, and prep guide for Ninja, Digital, and Prime.

By FACE Prep Team 6 min read
tcs-tnslpp tcs-nqt tcs-off-campus tcs-ninja anna-university tamil-nadu-placements company-corner

TCS TNSLPP was Tamil Nadu’s state-level TCS placement drive, run once in 2018 through Anna University’s CUIC. In 2026, the same off-campus opportunity is the All India NQT on TCS NextStep.

This guide covers what the exam tests, how to prepare each section, and where the AI skills layer fits for candidates targeting Prime.

TNSLPP in 2026: From State-Level Drive to All India NQT

TNSLPP (Tamil Nadu State Level Placement Programme) was organised through Anna University’s Centre for University-Industry Collaboration (CUIC), which coordinates placement activity for colleges affiliated to Anna University’s Chennai, Coimbatore, and Madurai zones. The 2018 drive brought TCS and other companies to designated venues across Tamil Nadu. Students registered through CUIC, received an admit card, and attended.

TCS expanded off-campus hiring nationally after that cycle. Starting around 2019, the All India NQT replaced state-level written tests as TCS’s primary off-campus screening mechanism. Anna University’s CUIC still runs mega-placement events, but TCS specifically now routes all off-campus applications through TCS NextStep.

For Tamil Nadu engineering students, this is a broader opening than the original TNSLPP. The All India NQT does not restrict applications by state or college affiliation. Students from VIT, SRM, Amrita, PSG Tech, Thiagarajar College of Engineering, and any AICTE/UGC-recognised institution apply through the same portal with the same criteria.

If your college placement officer mentions TNSLPP in reference to an upcoming TCS drive, they are most likely referring to an Anna University-coordinated event where TCS participates alongside other companies. For TCS specifically, the direct application route is always NextStep.

2026 Eligibility at a Glance

CriteriaRequirement
Qualifying degreesB.E., B.Tech, M.E., M.Tech, MCA, M.Sc (any specialisation)
Institution typeAICTE/UGC-recognised, full-time programme
Passing year2024, 2025, or 2026
Aggregate60% or equivalent 6.0 CGPA on a 10-point scale
Active backlogsZero at the time of interview
Prior TCS offerNot eligible if you already hold a TCS offer

All engineering branches qualify: CSE, ECE, EEE, IT, EIE, ICE, Mechanical, Civil, and others. MCA and M.Sc graduates use the same IT profile funnel as B.E./B.Tech graduates.

CGPA conversion formula TCS uses in the application form:

  • 6.0 CGPA = 60%
  • 6.5 CGPA = 65%
  • 7.0 CGPA = 70%
  • 7.5 CGPA = 75%

Enter the percentage value in the form, not the raw CGPA. TCS uses the formula: percentage = 10 times CGPA.

The NQT Exam: Sections, Duration, and Marking

The NQT runs 190 minutes in total. Part A is the Foundation test (75 minutes); Part B is the Advanced test (115 minutes). All candidates sit both parts. Your combined performance across both determines which track you qualify for.

PartSections coveredDuration
Part A: FoundationNumerical Ability, Verbal Ability, Reasoning Ability75 minutes
Part B: AdvancedAdvanced Quantitative and ReasoningIncluded in 115 min
Part B: AdvancedAdvanced CodingIncluded in 115 min
Total190 minutes

No negative marking applies to Part A Foundation sections. The Advanced Coding section is scored on correctness and efficiency, not a subtraction formula. This means attempting every Foundation question is always the right call.

Track assignment based on NQT performance:

TrackStarting CTCNQT thresholdExtended interview
TCS Ninja₹3.5 to 3.9 LPAFoundation cutoffTechnical + HR
TCS Digital₹7.0 to 7.5 LPAHigher combined cutoffDeeper technical
TCS Prime₹9.0 to 11.0 LPATop-tier combined cutoffExtended + AI project review

The TCS Ninja questions and pattern guide breaks down each section in more detail, including typical question counts and topic distributions.

Preparing for the Foundation Sections

Part A Foundation (75 minutes) covers Numerical Ability, Verbal Ability, and Reasoning Ability. Clearing the Foundation cutoff is the prerequisite for everything that follows. The good news: no negative marking means you should attempt every question, even when uncertain.

Numerical Ability

Topics that appear most frequently: percentages, profit and loss, time and work, speed and distance, averages, ratio and proportion. Questions are MCQ with four answer choices.

Strategy: eliminate obviously wrong choices before calculating. TCS Numerical questions often place answer choices close together, which means you need to complete the calculation rather than estimate. But on questions where the calculation is long, check whether two or three choices can be ruled out by rounding, sign, or magnitude alone.

Topics to prioritise in your study schedule: percentages appear most often, followed by time-work combinations. Practice 15 to 20 questions per topic until you can identify the question type and the approach within the first reading.

The TCS NQT aptitude questions and solutions guide covers worked examples from actual NQT sittings. Use it for pattern recognition, not just answer-checking.

Verbal Ability

The Verbal section tests grammar accuracy more than vocabulary breadth. Sentence correction, error spotting, reading comprehension, and fill-in-the-blanks are the recurring formats.

Focus on grammar rules: subject-verb agreement, tense consistency, pronoun reference, misplaced modifiers, and parallel structure. Students who score well in Verbal can identify the grammatical error in a sentence quickly. Memorising rare vocabulary words is less useful.

For reading comprehension: read the questions before reading the passage. This tells you exactly what to look for and cuts the time you spend re-reading. TCS Verbal RC passages are short enough that this approach saves meaningful time across the section.

Reasoning Ability

Topics: series, analogies, coding-decoding, blood relations, seating arrangements, and logical puzzles. These are pattern-recognition questions where practice speed matters more than conceptual depth.

Spend the first week on series and coding-decoding (high frequency, short solve time per question). Add seating arrangements in the second week. On test day, if you are running short of time in the Reasoning section, seating arrangements are the best to defer because they take the longest to set up. Analogies are fastest when you identify the relationship type first (part-to-whole, cause-effect, function) before looking at the choices.

Preparing the Advanced Sections and the AI Skills Layer

Advanced Quantitative and Reasoning

Part B Advanced Quant covers the same topics as Foundation Numerical but at higher difficulty. Expect multi-step problems where two or three concepts combine in a single question. The time constraint per question is tighter than in Part A.

The good preparation path: do Foundation Quant first, thoroughly. Students who spend time on Foundation topics and then do a focused set of Advanced problems (15 per topic) perform better than those who skip Foundation and jump straight to Advanced.

There is no separate Advanced Verbal section. The Advanced section is Quant and Coding only.

Coding Round

The Advanced Coding section typically presents two problems. One is medium-difficulty (array operations, string manipulation, output formatting), and the other is harder (dynamic programming, graph traversal, or recursion). Both appear within the 115-minute Part B block.

Three principles that apply across every TCS coding test:

  • Complete the easier problem fully before attempting the harder one. Full marks on the easy problem typically outscores partial marks on the hard one.
  • Write clean, readable code. TCS’s auto-evaluator checks output correctness. A clean, correct solution for the easy problem is worth more than an incomplete, messy attempt at the hard one.
  • Know your standard library. String operations, sorting, and list manipulation in Python, Java, or C++ reduce lines of code under time pressure.

The TCS coding questions and answers guide and the TCS Ninja mock test bank together cover the full range of problem types that appear in TCS off-campus coding tests.

The AI Skills Layer for Prime Track Candidates

In March 2026, TCS CHRO Sudeep Kunnumal reported that 60% of TCS’s FY26 fresher hires are AI-skilled (Rediff/Business Standard, March 2026). That’s up from 10 to 15% three years ago. For Ninja track candidates, this doesn’t change the NQT prep equation. The Foundation test doesn’t assess AI, and Ninja technical interviews stay within standard CS fundamentals.

For Prime track candidates, AI skills are now a gate. The extended technical interview includes a review of an AI or data project. The interviewer is not looking for production-scale engineering at the fresher level. A working LLM-based app or classification model on a public GitHub, with a clear problem statement and a runnable demo, is the target.

An AI project is what separates Ninja (₹3.5 to 3.9 LPA) from Prime (₹9.0 to 11.0 LPA) at TCS. Both tracks use the same NQT, but Prime adds a project review to the extended interview. The 60% AI-skilled hiring shift at TCS (TCS CHRO, March 2026) makes that gap worth acting on before your interview cycle opens.

TinkerLLM at ₹299 lets you build and ship a real LLM project to GitHub before the interview cycle.

Primary sources

Frequently asked questions

Is TNSLPP the same as the TCS All India NQT in 2026?

No. TNSLPP was a 2018 Anna University CUIC event where TCS and other companies participated at designated venues across Tamil Nadu. TCS off-campus hiring in 2026 runs through the All India NQT on nextstep.tcs.com, not through a state-level coordinator. The outcome (a TCS offer at Ninja, Digital, or Prime track) is the same; the application path is now centralised.

What is the minimum percentage to apply for TCS off-campus NQT?

TCS requires a minimum of 60% aggregate for all tracks, including Ninja. The application form uses percentage; if your college uses a CGPA scale, use the formula TCS specifies: percentage equals 10 multiplied by CGPA. A 6.0 CGPA converts to 60%, a 6.5 CGPA to 65%.

Which sections carry the most weight in the TCS NQT?

TCS does not publish section-level weightages. Your combined NQT percentile across all sections determines track eligibility. In practice, the Advanced Coding section is the most differentiating for Digital and Prime placement, because fewer candidates score well in it than in the Foundation sections.

Can students from non-Anna University colleges in Tamil Nadu apply for TCS off-campus?

Yes. The TCS All India NQT accepts applications from AICTE/UGC-recognised engineering colleges across India, not only Anna University-affiliated institutions. Students from VIT, SRM, Amrita, PSG Tech, and other Tamil Nadu colleges all apply through the same nextstep.tcs.com pathway with identical eligibility criteria.

Do I need AI skills for TCS Ninja track?

No. The TCS Ninja track evaluates aptitude (Numerical, Verbal, Reasoning) and basic coding. AI skills are not tested in the Foundation NQT and are not required for the Ninja technical interview. AI skills become relevant for the Digital track and are now expected for the Prime track, which includes an AI or data project review in the extended technical interview.

How many mock tests should I take before the TCS NQT?

Plan for at least four to six full-length mock tests under timed conditions before your NQT date. Each mock should be followed by a review of every wrong answer, not just a score check. The Foundation sections reward speed; mocks help you identify which question types cost you the most time.

Build AI projects

A self-paced playground for building with LLMs.

TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.

Try TinkerLLM (₹299 launch)
Free AI Roadmap PDF