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
3.8

based on 20k Reviews

Filter interviews by

LTIMindtree Senior Developer Interview Questions and Answers

Updated 11 Nov 2024

LTIMindtree Senior Developer Interview Experiences

4 interviews found

Senior Developer Interview Questions & Answers

user image shashidhar reddy

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created throughout the application.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They have a private constructor to prevent multiple instances from being created.

    • The class typically provides a static method to access the single instance.

  • Answered by AI
  • Q2. What is Method reference
  • Ans. 

    Method reference is a shorthand syntax for lambda expressions to call a method.

    • Method reference is used to refer to a method without invoking it.

    • It can be used to make code more concise and readable.

    • There are four types of method references: static, instance, constructor, and array constructor.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is saveable datapage
  • Ans. 

    A saveable datapage is a data page in Pega that can be saved to the database for future reference.

    • Saveable datapages allow for storing and retrieving data in Pega applications.

    • They can be used to store user input, system-generated data, or any other relevant information.

    • Saveable datapages can be accessed and modified throughout the application as needed.

  • Answered by AI

Senior Developer Interview Questions Asked at Other Companies

Q1. What is your current CTC and what is your expected CTC?
asked in GlobalLogic
Q2. 4. How to delete duplicate rows based on key in a table?
asked in TCS
Q3. What were the data retrieval steps in Informatica, while doing th ... read more
Q4. Write a Serverless function to expose a CRUD operation API using ... read more
asked in GlobalLogic
Q5. 3.How to implement SCDs and different between them?

Senior Developer Interview Questions & Answers

user image Vijayadurga

posted on 11 Nov 2024

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

Questions were not so tough

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic java questions, Spring boot scenario based question. One code snipet on hashmap
  • Q2. Project experience , technologies used in your project
  • Ans. 

    I have worked on multiple projects using various technologies.

    • Developed a web application using Java, Spring MVC, and Hibernate.

    • Built a mobile app using React Native and Redux.

    • Implemented a data analytics platform using Python, Pandas, and NumPy.

    • Created a RESTful API using Node.js and Express.

    • Collaborated on a project using Agile methodologies and JIRA for project management.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on java basics. Be strong in collections frameworks .

LTIMindtree interview questions for designations

 Senior Software Developer

 (10)

 Senior Java Developer

 (9)

 Senior IOS Developer

 (2)

 Senior Database Developer

 (1)

 Senior Python Developer

 (1)

 Senior Salesforce Developer

 (1)

 Senior Magento Developer

 (1)

 Senior Msbi Developer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project related question , Interface , Abstraction
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussioon
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. HashMap internal working
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise the core concepts of Java and Spring Boot while practicing Java 8 coding questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java8 stream API, functional interfaces
  • Q2. Collections, spring boot
Round 2 - Behavioral 

(1 Question)

  • Q1. Why you wanto to join tcs?
  • Ans. 

    I want to join TCS because of its reputation for innovation and growth opportunities.

    • TCS is known for its cutting-edge technology solutions

    • Opportunities for career advancement and skill development

    • Global presence and diverse client base

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview if u prepare well.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between custom setting and custom metadata
  • Ans. 

    Custom settings are org-specific, while custom metadata can be deployed across orgs.

    • Custom settings are hierarchical and can be accessed using a hierarchy custom setting type

    • Custom metadata is deployable and can be used in managed packages

    • Custom settings are stored in the application cache, while custom metadata is stored in the metadata cache

  • Answered by AI
  • Q2. Difference between profile and role
  • Ans. 

    Profile is a summary of a person's skills and experience, while role is the specific job or position they hold within an organization.

    • Profile is a broader overview of a person's qualifications and background.

    • Role is a specific set of responsibilities and tasks assigned to an individual within a company.

    • Profiles can include education, work experience, skills, and achievements.

    • Roles can be defined by job titles such as S...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Array qs reverse
  • Q2. Question about angular and react

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Developer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for LTIMindtree Senior Developer 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 Javascript, CSS, HTML, .Net and Analytical Skills.
What are the top questions asked in LTIMindtree Senior Developer interview?

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

  1. What is singleton cl...read more
  2. What is Method refere...read more
  3. what is saveable datap...read more

Tell us how to improve this page.

LTIMindtree Senior Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good
LTIMindtree Senior Developer Salary
based on 140 salaries
₹6.6 L/yr - ₹26 L/yr
At par with the average Senior Developer Salary in India
View more details

LTIMindtree Senior Developer Reviews and Ratings

based on 13 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-Life balance

3.4

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 13 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.5 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview