i
LTIMindtree
Filter interviews by
I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.
All aptitude topics are comprehensively covered.
Fundamentals of coding in Python and Java.
Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability for objects of different classes to respond to the same method in different ways.
Abstraction: Hiding the complex implementation deta...
Python code to print a word/number in reverse order
Use string slicing with a step of -1 to reverse the word/number
Example: word = 'hello', print(word[::-1]) will output 'olleh'
Example: number = 12345, print(str(number)[::-1]) will output '54321'
I am a dedicated Support Engineer with a strong background in troubleshooting and resolving technical issues.
Experienced in providing technical support to customers via phone, email, and chat
Proficient in diagnosing and resolving hardware and software issues
Skilled in documenting troubleshooting steps and solutions for future reference
Familiar with various operating systems and software applications
I chose LTIMindtree for its strong reputation in the industry, opportunities for growth, and positive company culture.
Reputation in the industry
Opportunities for growth
Positive company culture
In five years, I see myself as a senior support engineer leading a team of professionals, implementing innovative solutions, and continuously learning and growing in my role.
Advancing to a senior support engineer role
Leading a team of professionals
Implementing innovative solutions
Continuously learning and growing in my role
Yes, I am willing to relocate to any location for this position.
I am open to relocating for the right opportunity
I have relocated for previous positions and am comfortable with the process
I am excited about the possibility of experiencing a new location and culture
I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.
I passed the exam that was conducted online.
I passed the coding test, which also took place online.
Arrays are a data structure that stores a collection of elements of the same data type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
Yes, I am comfortable working remotely from any location in India.
I have experience working remotely and have a dedicated workspace at home.
I am proficient in using remote collaboration tools like Zoom, Slack, and Jira.
I am self-motivated and can manage my time effectively without direct supervision.
I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Walk-in and was interviewed in Jul 2019. There were 3 interview rounds.
I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.
I appeared for an interview before Jul 2021.
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.
Polymorphism is achieved through method overriding and method overloading.
Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.
Method overloading is when a class has two or more methods with the ...
Dependency Injection is a design pattern where the dependencies of an object are injected into it rather than created within it.
It helps in achieving loose coupling between objects
It makes testing easier as dependencies can be mocked or stubbed
There are three types of Dependency Injection - Constructor Injection, Setter Injection, and Interface Injection
Example: In a web application, the database connection object can ...
Garbage Collection in .Net automatically manages memory by freeing up unused objects.
Garbage Collector runs in the background and periodically checks for unused objects.
It frees up memory by deallocating objects that are no longer being used.
GC can be configured using different modes like Server, Workstation, Concurrent, etc.
GC can also be manually triggered using GC.Collect() method.
GC.SuppressFinalize() method can be...
I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.
Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.
Data structures are used to manage large amounts of data efficiently.
They can be implemented using arrays, linked lists, trees, graphs, and other techniques.
Examples include stacks, queues, hash tables, and binary search trees.
Choosing the right data structure for a particular problem is important for op...
Stack and Queue are used in real-time systems for managing tasks and events.
Stack is used for managing function calls, undo/redo operations, and backtracking.
Queue is used for managing events, scheduling tasks, and buffering data.
Real-time systems use both data structures for managing tasks and events in a time-sensitive manner.
Examples include task scheduling in operating systems, event handling in GUI applications, a
I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.
Any programming language i.e.as resume mentioned
I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.
Pickling is a process of serializing and de-serializing Python objects into a byte stream.
Pickling is used to store Python objects in a file or transfer them over a network.
The pickle module in Python is used for pickling and unpickling.
The pickled data can be stored in a file or transferred over a network.
The pickled data can be easily unpickled to get back the original Python object.
based on 2 interviews
Interview experience
based on 17 reviews
Rating in categories
Senior Software Engineer
21.4k
salaries
| ₹5.1 L/yr - ₹19 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 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.5 L/yr |
Cognizant
Capgemini
Accenture
TCS