J'ai postulé en ligne. Le processus a pris 5 jours. J'ai passé un entretien chez Mindstix Software Labs en sept. 2018
Entretien
I applied on their career website. Then I got mail. In interview process there are 4 round 1st is simple programing round .2nd also programming round but difficult as compare to 1st round. 3rd is logical reasoning round. And last is technical hr round
Questions d'entretien [1]
Question 1
In interview process they take 1st programming round on paper.this round they more focus on data structures
J'ai postulé via une agence de recrutement. Le processus a pris 3 jours. J'ai passé un entretien chez Mindstix Software Labs (Pune) en juil. 2019
Entretien
In total they have 4 rounds out of which first two rounds were programming rounds two programs were given and half hour was given for each program.
Next two rounds were problem solving analytical reasoning ,communication.
And HR round compulsory.
They are offering really great package.
HR's were friendly co-operative.
Questions d'entretien [1]
Question 1
Array programs.
compare two arrays.
find largest element in array.
array length will vary. (not same length arrays will be given)
J'ai postulé via une autre source. J'ai passé un entretien chez Mindstix Software Labs (Pune) en juil. 2017
Entretien
i got a mail from mindstix, its a one day process
there is a total 4 round
1) simple program
2) puzzle
3) hard program
4) hr
if your data structure is good then and then apply for this compny, coz they want data structure knowledge lot much.
Questions d'entretien [1]
Question 1
if u have 12 elements of one dimentional array then break into 3-3 elements and sort first 3 elements with last 3 element , and second 3 elements sort with third 3 elements .
without any another array, without any inbuilt function.
u can create one function like this
public void chuncks(int arr[], int splitsize, int length)
{}
hint: arr.length directly proportional to 2*splitsize