Me postulé en línea. El proceso tomó 5 días. Acudí a una entrevista en Mindstix Software Labs en sept 2018
Entrevista
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
Preguntas de entrevista [1]
Pregunta 1
In interview process they take 1st programming round on paper.this round they more focus on data structures
Me postulé a través de una agencia de empleos. El proceso tomó 3 días. Acudí a una entrevista en Mindstix Software Labs (Pune) en jul 2019
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Array programs.
compare two arrays.
find largest element in array.
array length will vary. (not same length arrays will be given)
Me postulé a través de otra fuente. Acudí a una entrevista en Mindstix Software Labs (Pune) en jul 2017
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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