Saturday 5 December 2015

The selection Mind tree interview Process :


This  procedure of selection of previous batch may be  it will help u :

The eligibility criteria was above 65% in 10,+2 ,UG
The day process includes
* Online Test
* Technical
* HR
* VERBAL(RC,Jumbles,SYN.,ANT.,SENTENCE CORRECTION...)25 Qs
* QUANTS(log,ratio,ages,LCM,HCF,number series,profit...) 35 Qs
* LOGICAL(Coding&decoding,Arrangements(seating),blood relations,Odd)35 Qs
* Principles of programming(C,C++,DATA STRUCTS) 25 Qs(O/P,basic concepts..)
There was sectional Cutoff( try to get above 60% in all sections)...Only 30 students cleared the test...
and the selected students were called for the next round(Technical).They will test you indepth in your domain as well as in programming...Be clear with basic C programs,Data structures and logical questions.
Only 8 cleared the technical round..I was also one among them and we were called for the HR Round(FINAL).
***************************
1)Written test

 It consists of 4 sections
 1) Aptitude-it consists of 25 questions (30 mins) the questions will be mainly from R.S.Aggarwal (aptitude & verbal) preparing with these books are enough
 Some of the que's I remember are

 I. P, Q, R, S, T and U are six members of family, each of them engaged in a different profession-Doctor, Lawyer, Teacher, Engineer, Nurse and Manager.
 II. Each of them remains at home on a different day of the week from Monday to Saturday.
 III. The lawyer in the family remains at home on Thursday.
 IV. R remains at home on Tuesday.
 V. P, a Doctor, does not remain at home either on Saturday or on Wednesday.
 VI. S is neither the Doctor nor the Teacher and remains at home on Friday.
 VII. Q is the Engineer and T is the Manager.
 1) Which of the following combinations is not correct?
 A) R-Teacher
 B) Q-Engineer
 C) T-Manager
 D) All of the above
 2) Which of the following combinations is correct?
 A) Lawyer-Tuesday
 B) Manager-Fri
 C) Engg-Thursday
 D) Nurse-Friday

 3) Who is the Nurse?
 A) S
 B) R
 C)
 D) Data Inadeq

 2. A survey of a village showed that 1 / 10 of the total population speak neither Hindi nor English. 1 / 5 of them cannot speak English and 3 / 7 of them cannot speak Hindi. What percentages of people know only one language?
 A) 42.86 %
 B) 40 %
 C) 34 %
 D) None of these

 3. There are three sections of a class in a school. The number of students in the three sections is 38, 42 and 40 and the average age of the students in these sections separately is 15.3 years, 16.5 years and 15.9 years respectively. What is the average age of the class?
 A) 15.99
 B) 15.92 years
 C) 15.6 years
 D)

 4.Two pipes A and B can fill a tank in 24 minutes and 32 minutes respectively. If both the pipes are
 opened simultaneously, after how much time should B be closed so that the tank is full in 18
 minutes?
 A) 8 min
 B) 10 min
 C) 9 min
 D)

2)Technical Section

 In this we have to find the output of 10 que(10 min) .In this the main thing is that options r not given

 1.
 main()
 {
 char s[ ]="man";
 int i;
 for(i=0;s[ i ];i++)
 printf("\n%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]);
 }
 2.
 void main()
 {
 int const * p=5;
 printf("%d",++(*p));
 }
 3. int i; for(i = 1; i < 5; ++i)
 {
 if (i == 3)
 continue;
 else
 print(i);
 }

 3. Essay/E-mail writing one topic is given we have to complete in 10 min

 4. Programming skills

 We have to complete a prog in 30 min

3)Technical cum HR round

 It is very simple HR asked me to 1. describe your self -I told and some simple HR question
*******************************
the selection procedure of mindtree is as follows:
1- written test
2- gd
3- technical interview
4- hr interview

1- written test:
there were only two question in written test. first was to write an essay and second was to write a program. topic of essay was," how does computers have affected human life", and the program was a sort of calender program. two dates were given and we have to find number of days between these two dates.

2- gd:
gd round was quite easy and anybody having average english speaking skills can easily clear this round. the topic for me was, " tata nano: good or bad". keep one thing in mind, always speak either in favour or against, never switch from one side to other side.

3- Technical Interview:

Technical interview was also quite easy. be thoroughly prepared with your project.

* He asked me to explain my project and also said to write some queries then i said my favourite sub is c++ and oops .

* Then he asked me ques from there like encapsulation, data hiding, interitance and multiple inheritance, call by value and call by reference etc.

Always be confident in whatever u say. data structure is also important.

4- HR interview:

HR interview was little bit tricky but it was not a big hurdle. i am from bhopal so he asked me about bhopal like ....
* how many lakes are there?
* What is the name of biggest lake?
* Hhow can you estimate amount of water in that lake, etc.
* Then one ques was that if you have to kill someone in India or just elimate from our country who will be that person and why?
* Then he asked if you wanna be like someone in india who will be that person. and what about in world.
* Then my hobby was listening songs so he asked to tell name of any music director of 90s and songs of them, then he asked me to tell songs of my fvrt female singer. and so on...

for hr interview be cool and confident. there is very small probability of getting eliminated from hr round..


0 comments:

Post a Comment