i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
OOPs (Object-Oriented Programming) is a programming paradigm based on objects and classes, promoting code reusability and modularity.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present th...
Private classes restrict access to their members, while static classes cannot be instantiated and only contain static members.
Private classes are accessible only within the containing class or namespace.
Static classes cannot be instantiated; they are sealed and cannot be inherited.
Static classes can only contain static members (methods, properties, fields).
Example of a static class: public static class MathUtils {...
Provide SQL queries based on a specified dataset to extract or manipulate data.
Identify the tables involved in the dataset.
Use SELECT statements to retrieve specific columns.
Utilize WHERE clauses to filter results based on conditions.
Implement JOINs to combine data from multiple tables.
Consider GROUP BY and aggregate functions for summarizing data.
I faced academic challenges during my studies, which taught me resilience and the importance of seeking help when needed.
Struggled with calculus in my first year, leading to a lower grade than expected.
Learned to seek help from professors and peers, which improved my understanding.
Participated in study groups that enhanced my collaborative skills.
Ultimately retook the course and achieved a much better grade, reinf...
What people are saying about LTIMindtree
A program to reverse a string involves rearranging its characters in the opposite order.
Use a loop to iterate through the string from the end to the beginning.
In Python, you can use slicing: reversed_string = original_string[::-1].
In Java, use StringBuilder: String reversed = new StringBuilder(original).reverse().toString();
Consider edge cases like empty strings or single-character strings.
Calculate the sum of elements in an array of strings.
Convert each string element to integer before adding them up.
Handle cases where strings are not valid integers.
Consider using a loop or built-in functions like reduce() in JavaScript.
Find the greatest element in an array without using any inbuilt functions.
Iterate through the array and compare each element with a variable storing the current greatest element.
Update the variable if a greater element is found.
Return the variable containing the greatest element at the end.
Lists are dynamic and flexible, while arrays are fixed in size and type, impacting their usage in programming.
Arrays have a fixed size, e.g., `int[] arr = new int[5];`.
Lists are dynamic, e.g., `List<String> list = new ArrayList<>();`.
Arrays store elements of the same type, while lists can store objects of different types.
Accessing elements in arrays is faster due to contiguous memory allocation.
Lists p...
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.
SDLC is a systematic process for building software applications.
It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
Examples of SDLC models include Wa...
LTIMindtree is a global technology consulting and services company specializing in digital transformation and IT services.
LTIMindtree was formed through the merger of LTI (Larsen & Toubro Infotech) and Mindtree in 2019.
It offers services in areas such as cloud computing, data analytics, cybersecurity, and artificial intelligence.
LTIMindtree serves clients in various industries including banking, healthcare, retail...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
A wide range of questions were asked including concepts like logical reasoning, CN, DBMS, SQL, OS, Data structures followed by very basic coding questions.
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.
SDLC is a systematic process for building software applications.
It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
Examples of SDLC models include Waterfa...
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Hotfix changes in a production environment are managed through a controlled process to minimize risks and ensure smooth deployment.
Hotfix changes should be thoroughly tested in a staging environment before being deployed to production.
A rollback plan should be in place in case the hotfix introduces new issues.
Communication with stakeholders and users about the hotfix deployment is crucial to manage expectations and min...
Methods to scale up a Kubernetes cluster include horizontal scaling, vertical scaling, and cluster auto-scaling.
Horizontal scaling: Adding more nodes to the cluster to distribute the workload.
Vertical scaling: Increasing the resources (CPU, memory) of existing nodes in the cluster.
Cluster auto-scaling: Automatically adjusting the number of nodes based on resource usage.
Using tools like Horizontal Pod Autoscaler (HPA) t...
I prefer not to disclose my previous salary package.
It is not appropriate to discuss previous salary during an interview.
Focus on discussing qualifications, skills, and fit for the role instead.
Employers should base salary offers on the candidate's value and market rates, not previous salary.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
Strings and Lists Questions
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
A technical and aptitude test
Provide SQL queries based on a specified dataset to extract or manipulate data.
Identify the tables involved in the dataset.
Use SELECT statements to retrieve specific columns.
Utilize WHERE clauses to filter results based on conditions.
Implement JOINs to combine data from multiple tables.
Consider GROUP BY and aggregate functions for summarizing data.
I faced academic challenges during my studies, which taught me resilience and the importance of seeking help when needed.
Struggled with calculus in my first year, leading to a lower grade than expected.
Learned to seek help from professors and peers, which improved my understanding.
Participated in study groups that enhanced my collaborative skills.
Ultimately retook the course and achieved a much better grade, reinforcin...
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
It is all about reasoning, problem solving
Swapping two numbers without using a third number in Java
Create a temporary variable and use bitwise XOR operation to swap the numbers
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
Duration 60mins - critical thinking, logical , reasoning
Duration 30mins - python
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Aptitude questions that addition subtraction and multiplication
Code of Fibonacci series
I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.
I applied via Campus Placement
AMCAT kind of Aptitude and Coding
Some of the top questions asked at the LTIMindtree Software Engineer interview -
The duration of LTIMindtree Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 250 interview experiences
Difficulty level
Duration
based on 1.9k reviews
Rating in categories
Senior Software Engineer
22k
salaries
| ₹7.3 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.3 L/yr - ₹28.8 L/yr |
Module Lead
5.7k
salaries
| ₹12 L/yr - ₹22 L/yr |
Senior Engineer
4.7k
salaries
| ₹5.8 L/yr - ₹14 L/yr |
Cognizant
Capgemini
Accenture
TCS