i
LTIMindtree
Filter interviews by
I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Jul 2024. There were 3 interview rounds.
It was an easy test that included a numerical test, an aptitude test, reasoning, English, and a communication round as well.
I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Nov 2024. There was 1 interview round.
I have worked on various projects including developing a mobile app for a local charity and implementing a new inventory management system for a small business.
Developed a mobile app for a local charity to help them raise funds and increase awareness
Implemented a new inventory management system for a small business to streamline operations and improve efficiency
The pillars of Object-Oriented Programming (OOP) are encapsulation, inheritance, and polymorphism.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a new class to inherit properties and behavior from an existing class.
Polymorphism: The ability for objects of different classes to respond to the same message in different ways.
Big Data refers to large volumes of data that cannot be easily managed or analyzed using traditional data processing tools.
Big Data involves processing and analyzing massive amounts of data to uncover patterns, trends, and insights.
It typically includes structured, semi-structured, and unstructured data from various sources.
Examples of Big Data include social media data, sensor data, financial transactions, and healthc
I manage data by organizing, analyzing, and storing it efficiently.
I use database management systems to store and retrieve data.
I ensure data accuracy and integrity through regular audits and validations.
I analyze data using statistical tools and techniques to derive insights.
I organize data into structured formats for easy access and interpretation.
I prioritize data security and confidentiality to protect sensitive in
Cloud based services refer to services and resources delivered over the internet. Companies are shifting to cloud for scalability, cost savings, flexibility, and improved collaboration.
Scalability: Companies can easily scale their resources up or down based on demand without investing in physical infrastructure.
Cost savings: Cloud services eliminate the need for companies to purchase and maintain expensive hardware, le...
Disadvantages of cloud computing include security risks, dependency on internet connection, and potential downtime.
Security risks: Data stored in the cloud can be vulnerable to cyber attacks and breaches.
Dependency on internet connection: Users need a stable internet connection to access cloud services, which can be a limitation in areas with poor connectivity.
Potential downtime: Cloud service providers may experience ...
Basic core computer concepts and technology related questions
Abstraction is the concept of hiding complex implementation details and showing only the necessary features. Interfaces define a contract for classes to implement.
Abstraction allows us to focus on what an object does rather than how it does it
Interfaces define a set of methods that a class must implement, without specifying how they are implemented
Abstraction and interfaces help in achieving loose coupling and flexibil...
Array lists are dynamic in size, while arrays have fixed sizes.
Array lists can grow or shrink in size dynamically, while arrays have a fixed size.
Array lists are implemented using dynamic arrays, while arrays are static data structures.
Array lists provide methods for adding, removing, and accessing elements easily, while arrays require manual resizing and shifting of elements.
Example: ArrayList<String> vs String[
I am open to relocating for the right opportunity.
I am willing to move to different locations for career growth
I understand the importance of being flexible with relocation for job opportunities
I have experience moving for previous job opportunities, such as relocating for internships or projects
What people are saying about LTIMindtree
Logical, verbal and some reasoning
I have worked on implementing blockchain technology, developing machine learning algorithms, and creating mobile applications.
Implemented blockchain technology for secure and transparent transactions
Developed machine learning algorithms for predictive analytics
Created mobile applications for iOS and Android platforms
Effective communication, active listening, clear expectations, regular check-ins, addressing conflicts promptly.
Practice active listening to ensure understanding
Set clear expectations and goals for the team
Regularly check in with team members to ensure everyone is on the same page
Address conflicts promptly and openly to prevent misunderstandings
Utilize communication tools like emails, meetings, and project management s
I applied via Campus Placement
Consists of basic aptitude questions followed by communication round of 20 mins
Generate 15 test cases for a given requirement in a Graduate Trainee interview.
Test case 1: Input is null
Test case 2: Input is an empty string
Test case 3: Input contains only numbers
Test case 4: Input contains special characters
Test case 5: Input contains both uppercase and lowercase letters
Test case 6: Input is a long string
Test case 7: Input is a short string
Test case 8: Input is a single character
Test case 9: Input ...
I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.
Recent graduate with a degree in Business Administration
Passionate about marketing and project management
Strong communication and organizational skills
Experience in internships at marketing agencies
Proficient in Microsoft Office and project management tools
I am impressed by the company's innovative products, strong company culture, and commitment to employee development.
Innovative products: I am excited about the opportunity to work for a company that is constantly pushing the boundaries of technology.
Strong company culture: I have heard great things about the supportive and collaborative environment at this company.
Commitment to employee development: I value companies t...
Get interview-ready with Top LTIMindtree Interview Questions
Questions were easy to moderate level.
There was 2 DSA questions of medium level.
Yes, I am open to relocating for the right opportunity.
I am willing to relocate for the right job opportunity
I have no ties that would prevent me from relocating
I am excited about the prospect of experiencing a new city or country
My strengths include strong communication skills and attention to detail. My weakness is that I can be overly critical of my own work.
Strengths: strong communication skills
Strengths: attention to detail
Weakness: overly critical of my own work
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
It involves the question of SQL, programming.
OOP is used for organizing code into reusable objects, promoting code reusability, modularity, and easier maintenance.
Encapsulation: Data and methods are bundled together in objects, promoting data security and code organization.
Inheritance: Allows for the creation of new classes based on existing ones, promoting code reuse and reducing redundancy.
Polymorphism: Objects can be treated as instances of their parent class,...
Multiple inheritance is a feature in object-oriented programming where a class can inherit attributes and methods from more than one parent class.
Allows a class to inherit attributes and methods from multiple parent classes
Can lead to the diamond problem where ambiguity arises if two parent classes have a method with the same name
Languages like C++ support multiple inheritance
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Example: A method 'draw()' ca...
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Aptitude,Reasoning,Verbal,Communication etc
I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Oct 2024. There were 4 interview rounds.
It was an aptitude round which is quite easy and it also contains communication round which is also an easy.
2 questions to be solved one was easy and the other one will be moderate.
I want to join LTI Mindtree because of its reputation for innovation and growth opportunities.
Impressed by the company's focus on cutting-edge technology
Excited about the potential for career advancement and learning opportunities
Positive reviews from current employees about the company culture
CNN stands for Convolutional Neural Network. It is a type of deep learning algorithm used for image recognition and classification.
CNNs are commonly used in computer vision tasks such as image classification, object detection, and facial recognition.
They are designed to automatically and adaptively learn spatial hierarchies of features from data.
CNNs consist of multiple layers including convolutional layers, pooling la...
React Hooks are functions that let you use state and other React features without writing a class.
Hooks are introduced in React 16.8 to allow developers to use state and other React features in functional components.
useState() is a Hook that lets you add state to functional components.
useEffect() is a Hook that lets you perform side effects in functional components.
Hooks provide a more concise and readable way to work ...
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
It encompasses a combination of aptitude, technical skills, and communication abilities.
My biggest achievement is graduating with honors from university while working part-time and being actively involved in extracurricular activities.
Graduating with honors from university
Balancing academics with a part-time job
Active involvement in extracurricular activities
Receiving recognition for academic achievements
Some of the top questions asked at the LTIMindtree Graduate Trainee interview -
The duration of LTIMindtree Graduate Trainee interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 92 interviews
4 Interview rounds
based on 180 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.7 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.5 L/yr |
Cognizant
Capgemini
Accenture
TCS