Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Senior Engineer Interview Questions and Answers

Updated 10 Jun 2025

24 Interview questions

A Senior Engineer was asked 6mo ago
Q. How do you communicate between microservices?
Ans. 

Communication between microservices is typically done through APIs, messaging queues, or service meshes.

  • Use RESTful APIs for synchronous communication between microservices

  • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

  • Utilize service meshes like Istio for managing communication between microservices

A Senior Engineer was asked 11mo ago
Q. What is Azure, and why would a company choose to use it?
Ans. 

Azure is a cloud computing platform by Microsoft that offers a wide range of services for businesses to build, deploy, and manage applications.

  • Azure provides scalability and flexibility for businesses to easily scale their infrastructure based on demand.

  • It offers a wide range of services including virtual machines, databases, AI and machine learning tools, and more.

  • Companies choose Azure for its strong security fe...

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?
A Senior Engineer was asked
Q. What are the differences between the 'out' and 'ref' keywords in .NET?
Ans. 

In .NET, 'out' parameters are used for passing data out of a method, while 'ref' parameters are used for passing data in and out of a method.

  • Use 'out' when the method is expected to assign a value to the parameter.

  • Use 'ref' when the method needs to modify the parameter's value.

  • Example: int x; Method(out x); // 'out' parameter assigns a value to x.

  • Example: int y = 5; Method(ref y); // 'ref' parameter modifies the v...

A Senior Engineer was asked
Q. How can you find consecutive numbers using SQL?
Ans. 

Use SQL to find consecutive numbers in a dataset.

  • Use the LEAD or LAG function to compare each row with the next or previous row respectively.

  • Use a self join on the table to compare each row with the next row.

  • Use a subquery to check if the next or previous row exists in the dataset.

What people are saying about LTIMindtree

View All
a senior software engineer
3d
Need clarity on Ltimindtree's Variable pay
Hi, I have received an Offer from LTIMINDTREE, and there offering 24L(5Yoe) P3, 21.8L as Fixed and 2L as variable pay monthly. Client is Amazon I also have another offer with HTC, have two questions on the vp. The HR is trying to say that the VP is like non performance, regardless of performance you'll get it unless other companies which offer it based on performance...is this tru ? Then if I'm receiving a hike next year, what it'll be based on ?, will the 2.2L VP apply again next year. Hows the hike and promotion ? LTIMindtree
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.
A Senior Engineer was asked
Q. What is a jailbroken device?
Ans. 

A jailbroken device is a device that has been modified to remove restrictions imposed by the manufacturer or carrier.

  • Jailbreaking allows users to install apps and tweaks that are not available on the official app store.

  • It can also allow users to customize the appearance and functionality of their device.

  • However, jailbreaking can also make the device more vulnerable to security threats and can void the warranty.

  • Exa...

A Senior Engineer was asked
Q. What is the difference between on-premise and cloud-based solutions?
Ans. 

Onpremise solution is hosted locally while Cloud based solution is hosted on remote servers.

  • Onpremise solution requires hardware and software to be installed and maintained locally.

  • Cloud based solution is accessible from anywhere with an internet connection.

  • Onpremise solution provides more control over data and security.

  • Cloud based solution offers scalability and cost-effectiveness.

  • Examples of Onpremise solutions ...

A Senior Engineer was asked
Q. How do you configure and verify custom DNS in Azure AD?
Ans. 

To configure and verify custom DNS in Azure AD, follow these steps:

  • Create a DNS zone in Azure DNS

  • Add a custom domain to Azure AD

  • Create a CNAME record in the DNS zone that points to the Azure AD domain

  • Verify the custom domain in Azure AD

  • Update the DNS registrar to use the Azure DNS name servers

  • Test the custom DNS by accessing Azure AD resources using the custom domain

Are these interview questions helpful?
A Senior Engineer was asked
Q. What are discovery methods?
Ans. 

Discovery methods are techniques used to identify and gather information about a system or process.

  • Discovery methods involve observing, interviewing, and analyzing data

  • Examples include user research, market research, and data analysis

  • Discovery methods are used to gain insights and inform decision-making

A Senior Engineer was asked
Q. What are fault and update domains?
Ans. 

Fault and update domains are concepts used in cloud computing to ensure high availability and minimize downtime.

  • A fault domain is a group of resources that share a common point of failure, such as a power source or network switch.

  • An update domain is a group of resources that can be updated or restarted at the same time without affecting the availability of the application.

  • By spreading resources across multiple fau...

A Senior Engineer was asked
Q. What is your strongest skill in Azure, and how would you rate it?
Ans. 

My strongest point in Azure is my expertise in designing and implementing highly scalable and resilient cloud solutions.

  • I have extensive experience in designing and implementing cloud solutions using Azure services such as Virtual Machines, Azure Functions, Azure App Service, and Azure Storage.

  • I have a deep understanding of Azure networking and security, including Virtual Networks, Network Security Groups, and Azu...

LTIMindtree Senior Engineer Interview Experiences

39 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical team will schedule a call and discuss about our role and responsibility.
Round 2 - Technical 

(1 Question)

  • Q1. Based on your role
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Recovery models of sql server
  • Ans. 

    SQL Server has three recovery models: Simple, Full, and Bulk-Logged.

    • Simple recovery model: minimally logged, no log backups, only full backups

    • Full recovery model: fully logged, allows for point-in-time recovery, requires log backups

    • Bulk-Logged recovery model: minimally logged for bulk operations, requires log backups for point-in-time recovery

  • Answered by AI
  • Q2. DMVs in sql server
  • Ans. 

    DMVs in SQL Server are dynamic management views that provide information about the current state of the SQL Server instance.

    • DMVs can be used to monitor performance, troubleshoot issues, and gather information about the server.

    • Examples of DMVs include sys.dm_exec_requests, sys.dm_os_wait_stats, and sys.dm_db_index_physical_stats.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How do you tackle difficult scenarios in project
  • Ans. 

    I tackle difficult scenarios in projects by breaking them down, seeking input from team members, and staying organized.

    • Break down the problem into smaller, manageable tasks

    • Seek input and feedback from team members to gain different perspectives

    • Stay organized by creating a timeline and setting priorities

    • Communicate openly with stakeholders to address any challenges or roadblocks

    • Stay calm and focused under pressure to ma...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. CTC discussion went on
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Resume based questions
Round 2 - Client Interview 

(1 Question)

  • Q1. Infrastructure based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and assertive on your resume.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to communicate between microservices
  • Ans. 

    Communication between microservices is typically done through APIs, messaging queues, or service meshes.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Utilize service meshes like Istio for managing communication between microservices

  • Answered by AI
  • Q2. 2. Java 8 grouping by coding
  • Ans. 

    Grouping in Java 8 allows elements to be grouped based on a common attribute or condition.

    • Use the Collectors.groupingBy() method to group elements in a stream based on a specified classifier function.

    • The classifier function determines how elements are grouped.

    • Grouping can be done on any type of object, such as strings, integers, or custom objects.

    • For example, to group a list of Person objects by their age: Map<Integ...

  • Answered by AI
  • Q3. Asynchronous communication
  • Q4. Spring security basics
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Real time scenario questions mostly
  • Q2. Subject based tricky questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Senior Engineer Interview Questions & Answers

user image Rashmi Shewale

posted on 7 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was first-round aptitude and coding.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked me about SQL query
  • Q2. Ready for Relocation they asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cloud Infrastructure Security
  • Q2. AWS best architect framework
  • Ans. 

    AWS Well-Architected Framework provides best practices for designing and operating reliable, secure, efficient, and cost-effective systems in the cloud.

    • Five pillars: Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization

    • Helps organizations evaluate architectures and implement designs that can scale over time

    • Provides guidance on how to design, deploy, and operate workloads in the cloud

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Take your time and prepare

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to my previous work experience /

Senior Engineer Interview Questions & Answers

user image Gaurav Bhushan

posted on 10 Jun 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Basics of Oracle Apex, like DAs, custom JS, dynamic PLSQL, IGs, shared components
  • Q2. Questions from resume, Data vault architecture, scenario based questions in oracle apex

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at the basics and be crisp and precise with your answers, be confident and all the best
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the Question regarding your technology
Round 2 - Technical 

(1 Question)

  • Q1. Mostly your project based experience questions
Round 3 - HR 

(1 Question)

  • Q1. Final salary discussion & Some self introduction questions

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and One-on-one Round.
How to prepare for LTIMindtree Senior Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are Troubleshooting, Python, Linux, Windows and Cloud.
What are the top questions asked in LTIMindtree Senior Engineer interview?

Some of the top questions asked at the LTIMindtree Senior Engineer interview -

  1. How do you configure and verify custom DNS in Azure ...read more
  2. What is the strongest point in your azure how did you rate ...read more
  3. What all sensitive hits will you consider as a Data Governance Engine...read more
How long is the LTIMindtree Senior Engineer interview process?

The duration of LTIMindtree Senior Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 35 interview experiences

Difficulty level

Easy 12%
Moderate 82%
Hard 6%

Duration

Less than 2 weeks 47%
2-4 weeks 35%
4-6 weeks 6%
6-8 weeks 6%
More than 8 weeks 6%
View more
LTIMindtree Senior Engineer Salary
based on 4.4k salaries
₹5.7 L/yr - ₹14 L/yr
At par with the average Senior Engineer Salary in India
View more details

LTIMindtree Senior Engineer Reviews and Ratings

based on 553 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.1

Salary

3.7

Job security

3.4

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 553 Reviews and Ratings
Senior Software Engineer
22k salaries
unlock blur

₹7.4 L/yr - ₹21.6 L/yr

Software Engineer
16.3k salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Technical Lead
6.4k salaries
unlock blur

₹16.4 L/yr - ₹28.3 L/yr

Module Lead
5.7k salaries
unlock blur

₹11.8 L/yr - ₹20.4 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview