i
LTIMindtree
Filter interviews by
I applied via Internshala and was interviewed in Jun 2024. There were 3 interview rounds.
60Minutes of aptitude which contains logical reasoning, Verbal Ability, Quantitative Aptitude and Communication.
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
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";
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
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...
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.
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
I applied via Campus Placement
The first round of the interview consisted of a 100-question aptitude test.
Aptitude test along with Communication test
The shortcut to filter data in Excel is Ctrl + Shift + L.
Press Ctrl + Shift + L to apply or remove the filter on selected data.
You can also use the Filter button in the Data tab on the Ribbon.
Filters can be applied to columns to easily sort and view specific data.
My short term goal is to learn and excel in my role as an Associate Trainee. My long term goal is to grow within the company and take on more responsibilities.
Short term goal: Learn all aspects of the role and perform well in training sessions.
Long term goal: Progress within the company, possibly moving into a leadership role.
Seek opportunities for professional development and continuous learning.
Set specific, achievab...
I would work towards reducing income inequality, improving access to education, and promoting environmental sustainability.
Implement policies to reduce income inequality by increasing taxes on the wealthy and providing more support for low-income individuals
Invest in education to ensure equal opportunities for all, regardless of socioeconomic background
Promote environmental sustainability through initiatives such as re...
What people are saying about LTIMindtree
The aptitude test was of medium difficulty.
LTIMindtree interview questions for designations
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
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.
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...
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...
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...
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); }
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.
Get interview-ready with Top LTIMindtree Interview Questions
Questions from cloud and infrastructure.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Duration :1hr
Topics: Quantitative, Verbal and Logical Reasoning .
I have worked on various projects including developing a mobile app for a local business, creating a website for a non-profit organization, and implementing a new CRM system for a small company.
Developed a mobile app for a local business
Created a website for a non-profit organization
Implemented a new CRM system for a small company
I am a recent graduate with a strong academic background in business administration and a passion for learning and growing in a professional setting.
Recent graduate with a degree in business administration
Passionate about learning and professional growth
Strong academic background
Eager to apply knowledge and skills in a real-world setting
Yes, I am prepared to work in shifts as required for the role.
I am flexible and adaptable to different work schedules.
I understand the importance of teamwork and collaboration in a shift-based environment.
I have previous experience working in shifts and can handle the challenges that come with it.
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
The basic aptitude test, which included reasoning and English questions, lasted for one hour and was of moderate difficulty.
I have a strong technical background in computer science with experience in programming languages such as Java, Python, and C++.
Bachelor's degree in Computer Science
Proficient in Java, Python, and C++ programming languages
Experience with software development and coding projects
Designed a mobile application for tracking and managing personal fitness goals.
Developed using React Native for cross-platform compatibility.
Implemented features such as goal setting, progress tracking, and workout logging.
Integrated with wearable devices for real-time data syncing.
Conducted user testing to gather feedback for iterative improvements.
Lists in Python are ordered, mutable, and can contain elements of different data types.
Lists are ordered collections of items, indexed starting at 0.
Lists are mutable, meaning you can change, add, or remove elements.
Lists can contain elements of different data types, such as integers, strings, or even other lists.
You can access elements in a list using square brackets, e.g. my_list[0] to access the first element.
Common...
I am a recent graduate with a degree in Business Administration and a passion for learning and growing in a professional setting.
Recent graduate with a degree in Business Administration
Passionate about learning and professional growth
Strong communication and organizational skills
Experience in internships or part-time jobs related to business
Yes, I am open to relocating for the right opportunity.
I am flexible and willing to move for career growth
I have relocated in the past for job opportunities
I understand the importance of being open to new locations for career advancement
Teams have a shared goal and work interdependently, while groups may not have a common goal and work independently.
Teams have a shared goal and work interdependently towards achieving it
Groups may not have a common goal and members work independently
Teams have clear roles and responsibilities for each member
Groups may not have defined roles and responsibilities
Teams have strong communication and collaboration among mem...
C is a procedural language, C++ is an object-oriented language, and Java is a platform-independent language.
C is a procedural programming language, focusing on functions and procedures.
C++ is an extension of C with added features like classes and objects.
Java is a platform-independent language that runs on a virtual machine.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
In the first round there are five modules: 1. Quantitative Ability for 15 mins, 2. Logical Ability for 15 mins, 3. English Comprehension for 15 mins, 4. Computer Science 20 mins, 5. CEFR Framework - Spoken English for 20 mins.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
A 60-minute aptitude test that includes logical reasoning, quantitative aptitude, verbal ability, and communication assessment.
I have completed various projects in data analysis, market research, and project management.
Developed a market research report analyzing consumer behavior trends for a new product launch
Led a team in implementing a data analysis project to optimize inventory management
Managed a project to streamline communication processes within the organization
My most proficient technical subject is computer programming.
Proficient in multiple programming languages such as Java, Python, and C++
Experienced in developing web applications using HTML, CSS, and JavaScript
Familiar with database management systems like MySQL and MongoDB
My strengths include strong communication skills and attention to detail. My weaknesses include a tendency to be overly critical of my own work.
Strength: Strong communication skills - able to effectively convey information and ideas
Strength: Attention to detail - meticulous in ensuring accuracy and quality of work
Weakness: Overly critical of my own work - can lead to self-doubt and perfectionism
I am a recent graduate with a degree in business administration and a passion for learning and growth.
Recent graduate with a degree in business administration
Passionate about learning and personal growth
Strong communication and organizational skills
Experience in internships and part-time jobs related to business
I have a strong educational background in the field, relevant experience, and a passion for learning and growth.
Completed relevant coursework in business administration
Previous internship experience in a similar role
Strong communication and problem-solving skills
Proven ability to work well in a team environment
Passionate about continuous learning and professional development
3 Interview rounds
based on 85 reviews
Rating in categories
Senior Software Engineer
21.2k
salaries
| ₹4.7 L/yr - ₹18.4 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.8k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.5k
salaries
| ₹9.3 L/yr - ₹36.8 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.1 L/yr |
Cognizant
Capgemini
Accenture
TCS