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
3.8

based on 20.6k Reviews

Filter interviews by

LTIMindtree Interview Questions, Process, and Tips for Freshers

Updated 9 Jan 2025

Top LTIMindtree Interview Questions and Answers for Freshers

View all 249 questions

LTIMindtree Interview Experiences for Freshers

Popular Designations

356 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Questions of aptitude and tehcnical mcq asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is struct and unions
  • Ans. 

    Structs and unions are data structures in C programming used to group different data types under a single name.

    • Structs allow you to group different data types together under a single name. For example, a struct 'Person' can have fields like name, age, and gender.

    • Unions are similar to structs but they share the same memory location for all its members. Only one member can contain a value at a time. For example, a union ...

  • Answered by AI
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr question

Skills evaluated in this interview

Top LTIMindtree Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Prime Numbers Identification Given a positive integer N, your task is to identify all prime numbers less than or equal to N. Explanation: A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itsel... read more
Add answer

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's good and we have to practice our skills

Round 2 - Coding Test 

It's good and we need to focus on the coding skills

Round 3 - Technical 

(1 Question)

  • Q1. What is the use of lamba function?
  • Ans. 

    Lambda functions are anonymous functions in programming that can be used for short, one-time tasks.

    • Lambda functions are used for writing short, concise code without the need to define a separate function.

    • They are commonly used in functional programming languages like Python, JavaScript, and Ruby.

    • Lambda functions can be passed as arguments to higher-order functions.

    • They are useful for tasks like sorting, filtering, and ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What do u know about our company?
  • Ans. 

    Your company is a leading engineering firm specializing in sustainable infrastructure projects.

    • Specializes in sustainable infrastructure projects

    • Known for innovative engineering solutions

    • Has a strong reputation in the industry

    • Works on projects globally

  • Answered by AI

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Associate Trainee Interview Questions & Answers

user image Saladi Vineetha

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

60Minutes of aptitude which contains logical reasoning, Verbal Ability, Quantitative Aptitude and Communication.

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is a pointer in C?
  • Ans. 

    A pointer in C is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory addresses directly.

    • They are denoted by an asterisk (*) before the variable name.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. What are Java Data types?
  • Ans. 

    Java data types are classifications of data items that determine the kind of values they can hold.

    • Java has two categories of data types: primitive data types and reference data types.

    • Primitive data types include int, double, char, boolean, etc.

    • Reference data types include classes, interfaces, arrays, etc.

    • Example: int num = 10; String name = "John";

  • Answered by AI
  • Q3. About SQL commands?
  • Q4. Explain about the project that you have done?
  • Ans. 

    Developed a mobile app for tracking daily water intake and setting hydration goals.

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented reminder notifications for staying hydrated throughout the day

  • Answered by AI
  • Q5. Basic python questions?
Round 3 - One-on-one 

(4 Questions)

  • Q1. Self Introduction
  • Q2. What is Data Science?
  • Ans. 

    Data Science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.

    • Data Science involves collecting, cleaning, analyzing, and interpreting large amounts of data to make informed decisions.

    • It combines statistics, machine learning, and domain knowledge to uncover patterns and trends in data.

    • Examples include predicting customer behavior bas...

  • Answered by AI
  • Q3. Are you comfortable working night shifts?
  • Ans. 

    Yes, I am comfortable working night shifts as I am able to adapt to different schedules and prioritize my work effectively.

    • I have previous experience working night shifts in my previous job and have no issues with it.

    • I am a night owl and tend to be more productive during nighttime hours.

    • I understand the importance of maintaining a healthy work-life balance and am willing to adjust my schedule accordingly.

  • Answered by AI
  • Q4. Are you open to any location?
  • Ans. 

    Yes, I am open to any location as I am willing to relocate for the right opportunity.

    • Willing to relocate for job opportunities

    • Flexible with location preferences

    • Excited about the possibility of experiencing new places

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Associate Trainee interview:
  • SQL
  • Python
  • C
  • Java
Interview preparation tips for other job seekers - Practice common interview questions .

Top LTIMindtree Associate Trainee Interview Questions and Answers

Q1. What are the key concepts of Object-Oriented Programming (OOP) in Java?
View answer (1)

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. IOS & Swift Basics
  • Q2. 1 Coding question( String/ Array) Level
  • Q3. Write Delegation example, They will show the code and ask whats wrong in the code & whats the o/p of the code. expect questions like Closure Capture List, InOut parameter
Round 2 - Technical 

(2 Questions)

  • Q1. This round was not based on iOS for me. Question was related to my past projects based on my resume.
  • Q2. More focous on architectures and design patterns like MVC, MVVM, Viper, Solid, Clean coding
Round 3 - HR 

(1 Question)

  • Q1. Whats your expected Salary?
  • Ans. 

    My expected salary range is $100,000 - $120,000 per year based on my experience and skills.

    • Based on my 5+ years of experience in IOS development, I am looking for a competitive salary in the range of $100,000 - $120,000 per year.

    • I have a strong track record of delivering high-quality IOS applications and believe my skills warrant a salary in this range.

    • I am open to negotiation based on the overall compensation package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Focus more on iOS and Swift basics
- Array & String Level DSA is enough
- Study Architecture & Design pattern

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)

LTIMindtree interview questions for popular designations

 Software Engineer

 (316)

 Senior Software Engineer

 (211)

 Software Developer

 (92)

 Senior Specialist

 (77)

 Graduate Engineer Trainee (Get)

 (73)

 Module Lead

 (72)

 Graduate Engineer

 (69)

 Graduate Trainee

 (66)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question Technical
Round 2 - Client Interview 

(1 Question)

  • Q1. Basic question with client
Round 3 - HR 

(1 Question)

  • Q1. Hr round question

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared all the rounds and had discussion with HR team for the offer letter release and negotiation's but I never received the offer letter and they even don't respond to you. Its such a time waste of candidate who has taken out time for the interview.

Top LTIMindtree Software Engineer Interview Questions and Answers

Q1. Find prime numbersYou are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N. Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc. You can assum... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top LTIMindtree Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

Top LTIMindtree Junior Engineer - Quality Assurance Interview Questions and Answers

Q1. Can we change wait time during runtime.
View answer (1)

Junior Engineer - Quality Assurance Interview Questions asked at other Companies

Q1. How do you automate filtering and validate it's been filtered as desired?
View answer (1)

Jobs at LTIMindtree

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test experience at LTI Mindtree typically encompasses a variety of topics, beginning with basic mathematics such as least common multiple (LCM) and highest common factor (HCF). The difficulty of the questions varies from easy to moderate to difficult.

Round 2 - Technical 

(4 Questions)

  • Q1. What are the key concepts of Object-Oriented Programming (OOP) in Java?
  • Ans. 

    Key concepts of OOP in Java include classes, objects, inheritance, polymorphism, encapsulation, and abstraction.

    • Classes: Blueprint for creating objects, containing attributes and methods.

    • Objects: Instances of classes that encapsulate data and behavior.

    • Inheritance: Allows a class to inherit attributes and methods from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Encapsulatio...

  • Answered by AI
  • Q2. What are the key concepts of cloud computing?
  • Ans. 

    Key concepts of cloud computing include virtualization, scalability, on-demand self-service, and pay-per-use pricing model.

    • Virtualization allows for the creation of virtual machines on a physical server, enabling efficient resource utilization.

    • Scalability refers to the ability to easily increase or decrease resources based on demand, ensuring optimal performance.

    • On-demand self-service allows users to provision resource...

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

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal data.

    • Encapsulation promotes code reusability and modularity by grouping related data and methods together.

    • Examp...

  • Answered by AI
  • Q4. Recursion in java implementation
  • Ans. 

    Recursion in Java is a programming technique where a method calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Example: Factorial calculation using recursion - int factorial(int n) { return (n == 0) ? 1 : n * factorial(n-1); }

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How flexible are you with working at different locations?
  • Ans. 

    I am very flexible with working at different locations and have no issues with commuting or relocating if required.

    • I have experience working at multiple locations in my previous roles.

    • I am willing to travel for work and adapt to new environments.

    • I understand the importance of being able to work from different locations in order to support the team and meet project requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is essential to have a clear understanding of basic concepts and fundamentals, as effective communication is crucial for succeeding in any interview.

Top LTIMindtree Associate Trainee Interview Questions and Answers

Q1. What are the key concepts of Object-Oriented Programming (OOP) in Java?
View answer (1)

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

fresher interview

user image Freshers Now

posted on 20 Mar 2022

Associate Interview Questions & Answers

user image Lingampalli Karthikeya

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The exam consists of five sections with the following durations: 1. Quantitative Ability - 15 minutes, 2. Logical Ability - 15 minutes, 3. English Comprehension - 15 minutes, 4. Computer Science - 20 minutes, 5. CEFR Framework Spoken English - 20 minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the differences between lists and arrays in the Python programming language?
  • Ans. 

    Lists are dynamic arrays in Python that can hold different data types, while arrays are fixed-size and can only hold a single data type.

    • Lists can hold different data types, while arrays can only hold a single data type.

    • Lists are dynamic in size, while arrays have a fixed size.

    • Lists are more flexible and versatile compared to arrays.

    • Example: list_example = [1, 'hello', True]

    • Example: array_example = array('i', [1, 2, 3])

  • Answered by AI
  • Q2. What are the methods to secure a database using SQL?
  • Ans. 

    Methods to secure a database using SQL include encryption, access control, and regular updates.

    • Use encryption to protect sensitive data

    • Implement access control to restrict unauthorized access

    • Regularly update the database software to patch security vulnerabilities

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a dedicated and hardworking individual with a background in finance and a passion for problem-solving.

    • Background in finance

    • Dedicated and hardworking

    • Passion for problem-solving

  • Answered by AI
  • Q2. How do you handle situations where a team member has miscommunicated with you?
  • Ans. 

    I address miscommunications by clarifying the situation, discussing the issue with the team member, and finding a resolution.

    • Clarify the details of the miscommunication with the team member

    • Discuss the issue openly and constructively to understand their perspective

    • Work together to find a resolution and prevent future miscommunications

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Associate interview:
  • SQL
  • Cloud Computing
Interview preparation tips for other job seekers - Be confident and develop strong communication skills.

Top LTIMindtree Associate Interview Questions and Answers

Q1. What are the differences between lists and arrays in the Python programming language?
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. EXPLAIN ABOUT UR PRJECT
  • Ans. 

    Developed a PL/SQL project for managing inventory and sales data in a retail store.

    • Designed database tables to store product information, sales transactions, and customer details.

    • Implemented PL/SQL procedures and functions for adding, updating, and querying data.

    • Created triggers to enforce business rules and maintain data integrity.

    • Developed reports using PL/SQL queries to analyze sales performance and inventory levels

  • Answered by AI
  • Q2. How do you work on performance optimization
  • Ans. 

    I work on performance optimization by analyzing query execution plans, indexing, and code refactoring.

    • Analyzing query execution plans to identify bottlenecks

    • Creating appropriate indexes to improve query performance

    • Refactoring code to optimize resource usage

    • Using tools like Explain Plan and SQL Tuning Advisor

  • Answered by AI

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree interview for freshers?
LTIMindtree interview process for freshers usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process for freshers are Technical, Aptitude Test and HR.
How to prepare for LTIMindtree interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are Excel, Background Verification, Communication Skills, Data Validation and International Voice Process.
What are the top questions asked in LTIMindtree interview for freshers?

Some of the top questions asked at the LTIMindtree interview for freshers -

  1. How do you know about this type of ID related issues because you are not comple...read more
  2. Can we write int func() and int func(int a) in a single cla...read more
  3. How can a circuler cake can be cut into 8 equal pieces with 3 cuts on...read more
How long is the LTIMindtree interview process?

The duration of LTIMindtree interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

LTIMindtree Interview Process for Freshers

based on 190 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all

LTIMindtree Reviews and Ratings

based on 20.6k reviews

3.8/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.3

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 20.6k Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

3-6 Yrs

₹ 4.11-23.62 LPA

Specialist - Package Implementation

Kolkata

7-12 Yrs

₹ 14.4-32 LPA

Specialist - Package Implementation

Hyderabad / Secunderabad

7-12 Yrs

₹ 9-26 LPA

Explore more jobs
Senior Software Engineer
21.3k salaries
unlock blur

₹4.6 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.4 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview