i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Program to reverse a string
Use a loop to iterate through the characters of the string
Swap the characters from start to end of the string
Repeat until the entire string is reversed
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Java and automation question
SDET questions on the Collection Framework focus on data structures, performance, and usage in automation testing.
What are the main interfaces in the Collection Framework? (e.g., List, Set, Map)
Explain the differences between ArrayList and LinkedList.
How does HashMap work internally? Discuss its performance characteristics.
What is the difference between HashSet and TreeSet?
How can you iterate over a Collection? Provide...
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
2 Basic leetcode problems
What people are saying about LTIMindtree
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
Basics maths and reasoning and they will give you one topic based on that you have write story with 200 words with the given time
A class is a blueprint for creating objects in object-oriented programming, while a variable is a container for storing data.
A class defines the properties and behaviors of objects, while a variable holds a value that can be changed or manipulated.
Classes can be used to create multiple instances of objects with the same properties and behaviors.
Variables can be of different data types such as int, string, boolean, etc.
...
println adds a new line after printing, while print does not
println adds a new line character at the end of the output
print does not add a new line character, so the next output will be on the same line
Example: println('Hello') will print 'Hello' on a new line, while print('Hello') will print 'Hello' on the same line
I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.
Java program to reverse a sentence
Split the sentence into words using the split() method
Create a new array to store the reversed words
Iterate through the words in reverse order and add them to the new array
Join the reversed words using the join() method to form the reversed sentence
posted on 7 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
To find duplicate characters in a string, we can use various methods like hashing or counting occurrences using data structures.
Using a Hash Map: Iterate through the string, storing each character's count in a hash map. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.
Using a Set: Track seen characters in a set. If a character is already in the set, it's a duplicate. Example: 'banana' -> duplicates are 'a' an...
Selenium provides different wait strategies to handle dynamic web elements effectively during automation testing.
Implicit Wait: Sets a default wait time for the entire session, allowing Selenium to poll the DOM for a specified duration before throwing an exception. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Explicit Wait: Allows waiting for a specific condition to occur before proceeding f...
I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.
posted on 30 Aug 2022
based on 3 interview experiences
Difficulty level
Duration
based on 8 reviews
Rating in categories
Senior Software Engineer
22.2k
salaries
| ₹7.6 L/yr - ₹22.3 L/yr |
Software Engineer
16.4k
salaries
| ₹3.9 L/yr - ₹8.9 L/yr |
Technical Lead
6.4k
salaries
| ₹16.6 L/yr - ₹29 L/yr |
Module Lead
5.6k
salaries
| ₹11.9 L/yr - ₹22 L/yr |
Senior Engineer
4.7k
salaries
| ₹6.1 L/yr - ₹12.9 L/yr |
Cognizant
Capgemini
Accenture
TCS