I applied through an employee referral. The process took 1 week. I interviewed at MathWorks (Boston, MA) in Jan 2017
Interview
First round is a video, asked about why you are interested in this position, skills that fit this position, GPA, visa.
Second round is OA. I chose java and python.
I applied through college or university. The process took 4 weeks. I interviewed at MathWorks (Bengaluru) in Dec 2016
Interview
its an campus process but company is not visiting at our campus .1 video hr round (question can be found here) 2. online hacker rank test (1.apptitude Section 2.coding(choice between c++/java and python/matlab) matlab,programming concept has mcq's after it from 80 students 13 are selected for telephonic interview round please note that telephonic round is based upon knowledge of c,c++ /java
all the famous question like "virtual"function/destructer everything so revise your concept .. next round of interview is going to held in Bangalore
Interview questions [1]
Question 1
Apptitude has questions of probability
basic mcq's of c and c++
2 C Questions:
1. Given an array of integers (size n), find the maximum value of xor of pair of number which is less than a given number k.
Constraints: 1<n<=10^4 and k<=10^4
2. Merge two char array whose odd position contains the char from string a and even position contains the character from array b.
e.g. a={x,y,z} and b={e,f,g,h}
it should return the character array = {x,e,y,f,z,g,h}
char* merge(char * a,char *b)
{
}
1. Object Oriented Concepts:
You need to create classes based on the information given out there.
2. Given an array of size n, count the number of "beautiful" array formed by permutation of the digits present out there.
An array will be beautiful if:
a) Integer A[i] at i th place will be divisible by i.
or b) i will be divisible by the integer at that place i.e. A[i].
1<n<=20 and array contains number between 1 to n.
2 Java Questions:
1. Object Oriented Question: Implement a class based on provided info.
2.....Don't remember
1 Python Question
5 mcq's of MATLAB
I applied through college or university. The process took 4 weeks. I interviewed at MathWorks in Nov 2016
Interview
Got the first interview through university career fair. After the first interview, there was a coding test through an online program. The last step was a 1-to-1 phone interview asking technical questions
Interview questions [1]
Question 1
Questions including basic knowledge of focused area such as control systems, signal processing, etc. based on your selection; programming concepts; basic math