Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 4 semanas. Acudí a una entrevista en MathWorks (Bengaluru) en dic 2016
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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
Acudí a una entrevista en MathWorks (Cambridge, East of England, England)
Entrevista
Very lengthy tests, starts with a recorded interview and then an intense online programming test which lasts about 1.5 hrs. Alot of work to do before you even get to the interview.
Envié una solicitud electrónica. Acudí a una entrevista en MathWorks (Cambridge, East of England, England)
Entrevista
Completed the coding assessment and video interview, a few weeks later I was invited to a teams interview with a manager at MathWorks. Found out the outcome within a week. I enjoyed the interview, was more of a general chat explaining the role and team with a few questions about your experience.
Preguntas de entrevista [1]
Pregunta 1
What is something you enjoyed & didn't enjoy about your previous work experiences?
Envié una solicitud electrónica. El proceso duró más de 1 semana. Acudí a una entrevista en MathWorks
Entrevista
Did OA first, which contained there parts, programming, MATLAB, SQL problems. Then, there is a phone interview asking you to write a programming problem. I didn't move on after that.
Preguntas de entrevista [1]
Pregunta 1
The programming problem I got was to calculate an equation in string.