i
LTIMindtree
Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Pipes in Angular are used for transforming data in templates.
Pipes are used to format data before displaying it in the view.
Angular provides built-in pipes like date, currency, uppercase, lowercase, etc.
Custom pipes can also be created for specific formatting needs.
Pipes can be chained together for multiple transformations.
Example: {{ birthday | date:'MM/dd/yyyy' }} will format the birthday date.
Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance by reducing initial load time.
Lazy loading helps in splitting the application into multiple bundles which are loaded on demand.
It allows for faster initial loading times as only essential modules are loaded upfront.
Lazy loading is achieved by using the loadChildren property in the route configuration of Angular.
...
What people are saying about LTIMindtree
Coding questions on array trees
LTIMindtree interview questions for designations
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
Run modes in AEM are configurations that determine how the AEM instance will behave. Custom run modes are additional configurations created by users.
Run modes in AEM include author, publish, and dispatcher.
Custom run modes can be created by adding custom configurations in the runmodes folder.
Custom run modes can be used to define specific behaviors or settings for the AEM instance.
Sling models in AEM are Java POJO classes used to map Sling resources to Java objects.
Sling models help in separating the business logic from the presentation layer in AEM
They provide a way to define the structure of the data being passed between the Java code and the HTL templates
Sling models are annotated with @Model to define the mapping between the Sling resource and the Java object
Adapters are used to convert the interface of a class into another interface that a client expects. Types of adaptables include object adapters and class adapters.
Adapters are used to make two incompatible interfaces work together.
Object adapters use composition to adapt the interface of a class.
Class adapters use multiple inheritance to adapt the interface of a class.
Adaptables can be objects or classes that need to b...
Creating custom templates involves defining a unique layout for a document or webpage. Static templates are fixed, while editable templates allow for customization.
To create a custom template, define the layout and design elements such as headers, footers, and content sections.
Static templates have fixed elements that cannot be changed by the user, while editable templates allow users to customize certain parts.
Example...
OSGi annotations are used to define metadata for OSGi components in Java applications.
@Component: Marks a class as an OSGi component
@Reference: Declares a dependency on another OSGi service
@Activate: Marks a method to be called when the component is activated
@Deactivate: Marks a method to be called when the component is deactivated
When assets are added to DAM, a background workflow is triggered to process and organize the assets.
Assets are uploaded to DAM system by users or automated processes.
Metadata is extracted from the assets to categorize and tag them.
Assets are stored in appropriate folders or categories based on metadata.
Assets may undergo transformations or conversions for compatibility.
Notifications may be sent to relevant stakeholders...
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
To predict output for an interface program in C#
Understand the input parameters and expected output of the interface program
Analyze the logic and algorithms used in the program
Consider edge cases and potential errors in the program
Use debugging tools and test cases to validate the output prediction
C# program to reverse a string of text
Use the ToCharArray method to convert the string to a char array
Use a for loop to iterate through the array and reverse the characters
Use the String constructor to create a new string from the reversed char array
Using LINQ to manipulate string arrays in C#
Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays
Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);
Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);
Factory design pattern is used to create objects without specifying the exact class of object that will be created.
Factory method creates objects without specifying the exact class of object that will be created.
It provides a way to delegate the instantiation logic to child classes.
Example: Java's Calendar.getInstance() method returns a Calendar object based on the current timezone and locale.
Redux is a predictable state container for JavaScript apps.
Centralized state management
State is read-only
Changes are made with pure functions (reducers)
Actions are dispatched to update state
Used with React for managing application state
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Configuring multiple datasources involves defining multiple connection properties and managing them in the application.
Define multiple datasource configurations in application.properties or application.yml file
Use @Primary annotation to specify the primary datasource
Use @Qualifier annotation to specify which datasource to inject in a specific component
Configure datasource beans in a configuration class
I was interviewed in May 2024.
Write some basic codes
ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.
ASP.NET Core is open-source and developed by Microsoft.
It supports cross-platform development on Windows, macOS, and Linux.
It provides improved performance and scalability compared to previous versions of ASP.NET.
ASP.NET Core includes a modular and lightweight architecture.
It supports Docker co...
Oops implementation is a programming concept that allows for error handling and recovery.
Oops implementation involves using try-catch blocks to handle exceptions in code.
Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }
Oops implementation helps in making code more robust and reliable by handling unexpected errors gracefully.
Some of the top questions asked at the LTIMindtree Senior Software Engineer 1 interview -
based on 5 interviews
1 Interview rounds
based on 18 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.7 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.4 L/yr |
Cognizant
Capgemini
Accenture
TCS