phone interview after online assessment. online assessment is include a hirevue interview, math questions and coding problem. also matlab problem is optional. the total time is 75 min. the Hirevue interview is only about behavioral questions.
Interview questions [1]
Question 1
Basic java knowledge, math problems about linear algebra and calculus
given some code and ask the output of the code
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]
The process took a couple weeks. There were five stages: an initial phone screen, an online assessment, a technical interview over the phone, a behavioral interview over the phone, and the on-site interview. The technical interviews were not too difficult.