i
LTIMindtree
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
CLR (Common Language Runtime) is the execution engine of .NET Framework.
CLR provides memory management, security, and exception handling.
It compiles the intermediate language code into machine code.
CLR supports multiple languages like C#, VB.NET, F# etc.
It provides Just-In-Time (JIT) compilation for better performance.
CLR also supports Garbage Collection to manage memory automatically.
Abstract class is a class that cannot be instantiated, while interface is a contract that defines the methods that a class must implement.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
A class can implement multiple interfaces, but can only inherit from one abstract class.
Abstract class can have constructors, while interface cannot.
Abstract class can have ...
Ref and out are both used for passing arguments by reference in C#. Ref is bidirectional while out is unidirectional.
Ref and out are used to pass arguments by reference instead of by value
Ref is used for both input and output parameters while out is only used for output parameters
Ref requires the variable to be initialized before passing while out does not
Example: void Method(ref int x) { x = x + 1; } and void Method(o...
Program to generate Fibonacci numbers
Use recursion or iteration to generate the sequence
Start with 0 and 1, then add the previous two numbers to get the next
Use memoization to optimize recursive solution
Handle edge cases such as negative input or large input values
Middleware is software that sits between an application and the operating system, providing services to the application beyond those provided by the operating system.
Middleware is a pipeline of components that can handle requests and responses.
It can be used for authentication, logging, caching, and more.
Middleware can be added to the pipeline using the Use() method in the Startup class.
Examples of middleware in .NET C...
Lazy loading is a technique to load components on demand in Angular.
Lazy loading improves the performance of the application by reducing the initial load time.
It is achieved by using the loadChildren property in the routing configuration.
Lazy loaded modules should have their own routing configuration.
The lazy loaded module should be loaded only when it is required by the user.
Lazy loading can be used for both component
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2022. There were 4 interview rounds.
What people are saying about LTIMindtree
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
LTIMindtree interview questions for designations
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before Jul 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before May 2022. There were 2 interview rounds.
The duration of LTIMindtree Technical Lead interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 29 interviews
4 Interview rounds
based on 395 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.8 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.6k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.3 L/yr |
Cognizant
Capgemini
Accenture
TCS