Mindtree Placement Process: 2026 Test Pattern and Prep Guide
Mindtree (now LTIMindtree) uses a four-round process: AMCAT, coding test, technical, and HR. 2026 pattern, syllabus, and interview prep for freshers.
Mindtree’s fresher selection runs four rounds: an AMCAT aptitude test, a coding test, a technical interview, and an HR interview, in that order.
About Mindtree and the LTIMindtree Rebrand
Mindtree is a technology consulting and IT services company founded in 1999 and headquartered in Bangalore. In November 2022, it merged with LTI (Larsen and Toubro Infotech) to form LTIMindtree, one of India’s larger mid-tier IT services firms serving global clients across banking, manufacturing, retail, and media.
On campus drives, you may see the entity listed as Mindtree or LTIMindtree depending on the college’s agreement with the company. The selection process and round structure remain the same under both names. Check the current notification on the LTIMindtree Careers portal for the exact entity name on your offer letter, and confirm eligibility criteria with your placement cell rather than relying on older sources.
LTIMindtree has delivery centres in Bangalore, Hyderabad, Chennai, Pune, Kolkata, and Noida. Students targeting fresher IT roles in Chennai will find LTIMindtree among the active recruiters in that city.
Eligibility Criteria
Most Mindtree and LTIMindtree campus drives have the following entry requirements:
- Degree: BE/B.Tech (or MCA/M.Tech for some roles) from a recognised university
- Branches: CSE and IT are always eligible; ECE and EEE are included in most drives; check the specific notification for other branches
- Academic record: 60% or 6.0 CGPA throughout Class 10, Class 12, and graduation, with no active backlogs at the time of application
- Year of passing: most drives target current final-year students and graduates within the last one to two years
Eligibility details can vary by drive. Confirm with your placement cell or the LTIMindtree Careers portal before applying.
The Four-Round Selection Process
| Round | Format | Duration |
|---|---|---|
| 1 | AMCAT Aptitude Test | 85 minutes |
| 2 | Coding Test | 45 minutes |
| 3 | Technical Interview | 30–45 minutes |
| 4 | HR Interview | 20–30 minutes |
Rounds 1 and 2 are online. Rounds 3 and 4 are conducted at the campus or at a Mindtree/LTIMindtree office, depending on the drive format.
Round 1: AMCAT Aptitude Test
The aptitude test runs on the AMCAT platform from SHL India. Three sections, no negative marking, timed individually.
| Section | Questions | Time |
|---|---|---|
| Quantitative Ability | 25 | 25 minutes |
| English | 25 | 25 minutes |
| Logical Ability | 24 | 35 minutes |
| Total | 74 | 85 minutes |
Quantitative Ability
Topics covered:
- Percentages, profit and loss, simple and compound interest
- Time and work, time and distance
- Number series, ratios and proportions
- Algebra and linear equations
- Probability and permutations
The section is calculation-heavy. Practice mental math and shortcut methods for percentage and ratio problems; you get roughly one minute per question.
English
Topics covered:
- Reading comprehension (one or two passages)
- Sentence correction and error identification
- Fill-in-the-blanks (vocabulary and grammar)
- Para-jumbles and para-completion
Focus on grammar rules and sentence structure. The vocabulary tested is standard placement-level; topic-specific jargon is rare.
Logical Ability
Topics covered:
- Syllogisms and statement-assumption
- Number and letter series
- Data sufficiency
- Blood relations and direction sense
- Coding-decoding and puzzle-based questions
Logical Ability carries the longest time window (35 minutes for 24 questions). Use the extra buffer on puzzle questions rather than rushing earlier sets.
How AMCAT Scoring Works
AMCAT scores percentiles per section, not a simple total. Companies set their own cut-offs for each section. Mindtree historically screens on a combined-score basis, but a very low score in any single section can eliminate a candidate even if the total is adequate. Prepare all three sections rather than over-investing in one.
DXC Technology’s off-campus drive also uses AMCAT for its primary filter; the prep overlaps heavily with Mindtree’s Round 1 requirements.
Round 2: Coding Test
Two coding problems, 45 minutes total. Accepted languages include C, C++, Java, and Python.
What the round evaluates:
- Problem-solving approach — can you map the problem to a known pattern (two-pointer, sliding window, recursion, dynamic programming)?
- Code correctness — does your solution pass all test cases, including edge cases?
- Code efficiency — time and space complexity matter; a brute-force
O(n²)solution may not pass all test cases within the time limit
The problems typically sit at beginner-to-intermediate difficulty: array manipulation, string operations, basic search and sort, and simple recursion. Advanced graph or DP problems are rare for this tier, but do appear occasionally.
This round is described as not strictly eliminatory in some campus guides, but a clean solution to both problems improves your overall evaluation score. Treat it as a scored round.
Technical Interview and HR Interview
Technical Interview
The technical interview runs 30 to 45 minutes. Expect questions from these areas:
- C and Java fundamentals — pointers, memory management in C; OOP concepts (inheritance, polymorphism, abstraction, encapsulation) in Java
- Data structures — arrays, linked lists, stacks, queues, trees, and basic graph traversal (BFS and DFS)
- DBMS — SQL queries, normalization, ACID properties, joins
- Operating systems — process management, threads, deadlock, paging
- Computer networks — OSI model, TCP/IP, HTTP basics
- Your academic projects — be ready to walk through what the project does, the tech stack you used, and any challenges you solved
Interviewers often follow up on resume claims. If you listed a project, expect questions about design decisions, not just a description of features.
HR Interview
The HR round typically runs 20 to 30 minutes. Common topics:
- “Tell me about yourself” — keep this to two minutes, covering your academic background, one relevant project, and what draws you to IT services
- “Why Mindtree / LTIMindtree?” — reference something specific about the company’s work or culture
- Strengths and weaknesses — be direct, not scripted
- Situational questions — how you handle disagreements, tight deadlines, or feedback
- Willingness to relocate and work in shifts — LTIMindtree’s offer letters typically include a mobility clause; confirm with the HR team
The HR round can include basic logical-reasoning questions in some drives. Don’t assume it’s purely soft-skills.
A Six-Week Preparation Roadmap
A structured six-week plan if you’re starting from scratch:
| Week | Focus | Daily Target |
|---|---|---|
| 1–2 | AMCAT Quant and Logical | 30 mock questions per day; timed sets of 10 |
| 2–3 | AMCAT English + reading comprehension | 1 passage per day; 20 grammar questions |
| 3–4 | Data structures and algorithms | Arrays, linked lists, stacks, queues, trees — 1 topic per day with 5 problems |
| 4–5 | Coding practice — medium problems | 2 problems per session; aim for clean solutions in under 20 minutes each |
| 5–6 | Technical interview topics | DBMS, OS, CN revision; 2 mock interviews |
| 6 | HR preparation and mock interviews | Practise your project walkthrough; record and review |
Keep a solved-problem log. When you revisit problems in Week 4–5, you’ll catch the patterns you missed the first time.
Writing clean, documented solutions in the coding test matters more than attempting both problems partially. If one problem is clearly harder, score full marks on the easier one first.
The coding test expects two complete solutions in 45 minutes. That’s a time constraint that translates directly into day-to-day IT services work, where code needs to be tested and review-ready quickly. TinkerLLM at ₹299 lets you practise building and shipping small AI-assisted tools before your placement window opens.
Primary sources
Frequently asked questions
Is the company still called Mindtree or is it now LTIMindtree?
Mindtree and LTI (Larsen & Toubro Infotech) merged in November 2022 to form LTIMindtree. Campus drives at many colleges still appear under the Mindtree branding in older agreements; check the current drive notification and the LTIMindtree Careers portal for the exact entity name on your offer letter.
What CGPA is required for Mindtree placement drives?
Most Mindtree and LTIMindtree drives require 60% or 6.0 CGPA throughout academics — in Class 10, Class 12, and graduation — with no active backlogs. The exact cutoff can vary by drive and college; always check the specific notification from your placement cell.
Is the Mindtree coding test an elimination round?
The coding test is listed as a qualifying step in the process, but strong performance there positively affects your overall evaluation. Treat it as a scored round even if the pass bar is lower than the aptitude test.
How long does the Mindtree hiring process take from test to offer?
From the online aptitude test to the offer letter, the process typically spans four to eight weeks. Shortlisted candidates usually receive technical interview call letters one to three weeks after aptitude results are declared.
How is the Mindtree off-campus process different from on-campus?
The round structure is the same: AMCAT aptitude, coding, technical interview, HR interview. Off-campus candidates apply via the LTIMindtree Careers portal or partner job boards. On-campus drives are coordinated by your placement cell, which handles registration and test scheduling.
What programming languages can I use in the Mindtree coding round?
C, C++, Java, and Python are accepted in the Mindtree coding test. Most candidates prefer Java or Python for their standard library support on string and collection problems. Pick the language you can debug fastest under time pressure.
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)