Candidatei-me online. O processo levou 4 semanas. Fiz uma entrevista na empresa MathWorks (Bengaluru).
Entrevista
Intial offline video recording interview which takes around 15 to 20minutes. Later Hr called and organised for a technical online test. Technical test consists of control systems section, another 2 programming language sections. Also we have to write 2 codes. After the technical test, I received a mail from the hr saying that I'm not considered for the interview as the qualifications didn't match the profile. I felt the reason is ridiculous.
Candidatei-me online. Fiz uma entrevista na empresa MathWorks.
Entrevista
Video recording interview followed by hacker rank challenge which has simple math and coding questions, where you have the chance to choose between 2 out of 5 different programming languages.
Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 semanas. Fui entrevistado pela MathWorks (Minneapolis, MN) em mar. de 2016
Entrevista
I met the employee from MathWorks at a career a fair and had a conversation about my past experiences with Matlab and I got an email asking to apply for the position online after 2 days from the fair. I applied online then probably a week later I got an email asking to complete an interview on the Hirevue where I had to answer a given question which will be recorded through webcam, it was pretty basic stuff asking few HR questions. After submitting the interview I got another email asking me to take a coding test on hackerrank with the link provided in the email, in the coding test there was choice of languages like C++, java or matlab etc, where few questions had coding but many were multiple choice. After submitting the coding test a week later I got another email asking me to schedule for phone screening interview and also mentioned about the specifics of the interview about what are the possible choices we can have for the interview. There were so many choices of languages agiain like OOD, java, Matlab, C++, DSP, Control Systems etc, but I selected Java, Matlab and Digital Signal Processing. I scheduled it for the next week and the interviewer was a lady she asked for my choice of subject again and started the interview, first it started with java, most of the questions were basic questions like on strings, arrays and Garbage Collector and then few stubs of a program were shown on my screen with screen sharing app and was asked to explain the code and make few changes to optimize and stuff, mostly it was easy stuff. Then she moved on to Matlab
again it was similar to java few basic questions and code stubs.Then at the end she moved to DSP most of the questions were on fundamentals, like she typed few systems on the screen and asked me if the system was time invariant, Linear, periodic etc. I pretty much messed up even on the easier questions so, I know the interview wasn't going well though it was easy.
Perguntas de entrevista [1]
Pergunta 1
y[n] = n*x[n-1];
y[n] = 4*x[n] +4;
y[n] = x[n]* x[n-3] + x[n-5]; which of the systems are time invariant and linear.