Mindtree Interview Experience

Location: Bhopal, Madhya Pradesh

Month: Januray 2020

Batch : 2020

I would love to share my Mindtree interview experience. I think that it can give you an idea about what Mindtree expects from a fresher.

Rounds :


There were a total of 3 rounds :
1. Group Discussion
2. Technical Round
3. HR

Mindtree usually has two rounds after an online test. But we suddenly come to know that a GD will happen today. Firstly, the recruitment team of Mindtree visited the venue and we had a quick pre-placement talk, in which they told about bond, CTC, training at Kalinga Campus etc.

Online Test:


Online test was conducted on AMCAT platform. Online test had questions of aptitude, reasoning, verabal ability and 2 programming questions.

Group Discussion :


The group of 10 students was formed and they were given a topic on which each of them have to speak for 1 min. It was easy and its motive was just to check the confidence and communication. People who were not effective in putting their points were rejected in this round. My topic was "Impact of social media on children".

Technical Round:


The questions were :

1)The first question was “Tell me something about yourself”?
Ans: Answered it properly starting from my name then education, achievements, technical skills, family and hobbies.

2)Why do you want to join IT when you are from ECE?
Ans: I said I am interested in programming and that's why I want to join IT company. He was Convinced.

3)Then Gave me a pattern printing program and ask to write the logic

for n=4
1 * * * *
2 * * *
3 * *
4 *
5 * *
6 * * *
7 * * * *
Ans:

for(int i=1;i < 2*n;i++){
for(int j = 0 ; j < n+1;j++){
if(j = = 0)
printf("%d",i);
else if(i < = n){
if(j < = n-i+1)
printf("*");
else
printf(" ");
}
else{
if(j< = i-n+1)
printf("*");
else
printf(" ");
}
}
printf("\n");
}
I wrote the code for the above program in C language and then he discussed about it for a few minutes.

4)Do you have any question?
Ans: Yes. I asked a question that what should know as want to join IT. He suggested me to learn about the latest technologies and some other basic questions.

HR Round :



1. Introduce yourself? (as expected)
Ans: I introduced my self in the proper manner with my educational details, technical skills,
projects, family and hobbies.

2.Why Mindtree?
Ans: As a fresher, I look forward to learn new skills and improve my knowledge. My seniors who are working in Mindtree have told me that training provided by Mindtree is amazing and I feel Mindtree can provide me a platform where I can use my skills to fulfill organizational goals.

3. Why should I select you?
Ans: I told her about my strengths and I am eager to learn.

4. Tell me something interesting about you?
Ans: I told her that I topped my college and also I was recently awarded by Governor of MP and other things that make me different than others.

5. Tell me something interesting but not about you?
Ans: Told a fact related to recent fire in Australia which she did not know and some other questions to check confidence.
The HR was very friendly. So, she made us comfortable and ask general questions to know the candidate personally. It was great fun.

Candidate Name: Abhishek Parmar

Branch: Electronics and Communication