i
LTIMindtree
Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Reverse the word 'I love automation' using Java
Create a StringBuilder object and pass the word to be reversed as a parameter
Use the reverse() method of the StringBuilder class to reverse the word
Convert the reversed word back to a string using the toString() method
Remove duplicates from an array of strings
Create a new array to store unique strings
Iterate through the original array and add each string to the new array only if it hasn't been added before
Use a Set data structure to efficiently check for duplicates
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Hashmap code, java program
What people are saying about LTIMindtree
I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.
I have applied OOPs concepts in automation framework by creating classes for different components, inheritance for reusability, and encapsulation for data protection.
Used classes to represent different components of the automation framework
Implemented inheritance for reusability of code
Utilized encapsulation to protect data within the classes
Applied polymorphism to allow objects to be treated as instances of their pare
Data can be read using various methods such as file input/output, database queries, API calls, and web scraping.
Use file input/output operations to read data from text files, CSV files, Excel sheets, etc.
Execute database queries to retrieve data from relational databases like MySQL, Oracle, SQL Server, etc.
Make API calls to fetch data from web services or RESTful APIs.
Utilize web scraping techniques to extract data fro
Program to find common elements from an array of strings and store in a list
Iterate through each element in the array
Use a HashMap to store the frequency of each element
Add elements with frequency greater than 1 to the list
LTIMindtree interview questions for designations
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.
Version control is essential for managing code changes and collaborating with team members.
Version control allows for tracking changes made to code over time.
It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.
It provides a way to revert to previous versions of code if necessary.
Popular version control systems include Git, SVN, and Mercurial.
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.
based on 4 interviews
1 Interview rounds
based on 2 reviews
Rating in categories
Senior Software Engineer
21.5k
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Module Lead
5.9k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.8 L/yr |
Cognizant
Capgemini
Accenture
TCS