LTI Mindtree (L&T Infotech) interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

LTI Mindtree (L&T Infotech)
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I started with Core Java and SQL, then expanded my skills to frontend technologies like HTML, CSS, and JavaScript. I also learned the basics of Spring Boot and AEM development. Practicing coding on Coding Ninjas, along with hands-on project experience, strengthened my technical knowledge and helped me successfully crack the LTI Mindtree interview.
Application story
LTI Mindtree came to my college for an on-campus placement drive. I applied through my college’s placement cell, and the selection process began with an online assessment. After clearing the assessment, I went through multiple interview rounds, including technical and HR discussions. The process was well-structured, and my preparation in Java, SQL, and frontend technologies helped me succeed.
Why selected/rejected for the role?
I was selected for this role because of my strong foundation in Core Java, SQL, and frontend technologies like HTML, CSS, and JavaScript. My problem-solving skills, coding practice on platforms like Coding Ninjas, and hands-on project experience helped me perform well. Clear communication and confidence in explaining my projects also played a key role in my selection.
Preparation
Duration: 6 months
Topics: Core Java, SQL, DSA, HTML & CSS, JavaScript, Spring Boot basics
Tip
Tip

Tip 1: Focus on Core Java, SQL, and DSA while also gaining hands-on experience with frontend technologies like HTML, CSS, and JavaScript.
Tip 2: Practice coding regularly on platforms like Coding Ninjas to improve problem-solving skills.

Application process
Where: Campus
Eligibility: 60% in 12th, (Salary Package: 4.3 LPA)
Resume Tip
Resume tip

Tip 1: Highlight your technical skills, projects, and relevant experience concisely to showcase your expertise effectively.
Tip 2: Keep the resume well-structured and limited to one page, focusing on achievements rather than generic descriptions.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date19 Jul 2024
Coding problem2

The online test had 20 coding language basics and guess-the-output questions, conducted in a smooth and structured environment during regular hours, with friendly and professional interviewers.

1. Code Output

What will be the output of this bitwise operation?
System.out.println(5 & 3);

Problem approach

Tip 1: Always convert numbers to binary for easy understanding of bitwise operations.

2. Code Output

public class Test {
   public static void main(String[] args) {
       int x = 10, y = 5;
       System.out.println(x > y ? x : y);
   }
}

Problem approach

Ans:- 10

02
Round
Medium
Online Coding Test
Duration30 minutes
Interview date13 Aug 2024
Coding problem2

The technical interview was conducted during regular hours in a professional and structured environment. The interviewer was friendly and interactive, asking Java-related questions along with some coding problems, ensuring a smooth discussion.

1. All Prime Numbers

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)BarclaysMicrosoft

Write a program to print all prime numbers between 1 and 100.

Problem approach

Use the Sieve of Eratosthenes for an optimized approach instead of checking divisibility for each number.
Only check divisibility up to √n to reduce unnecessary computations.

Try solving now

2. Binary Search

Easy
15m average time
85% success
0/40
Asked in companies
OracleMedia.netAdobe

Find a target value in a sorted array using Binary Search.

Problem approach

Create a recursive function and compare the mid of the search space with the key. And based on the result either return the index where the key is found or call the recursive function for the next search space.

Try solving now
03
Round
Easy
HR Round
Duration10 min
Interview date29 Aug 2024
Coding problem1

The HR interview was conducted during regular hours in a professional and friendly environment. The discussion was smooth, and the interviewer was polite and encouraging.

1. HR Questions

  • Why do you want to join this company? – The interviewer wanted to understand my motivation for applying.
  • Do you have a passport? – A basic HR question to check document availability.
Problem approach

Tip 1: For the "Why this company?" question, research the company's projects, culture, and growth opportunities to give a genuine answer.
Tip 2: For the passport question, answer honestly. If you don’t have one, mention your willingness to apply if required.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
975 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3502 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2764 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2410 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2776 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2405 views
0 comments
0 upvotes