i
LTIMindtree
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.
Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and work together.
Middleware facilitates communication and data exchange between different software applications.
It can provide services such as authentication, authorization, logging, and message queuing.
Examples of middleware include Apache Kafka, RabbitMQ, and Microsoft Message Queuing (MSMQ).
CICD stands for Continuous Integration/Continuous Deployment, a software development practice to automate the process of building, testing, and deploying code changes.
CICD helps in automating the software development process to ensure faster and more reliable delivery of code changes.
It involves continuous integration, where code changes are regularly merged into a shared repository and automatically tested.
Continuous ...
Declarative pipeline example in Jenkins
Use 'pipeline' block to define the Jenkins pipeline
Define stages within 'stages' block
Use 'steps' block within stages to define individual steps
Use 'agent' block to specify where the pipeline will run
The COPY command in Docker is used to copy files or directories from the host machine to the Docker container.
COPY command syntax: COPY
The
The
Example: COPY app.py /app/
git pull gets changes from a remote repository to a local repository, while git push sends changes from a local repository to a remote repository.
git pull is used to fetch and download content from a remote repository and immediately update the local repository with that content.
git push is used to send changes made in a local repository to a remote repository.
git pull is often used to sync a local repository with the ...
COND parameter is used in JCL (Job Control Language) to specify a condition for executing a job step.
COND parameter is used to specify a condition code that must be satisfied for the job step to execute.
It can be used with IF or ONLY keywords to control the execution flow based on the condition code.
For example, COND=(0,NE) means the job step will execute if the condition code is not equal to 0.
What people are saying about LTIMindtree
LTIMindtree interview questions for designations
Get interview-ready with Top LTIMindtree Interview Questions
No, static class cannot be inherited.
Static classes cannot be inherited because they are sealed by default.
Static classes are used to create utility classes with static members.
Example: Math class in C# is a static class with static methods like Math.Max() and Math.Min().
Error handling in C# .NET Core involves using try-catch blocks to handle exceptions and ensure graceful error recovery.
Use try-catch blocks to catch exceptions and handle them appropriately
Use specific exception types for different error scenarios
Use logging frameworks like Serilog or NLog to log errors for debugging purposes
Consider using global exception handling middleware in ASP.NET Core applications
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
HashSet is an unordered collection that uses hashing to store and retrieve elements efficiently.
HashSet internally uses a HashMap to store its elements.
Each element is stored as a key in the HashMap with a fixed value.
When adding an element, its hash code is calculated and used to determine the bucket in the HashMap where it will be stored.
If multiple elements have the same hash code, they are stored in the same bucket...
Use a hash set to keep track of unique elements while iterating through the array.
Create a hash set to store unique elements.
Iterate through the array and check if each element is already in the hash set.
If the element is not in the hash set, add it to the hash set.
If the element is already in the hash set, it is a duplicate entry.
Annotations and keywords used in Spring Boot and Java
The @Qualifier annotation is used in Spring to specify which bean should be autowired when multiple beans of the same type are present
The @Value annotation is used in Spring to inject values from properties files or environment variables into Spring beans
The transient keyword in Java is used to indicate that a field should not be serialized when the object is convert...
Spring Cloud interface is a set of tools for building cloud-native applications.
Spring Cloud provides tools for building distributed systems and microservices
It includes features like service discovery, circuit breakers, and distributed tracing
Spring Cloud interfaces with popular cloud platforms like AWS, Azure, and Google Cloud
Example: Spring Cloud Netflix provides integration with Netflix OSS components like Eureka a
Some of the top questions asked at the LTIMindtree Software Engineering Specialist interview -
The duration of LTIMindtree Software Engineering Specialist interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 61 interviews
4 Interview rounds
based on 357 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
16.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
6.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Module Lead
5.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
4.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Cognizant
Capgemini
Accenture
TCS