i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
String tokenizers are tools used to break a string into smaller parts based on a specified delimiter.
String tokenizers are commonly used in programming to parse strings and extract relevant information.
They can be used to split a sentence into individual words, or to extract specific data from a structured text.
For example, in Java, the StringTokenizer class can be used to break a string into tokens based on a spe...
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 u...
Structures are used for storing data while classes are used for storing data and methods.
Structures are value types while classes are reference types.
Structures do not support inheritance while classes do.
Structures are used for simple data types while classes are used for complex data types.
Example of structure: struct Employee { int id; string name; }
Example of class: class Car { string make; string model; void ...
Finding prime numbers within a given range.
A prime number is a number that is only divisible by 1 and itself.
Start with the first number in the range and check if it is prime.
If it is prime, add it to the list of prime numbers.
If it is not prime, move on to the next number.
Repeat until all numbers in the range have been checked.
Examples: Prime numbers between 1 and 10 are 2, 3, 5, and 7.
Examples: Prime numbers bet...
What people are saying about LTIMindtree
A program to reverse a string in C language.
Declare a character array to store the string.
Use a loop to read the string from the user.
Use another loop to reverse the string.
Print the reversed string.
Yes, a schema can consist of multiple databases.
A schema is a logical container for database objects.
Multiple databases can be grouped under a single schema.
For example, a company may have separate databases for HR, finance, and sales, but all under the same schema.
This allows for easier management and organization of the databases.
Schema is a blueprint or structure that defines the organization of data in a database.
Schema is used to define the structure of a database.
It includes information about tables, columns, data types, relationships, and constraints.
It helps ensure data consistency and integrity.
Examples of schema include SQL Server, Oracle, and MySQL.
Schema can also refer to the organization of data in XML or JSON documents.
SQL is a programming language used to manage and manipulate relational databases.
SQL stands for Structured Query Language
It is used to create, modify, and query databases
Common commands include SELECT, INSERT, UPDATE, and DELETE
Examples of database management systems that use SQL include MySQL, Oracle, and Microsoft SQL Server
Exception handling is a mechanism to handle runtime errors in Java programs.
Exceptions are objects that represent errors or exceptional conditions that occur during program execution.
Java provides try-catch-finally blocks to handle exceptions.
The try block contains the code that might throw an exception.
The catch block catches the exception and handles it.
The finally block contains code that is executed regardless...
I will use software tools that are relevant to my BE project.
The software tools I will use will depend on the nature of my BE project.
For example, if my project involves designing a circuit, I may use software like LTSpice or Proteus.
If my project involves programming, I may use software like Visual Studio or Eclipse.
I will also use software for data analysis and visualization, such as MATLAB or Python.
Ultimately,...
I appeared for an interview in Mar 2025, where I was asked the following questions.
I applied via Campus Placement
Questions of aptitude and tehcnical mcq asked
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 ...
I appeared for an interview in Jun 2024.
Aptitude test which was having reasoning and communication assessment
OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction. List is mutable while tuple is immutable.
OOPs concepts: inheritance, polymorphism, encapsulation, abstraction
List: mutable, can be modified after creation (e.g. [1, 2, 3])
Tuple: immutable, cannot be modified after creation (e.g. (1, 2, 3))
First round was aptitute
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
Maths and aptitude questions
Yes, willing to reallocate for the right opportunity.
Open to relocating for career growth
Flexible with location for the right job
Have relocated in the past for work
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Aptitude and Communication round
String tokenizers are tools used to break a string into smaller parts based on a specified delimiter.
String tokenizers are commonly used in programming to parse strings and extract relevant information.
They can be used to split a sentence into individual words, or to extract specific data from a structured text.
For example, in Java, the StringTokenizer class can be used to break a string into tokens based on a specifie...
My favourite personality is Elon Musk because of his innovative thinking, determination, and impact on various industries.
Innovative thinking: Elon Musk has founded multiple successful companies like Tesla and SpaceX, revolutionizing the automotive and aerospace industries.
Determination: Despite facing numerous challenges, Musk has persevered and achieved remarkable success in his ventures.
Impact on various industries:...
Yes, I am willing to relocate and work any shift to gain valuable experience and contribute effectively to the company.
I am open to relocating to new places for career growth opportunities
I am flexible and adaptable to work in different shifts as required by the company
I understand the importance of being willing to relocate and work any shift in order to succeed in the engineering field
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
Mcqs -Quantitative aptitude, logical reasoning, essay writing, voce assessment
I appeared for an interview in Nov 2024, where I was asked the following questions.
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Jun 2022. There were 4 interview rounds.
The first round was AMCAT which was a test with normal basic aptitude questions both logical and quantative and multiple choice coding questions of pseudo code format or error finding and also had an english or verbal section.
The second round consist of a bot interview and automata which is a coding round with 2 coding questions of easy and intermediate respectively.
Basic web development questions covering HTML structure, meta tags, React hooks, CSS import, and routing.
HTML file structure includes <html>, <head>, and <body> tags
Meta tags provide metadata about the HTML document
React hooks are functions that let you use state and other React features in functional components
To import index.css in index.js, use 'import './index.css';' at the top of the index.js fil...
A linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.
Linked lists are useful for dynamic data structures where the size of the data can change during runtime.
They can be singly linked or doubly linked.
Traversal of a linked list is done by starting at the head node and following the next pointers until the end is reached.
C++ example: struct Node { int data;...
Structures are used for storing data while classes are used for storing data and methods.
Structures are value types while classes are reference types.
Structures do not support inheritance while classes do.
Structures are used for simple data types while classes are used for complex data types.
Example of structure: struct Employee { int id; string name; }
Example of class: class Car { string make; string model; void start...
Some of the top questions asked at the LTIMindtree Graduate Engineer Trainee (Get) interview for freshers -
The duration of LTIMindtree Graduate Engineer Trainee (Get) interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 15 interview experiences
Difficulty level
Duration
based on 58 reviews
Rating in categories
Senior Software Engineer
22k
salaries
| ₹7.4 L/yr - ₹21.6 L/yr |
Software Engineer
16.3k
salaries
| ₹3.9 L/yr - ₹8.8 L/yr |
Technical Lead
6.4k
salaries
| ₹16.4 L/yr - ₹28.3 L/yr |
Module Lead
5.7k
salaries
| ₹12 L/yr - ₹22 L/yr |
Senior Engineer
4.4k
salaries
| ₹5.8 L/yr - ₹14 L/yr |
Cognizant
Capgemini
Accenture
TCS