LTIMindtree interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

LTIMindtree
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
It was an on-campus opportunity in which I first passed the aptitude test and then the coding round, which consisted of two easy coding problems. Then, within three days, I had my technical interview scheduled where I was asked about Java and its basics. I cleared that as well and moved on to the HR round, which was more of a formality, and I got selected.
Application story
It was an on-campus opportunity. The test was scheduled on the Metyll application, and the level was not that tough. If you have done basic coding questions and can score 60% in aptitude, it is easy to crack. I tried to keep it simple by just doing the easy questions on coding platforms, as I was confident in my aptitude. We mainly focused on profit and loss and percentage for aptitude.
Why selected/rejected for the role?
Because I have practised Java for the last 3 years, I had my basics clear and was able to at least touch upon the expected answers.
Preparation
Duration: 1 month
Topics: Java Basics, HTML, CSS, JavaScript, MySQL, Salesforce, Apex
Tip
Tip

Tip 1: Spend more time on Java basics.
Tip 2: Have a strong command of DBMS notations.
Tip 3: Try to build at least one project using Java.

Application process
Where: Campus
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1: Mention your experience with Java.
Tip 2: Ensure your resume accurately reflects your true experience.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration35 minutes
Interview date17 Nov 2022
Coding problem2

It was a 90-minute round, divided into two parts: 60 minutes for 40 MCQs and 30 minutes for 2 coding questions. It was compulsory to attend both parts.

1. Odd To Even

Easy
10m average time
90% success
0/40
Asked in companies
Morgan StanleyQualcommLTIMindtree

You are given an odd number in the form of a string, ‘S.’ Your goal is to convert the number into an even number such that the following two conditions are satisfied.

You can use swap operation over any two indices i,e you can choose two indices 'i' and 'j' and swap the digits present at S[i] and S[j]. But this operation can be used only once.

Your final even number should be the largest out of all other possible even numbers.
Note:
If it isn’t possible to make an even number print -1
Problem approach

Tip 1: Strong grip on basic mathematics 
Tip 2: Make sure you know the loops
Tip 3: Try coding questions on coding platforms as this question was from there itself.

Try solving now

2. Remove Duplicate Substrings

Moderate
45m average time
50% success
0/80
Asked in companies
OracleFacebookGoldman Sachs

Ninja has an ‘N’ character long string. He observed that the string consists of the same adjacent letters. So, he thought to remove some characters from the string using this operation.

In one operation, we can delete a substring having ‘K’ same adjacent characters. causing the left and the right side of the deleted substring to concatenate together.

Ninja applied this operation as many times as possible.

Your task is to find the resultant string after all operations.

You are given a string ‘S’ having ‘N’ lowercase letters and an integer ‘K’. Find the resultant string after all the operations are done.

For Example
If the given string S = “abcbaacd” and k = 2. In the first operation, we will remove ‘aa’ from the string. After that, we will concatenate the left and right strings as the resultant string will be “abcb” + “cd” = “abcbcd”.
Problem approach

Tip 1: Try to use string functions
Tip 2: Try to have strong Java basics
Tip 3: Practice easy questions.

Try solving now
02
Round
Easy
HR Round
Duration15 minutes
Interview date19 Nov 2022
Coding problem2

It was just a formality as I was asked about my family and background.

1. HR question

Where do you live?

2. HR question

Are you comfortable in working different shifts?

Problem approach

Please answer yes.

Here's your problem of the day

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

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
company logo
Graduate Software Engineer
2 rounds | 5 problems
Interviewed by LTIMindtree
3270 views
0 comments
0 upvotes
company logo
Graduate Engineer Trainee
3 rounds | 8 problems
Interviewed by LTIMindtree
782 views
0 comments
0 upvotes
company logo
Software Engineer Intern
2 rounds | 4 problems
Interviewed by LTIMindtree
258 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2370 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 2 problems
Interviewed by Ernst & Young (EY)
2671 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 15 problems
Interviewed by Ernst & Young (EY)
2347 views
0 comments
0 upvotes