I applied through a staffing agency. The process took 3 days. I interviewed at Mindstix Software Labs (Pune) in Jul 2019
Interview
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.
Interview questions [1]
Question 1
Array programs.
compare two arrays.
find largest element in array.
array length will vary. (not same length arrays will be given)
I applied online. The process took 5 days. I interviewed at Mindstix Software Labs in Sep 2018
Interview
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
Interview questions [1]
Question 1
In interview process they take 1st programming round on paper.this round they more focus on data structures
I applied through other source. I interviewed at Mindstix Software Labs (Pune) in Jul 2017
Interview
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.
Interview questions [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