I applied through an employee referral. I interviewed at MathWorks in Jan 2020
Interview
Online Assessment from Mathworks Engineering Development Group. OA has 5 math problems and 2 coding problems. each math problem has 5 points, the first coding problem worth 30 points, second coding problem worth 70 points. the entire OA takes 75 minutes to finish.
Interview questions [2]
Question 1
Determine Prime Numbers: Given a positive integer N. The task is to write a Python program to check if the number is prime or not.
Counting the maximum: for a given array of integers, determine the max value in the segment from each index to the highest index element inclusive.
numbers= [ 5,4,3,2,3]
q = [1,2,3,4,5]
output= [1,1,2,1,1]
Technical coding assessment given on online platform. Plenty of time for assessment, easy and medium difficulty questions. A series of questions about my experience for which I recorded a video response
Interview questions [1]
Question 1
Do you have any experience with object oriented programming languages
Multiple coding assessments online, with browser use monitored to prevent cheating. The online environment had no linting or suggestions, so you need to know the correct syntax and function names for your selected programming language
Interview questions [1]
Question 1
Generally was string handling and mathematical puzzles they had contrived.
The interview process included an initial HireVue behavioural assessment, followed by a timed technical test with algorithmic questions. After that, I had a interview where I walked through my CV and answered scenario-based questions
Interview questions [1]
Question 1
“Can you walk me through your CV and highlight the most relevant projects?”
“Why are you interested in joining our organisation and this role specifically?”
“Describe a time you made a mistake at work. What did you learn from it?”
“What technical challenges have you faced recently, and how did you solve them?”
“How do you usually gather and validate requirements from stakeholders?”