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.9

based on 19.9k Reviews

Filter interviews by

LTIMindtree Software Engineer2 Interview Questions and Answers

Updated 5 Jan 2025

LTIMindtree Software Engineer2 Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Talent500 and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between SQL and NoSQL databases?
  • Q2. What are the methods for enabling communication between microservices?

Interview questions from similar companies

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

Basic aptitude questions based on profit and loss

Round 2 - Coding Test 

Coding test based on c language and python programming

Round 3 - Assignment 

Communication assignment based on English

Round 4 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. Difine real time operation system
  • Ans. 

    Real-time operating systems are designed to provide guaranteed response times for critical tasks.

    • Real-time operating systems prioritize tasks based on their urgency and importance.

    • They are commonly used in industries such as aerospace, automotive, and industrial automation.

    • Examples include VxWorks, QNX, and FreeRTOS.

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project work questions

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Daemon thread in java
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and does not prevent the JVM from exiting.

    • Daemon threads are used for tasks that do not require user interaction or continuous execution.

    • They are automatically terminated when all non-daemon threads have finished.

    • Set a thread as daemon using setDaemon(true) method before starting it.

    • Example: Thread t = new Thread(); t.setDaemon(true); t.start();

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions like linked list, structures, pointers and C fundamentals
  • Q2. Design questions like different framework models for effective communcation between control plane and data plame
Round 2 - Technical 

(2 Questions)

  • Q1. Projects worked in previous org
  • Q2. Memory concepts in C and IPC
  • Ans. 

    Memory concepts in C and IPC involve understanding memory management in C programming and inter-process communication techniques.

    • Memory management in C involves concepts like stack, heap, and static memory allocation.

    • IPC techniques include shared memory, message queues, and semaphores for communication between processes.

    • Understanding pointers and memory allocation is crucial for efficient memory management in C program...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Software Engineer2 interview:
  • C
  • Networking

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Java Basics Technical Questions
  • Q2. In depth knowledge OOPS concepts and basic practice skills of SQL operations
  • Q3. In depth practice of String Manipulations using looping and conditional statements
  • Ans. 

    String manipulation using loops and conditionals for software engineering

    • Use loops to iterate through each character in the string

    • Use conditional statements to check for specific conditions and manipulate the string accordingly

    • Examples: reversing a string, counting occurrences of a specific character, removing whitespace

  • Answered by AI
  • Q4. In depth knowledge of J2ee concepts with any ORM / MVC framework skills
Round 2 - Technical 

(1 Question)

  • Q1. Java Basics Technical Questions

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

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 - Case Study 

They just asked about my previous experience and questions from my resume

Round 3 - Technical 

(1 Question)

  • Q1. Bsod , how to handle angry customer ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident.
They will just your potential.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Q2. What is the difference between useMemo and useCallback in React?
  • Q3. What is the difference between class-based components and functional components in React?
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Q5. What are the various state management techniques available in React?
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Q9. What are block scope and function scope in JavaScript?
  • Q10. Have you had experience working with semantic tags in HTML?
  • Q11. What are the various methods for creating an object in JavaScript?
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at J S S Academy of Technical Education, Bangalore and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average to easy difficulty level.

Round 2 - Technical 

(3 Questions)

  • Q1. Java code of string manipulation
  • Ans. 

    String manipulation in Java involves various methods like substring, concat, replace, etc.

    • Use substring() to extract a part of the string

    • Use concat() to concatenate two strings

    • Use replace() to replace a specific character or substring in a string

  • Answered by AI
  • Q2. What is the Java code for various types of sorting algorithms?
  • Ans. 

    Various sorting algorithms in Java code

    • Bubble Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Selection Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Insertion Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Merge Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

    • Quick Sort: int[] arr = {5, 2, 8, 1, 3}; Arrays.sort(arr);

  • Answered by AI
  • Q3. Sql query and topics related to joins.
Round 3 - HR 

(4 Questions)

  • Q1. About yourself and family
  • Q2. What do you know about the company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of software engineers and developers

  • Answered by AI
  • Q3. Can you provide examples of real-life scenarios where you handled conflicts with either a colleague or a manager?
  • Ans. 

    Handled conflicts by addressing issues directly, seeking compromise, and maintaining professionalism.

    • Addressed a disagreement with a colleague by scheduling a one-on-one meeting to discuss concerns and find common ground.

    • Resolved a conflict with a manager by actively listening to their perspective, providing feedback, and working together to find a solution.

    • Maintained professionalism during conflicts by staying calm, r...

  • Answered by AI
  • Q4. What actions would you take if your manager does not approve your product idea, and how would you attempt to persuade them?
  • Ans. 

    I would gather more data to support my idea, present a compelling case to my manager, and be open to feedback and compromise.

    • Gather data to support the idea, such as market research, user feedback, or cost-benefit analysis.

    • Prepare a well-structured presentation highlighting the potential benefits of the product idea.

    • Listen to the manager's concerns and feedback, and be open to making adjustments or compromises.

    • Seek sup...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident; they will strive to comfort you despite any feelings of hesitation and nervousness. A foundational understanding of Java or C++, along with knowledge of data structures and algorithms (DSA), will be extremely advantageous. You should illustrate your potential contributions while also recognizing your limitations. Foster a positive atmosphere.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Difference between out and ref.
  • Q2. Sql query to find the 2nd last student marks
  • Q3. Second round was around project specific like why mongodb or posgreSQL? Project architecture and followup questions.
  • Q4. Create global exception handler.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Superset and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude assessment consists of two sections: 1) a technical test, which includes 40 questions, and 2) a game-based test.

Round 2 - Communication test 

(1 Question)

  • Q1. There are different sections in communicton test. Like reading , listening, sentence , correction, Grammer checking and story telling
Round 3 - Technical 

(1 Question)

  • Q1. All the questions like OOPs concept, database concepts, cloud computing- what iare the 3 types of cloud models, operating system-what is deadlock computer network= different layers in CN situation based...

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Software Engineer2 interview?
LTIMindtree interview process usually has 1 rounds. The most common rounds in the LTIMindtree interview process are Technical.
What are the top questions asked in LTIMindtree Software Engineer2 interview?

Some of the top questions asked at the LTIMindtree Software Engineer2 interview -

  1. What are the methods for enabling communication between microservic...read more
  2. Difference between SQL and NoSQL databas...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 LTIMindtree interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
LTIMindtree Software Engineer2 Salary
based on 14 salaries
₹7.5 L/yr - ₹17 L/yr
43% less than the average Software Engineer2 Salary in India
View more details
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.4 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.8k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹36.8 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.1 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