Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Team Leader (Technical) Interview Questions and Answers

Updated 8 Jul 2020

LTIMindtree Team Leader (Technical) Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. As a Team Lead, can you demonstrate an example of ownership and coordination in relation to each other?
  • Q2. If an agent is not performing well in the team, how do you approach to improve the agent's performance?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with SLAs, reporting skills and analytics. Always give examples from personal experience when you explain something. Do not show any hesitation to do night shift. Always be prepared for reasons why you want to join Mindtreee or quit the current company.

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Asked about bpo
  • Q2. Where do you see yourself after 10 years
  • Ans. 

    In 10 years, I see myself leading a team of skilled technical professionals, driving innovation and achieving significant milestones in the industry.

    • Leading a team of technical professionals

    • Driving innovation and implementing new technologies

    • Achieving significant milestones in the industry

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Firstly after arriving they took a test on general knowledge having 10 questions given 10 minutes of time
Duration: 10 minutes
Total Questions: 10

Round: Group Discussion
Experience: Shortly after test, gd began with 10 participants
Duration: 10 minutes

Round: HR Interview
Experience: I got shortlisted in GD therefore after 30 minutes, last round started and had a HR interview, they only asked 2 questions

Team Leader (Technical) Interview Questions Asked at Other Companies

Q1. What is OSG what is v3f What DBG Divert wheel U r V shape best Wh ... read more
Q2. How do you ensure zero defects in your functional area?
asked in Birlasoft
Q3. How would you design a backup tool for enterprise infrastructure?
asked in SitusAMC
Q4. Explain Design patterns. and what are Singleton and Factory desig ... read more
asked in HCL Group
Q5. Given an array of numbers, find a pair of numbers that sum up to ... read more

I applied via Accenture and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Kotlin, Threading, Latest Android components
  • Q2. Program for inheritance in kotlin
  • Ans. 

    Inheritance in Kotlin allows a class to inherit properties and methods from another class.

    • Use the 'open' keyword to mark the superclass as inheritable

    • Use the 'override' keyword to override a method or property in the subclass

    • Use the 'super' keyword to call the superclass's implementation of a method or property

    • Example: class SubClass : SuperClass() { override fun method() { super.method() } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn topic thoroughly not just basic level.

I applied via Approached by Company and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Have confidence. Don't try to interrupt. Be clear and precise. Disagree in a polite way. Even if you don't know anything about the topic listen to what others speak and try gather points from it. You have to involve and make your voice get noticed. Silence won't work in GD.

Round 3 - Aptitude Test 

So, aptitude test depends on the organisation's criteria. Think in a broad way and answer. Nothing is new is the key to score in aptitude test.

Round 4 - HR 

(2 Questions)

  • Q1. Why you think you should be selected? Never lie. This is the place where most of us get caught. First understand your job Nature. Then you will automatically get answer for this question. Don't be one side...
  • Q2. What will be your contribution? Think on what objectives you can work even more broadly. This will help you to stand out.

Interview Preparation Tips

Topics to prepare for HCLTech Team Leader (Technical) interview:
  • Communication Skills
  • Body language
  • Critical thinking
Interview preparation tips for other job seekers - First of all don't worry
Be relax , be calm.
Yes you will definitely get a job.

What people are saying about LTIMindtree

View All
trendylion
Verified Icon
1w
student at
Chandigarh University
Data Science dream job: Need resume advice & referrals!
Hey pros, what should I add to my resume to boost my chances of landing my first Data Science role? Guidance needed! Also, if you're hiring or know openings at: TCS | Infosys | Wipro | Cognizant | Genpact | Accenture | LTIMindtree | Fractal Analytics | Mu Sigma | Quantiphi | Tiger Analytics | EXL | ZS Associates | Deloitte | KPMG | EY | Capgemini | Publicis Sapient, a referral would be amazing! 📎 I’m attaching my resume. Feedback, suggestions, or leads would mean a lot! Thanks for your support! Let’s connect & grow in #DataScience. #DataScience #MachineLearning #DeepLearning #OpenToWork #FresherJobs #DataScienceJobs #Referral #CareerAdvice #ResumeTips #JobSearch #Hiring #AmbitionBox #LinkedInJobs
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. Java, rest API, multi threading

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C and Autosar, Bit operations on C and Architecture view of Autosar layers

Interview Preparation Tips

Interview preparation tips for other job seekers - Just questions on what ever you worked and C language question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Disadvantages of high degree of normalization
  • Ans. 

    High degree of normalization can lead to increased complexity, decreased performance, and difficulty in querying data.

    • Increased complexity in joins and queries

    • Decreased performance due to multiple joins

    • Difficulty in querying data across multiple tables

    • Increased storage space required for normalized tables

    • Potential for data redundancy if not properly managed

  • Answered by AI
  • Q2. Difference between table scan and Index scan
  • Ans. 

    Table scan reads all rows in a table, while Index scan reads only specific rows using an index.

    • Table scan is slower as it reads all rows sequentially.

    • Index scan is faster as it reads only specific rows based on the index key.

    • Table scan is used when a large portion of the table needs to be accessed.

    • Index scan is used when only a small subset of rows need to be retrieved.

    • Example: Table scan for SELECT * FROM table_name; ...

  • Answered by AI
  • Q3. Some complex queries using correlation and outer joins.
  • Ans. 

    Understanding complex SQL queries with correlation and outer joins is crucial for data retrieval and analysis.

    • Correlation in SQL allows subqueries to reference columns from the outer query, enhancing data filtering.

    • Example: SELECT a.name FROM employees a WHERE a.salary > (SELECT AVG(b.salary) FROM employees b WHERE a.department_id = b.department_id);

    • Outer joins (LEFT, RIGHT, FULL) retrieve unmatched rows from one or...

  • Answered by AI
Round 2 - Coding Test 

Hackathon kind of technical test

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tec discussion and issue handeling
Round 2 - Technical 

(1 Question)

  • Q1. Tec discussion and issue resolution

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What was the toughest development you worked on.
  • Q2. Question on strong areas on abap.
  • Ans. 

    ABAP expertise includes data manipulation, report generation, and custom development in SAP environments.

    • Proficient in developing custom reports using ABAP Report programming, e.g., creating ALV reports for better data visualization.

    • Experienced in enhancing standard SAP applications using user exits and BAdIs, such as modifying sales order processing.

    • Skilled in performance optimization techniques, like using internal t...

  • Answered by AI
  • Q3. Question on new technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview question and approach depends on interviewer mostly. However be sure to have through knowledge on atleat 1,2 objects you designed. Have grip on overall technology and some basic idea on new technology.

Interview Questionnaire 

3 Questions

  • Q1. How to detect web browser
  • Ans. 

    To detect web browser, use navigator.userAgent property.

    • Use navigator.userAgent property to get the user agent string.

    • Parse the user agent string to identify the browser.

    • Use conditional statements to execute browser-specific code.

    • Consider using a library like Modernizr or jQuery to simplify the process.

  • Answered by AI
  • Q2. What is mixin
  • Ans. 

    Mixin is a way to reuse code in multiple classes without inheritance.

    • Mixin is a programming concept that allows code to be reused in multiple classes without inheritance.

    • It is achieved by including a module or class in another class.

    • Mixins are commonly used in object-oriented programming languages like Ruby and Python.

    • They help to reduce code duplication and improve code organization.

    • Example: A class for a car may incl...

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a feature in programming languages that allows a function to access variables outside its scope.

    • Closure is a way to create a function inside another function and access the outer function's variables.

    • It allows for encapsulation and data privacy.

    • Closures are commonly used in event handlers and callbacks.

    • Example: function outer() { let x = 10; function inner() { console.log(x); } return inner; } const closure ...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

LTIMindtree Team Leader (Technical) Salary
based on 65 salaries
₹8.7 L/yr - ₹33 L/yr
28% more than the average Team Leader (Technical) Salary in India
View more details

LTIMindtree Team Leader (Technical) Reviews and Ratings

based on 5 reviews

4.8/5

Rating in categories

3.6

Skill development

4.8

Work-life balance

4.8

Salary

4.9

Job security

4.8

Company culture

4.1

Promotions

4.9

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
22k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
16.3k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.5 L/yr - ₹37.5 L/yr

Module Lead
5.7k salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.6
Compare
write
Share an Interview