Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en MathWorks
Entrevista
Video Interview: Very Easy, available on Glassdoor
HackerRank Coding challenge: Should be easy if you know MATLAB and C/C++
Telephonic Technical Interview: Should be very easy for Computer Science people
awaiting further rounds............
Preguntas de entrevista [4]
Pregunta 1
Telephonic Interview:
Control Systems:
1. What is feedback and feedforward and open loop
2. Whats PID control and why do we add derivative control?
3. Bode plot: how to determine gain and phase margin
4. Determine whether the state space model is controllable? They gave very easy 2nd order system
5. How to determine poles of a state space system?
C/C++:
Lots of program on classes to determine output, whether it will compile? Focus: Operator overloading, Virtual functions, Constructors:
A sample is given below:(determine whether it will compile)
class xyz
{
\\somethings here
};
int main()
{
xyz s1=new xyz(100);
xyz s2=s1;
s2.function();
delete s1;
}
Very easy for comp. sci. ppl
MATLAB:
1. a=[1 2 3 4];
you have to scale each element by following scaling factor:
scale=[10 20 30 40]...how would you do it?
Ans: a.*scale;
2. a=[1 2 3; 4 5 6; 7 8 9]
a.*scale will work? No...matlab will give error
3. can you define a function called filter.m? Ans: No, coz filter() is a matlab pre-existing fxn. But what if filter is in the current folder? You still should not do that, coz filter() will always resolve to MATLAB's fxn.
4. logical indexing question
It should be pretty easy
MATH:
1. given velocity, v(t) find acceleration a(t) and displacement d(t): SImple integral and derivative
2. Question on rank of a matrix and was given a matrix and was asked rank
3. whats characteristic eqn. of a matrix? Was given a matrix and was supposed to find the equation
4. When is a matrix convertible? A matrix was given
5.
given v1=i-j
v2=k;
find a vector perpendicular to v1 and v2... use cross product
Should be simple...
There were three phases for recruiting procedures. The first stage was a brief and relaxing conversation, the second stage was about technical things and hiring manager asked several questions in the third stage.
Preguntas de entrevista [1]
Pregunta 1
Asked me to write a prototype for a simple algorithm in any programming language
1) HR interview : discussion about candidate profile (studies, former experiences, hobbies and expectations) and presentation of the company. 2) Technical interview: questions about MATLAB and control design automation. Choose among 3 topic : Maths/Deployment/Control Automation 3) manager interview
Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en MathWorks en nov 2021
Entrevista
1. Hirevue
-why do you want to work for EDG etc.
2. HackerRank
-Questions on Maths, the programming language of your choice or Matlab.
3. Technical Interview (1hr)
-Maths, Logics, Programming, Matlab question.
4. Got rejected at this stage.