i
LTIMindtree
Filter interviews by
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Basic aptitude questions
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
A Java program to check if a given string is a palindrome.
Create a function that takes a string as input.
Use two pointers, one starting from the beginning and one from the end, to compare characters.
If all characters match, the string is a palindrome.
Example: 'racecar' is a palindrome, 'hello' is not.
DDL (Data Definition Language) commands are used to define the structure of a database, while DML (Data Manipulation Language) commands are used to manipulate data within the database.
DDL commands include CREATE, ALTER, DROP, TRUNCATE, etc.
DML commands include INSERT, UPDATE, DELETE, SELECT, etc.
DDL commands are used to create or modify the structure of database objects like tables, indexes, etc.
DML commands are used t...
Creating a student table in SQL with ID and name columns and setting the order of ID
Use CREATE TABLE command to create the student table
Specify ID and name columns with their data types
Set the ID column as the primary key to enforce uniqueness and order
Interface in Java defines a set of methods that a class must implement.
Interface in Java is a blueprint of a class. It only contains method signatures without the body.
Classes can implement multiple interfaces but can only extend one class.
Example: interface Animal { void eat(); } class Dog implements Animal { public void eat() { System.out.println("Dog is eating"); }}
In Java, a class is a blueprint for creating objects. It defines the properties and behaviors of objects.
A class in Java is a template for creating objects, which encapsulates data for the object and methods to manipulate that data.
Classes are defined using the 'class' keyword followed by the class name.
Example: class Car { private String color; public void setColor(String c) { color = c; } }
Explanation of a class in Java using a fruit class example
A class in Java is a blueprint for creating objects. It defines the properties and behaviors of objects.
In the case of a fruit class, properties could include name, color, and taste, while behaviors could include methods like ripen() and rot().
Example: class Fruit { String name; String color; String taste; void ripen() { //code to ripen fruit } void rot() { //co
I am a recent graduate with a degree in engineering, eager to learn and grow in the field.
Recent graduate with a degree in engineering
Passionate about learning and growing in the field
Eager to apply theoretical knowledge to practical projects
My expertise lies in mechanical engineering with a focus on design and analysis of structures and systems.
Proficient in CAD software such as SolidWorks and AutoCAD
Experienced in finite element analysis for structural integrity testing
Skilled in project management and problem-solving in engineering projects
Yes, I am willing to relocate for the Engineer Trainee position.
I am open to relocating for the right opportunity
I understand that relocation may be necessary for career growth
I am flexible and adaptable to new environments
Yes, I am always eager to learn new technologies to enhance my skills and stay updated in the field.
I am open to learning new technologies as it helps me stay competitive in the industry.
I believe continuous learning is essential for personal and professional growth.
Adapting to new technologies can also improve efficiency and productivity in my work.
For example, I recently learned how to use a new programming language
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
It was easy to crack with basic aptitude and logical thinking questions they also had a scenario bases question which is all online
Yes, I am open to job relocation for the Engineer Trainee position.
I am willing to relocate for the right opportunity and growth.
I understand that relocation may be necessary for career advancement.
I am flexible and adaptable to new environments and challenges.
What people are saying about LTIMindtree
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPs allows for the organization of code into reusable components called objects.
Objects can interact with each other through methods and properties.
Encapsulation, inheritance, and polymorphism are key principles of OOPs.
Example: In a ...
Code to reverse a string
Use a loop to iterate through the characters of the string and append them in reverse order
Alternatively, you can use built-in functions like reverse() in some programming languages
Make sure to handle edge cases like empty string or null input
Developed a software application to automate inventory management for a manufacturing company.
Identified client requirements for inventory tracking and management
Designed user-friendly interface for easy data input and retrieval
Implemented barcode scanning functionality for efficient inventory tracking
Conducted testing and troubleshooting to ensure system reliability
AI stands for artificial intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.
AI involves the development of algorithms that can perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.
Examples of AI applications include virtual assistants like Siri and Alexa, self-driving ...
LTIMindtree interview questions for designations
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Technical and Aptitude questions
Get interview-ready with Top LTIMindtree Interview Questions
Easy to crack,logical reasoning
Tough to crack ,python,sql
I am a recent graduate with a degree in engineering, eager to learn and grow in a professional setting.
Recent engineering graduate
Eager to learn and grow
Looking for opportunities to apply my skills
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Online assessment with aptitude, technical, english, listening, speaking
It was good and bit tough
An object is a real-world entity that has state and behavior. It is an instance of a class in object-oriented programming.
Objects have attributes (state) and methods (behavior)
Objects are instances of classes
Objects can interact with each other through method calls
In object-oriented programming, a class is a blueprint for creating objects (instances) with similar attributes and behaviors.
A class defines the properties (attributes) and methods (behaviors) that all objects created from it will have.
Objects are instances of a class, each with its own unique values for the attributes.
Classes can inherit properties and methods from other classes, forming a hierarchy.
Encapsulation, in...
I applied via campus placement at NMAM Institute of Technology, Mangalore and was interviewed in Nov 2024. There were 2 interview rounds.
More of questions of aptitude itself
I applied via campus placement at Sastra University and was interviewed in Jun 2024. There were 2 interview rounds.
Questions were asked from several apti topics
3 Interview rounds
based on 26 reviews
Rating in categories
Senior Software Engineer
21.2k
salaries
| ₹4.7 L/yr - ₹18.5 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.5k
salaries
| ₹9.3 L/yr - ₹36.8 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.2 L/yr |
Cognizant
Capgemini
Accenture
TCS