MathWorks Applications Support Engineering interview questions
based on 5 ratings - Updated Mar 23, 2022
Averageinterview difficulty
Mostly positiveinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
5 interviews
MathWorks interviews FAQs
Applications Support Engineering applicants have rated the interview process at MathWorks with 2.5 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 33% positive. To compare, the company-average is 55.2% positive. This is according to Glassdoor user ratings.
Candidates applying for Applications Support Engineering roles take an average of 13 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at MathWorks overall takes an average of 20 days.
Common stages of the interview process at MathWorks as a Applications Support Engineering according to 4 Glassdoor interviews include:
Phone interview: 100%
Here are the most commonly searched roles for interview reports -
There was first a tech coding round. This was followed by a aptitude test. Some contendors were eliminated here. Then there was a group discussion where more eliminations occured. Finally, there was an HR round and a managerial round where too there were eliminations.
Interview questions [1]
Question 1
One thing you find difficult and how you overcome it
I applied online. The process took 1 day. I interviewed at MathWorks in Mar 2015
Interview
Interview with basic questions. They sent you an email inviting you to set up a video interview record. Use your smart phone to follow the instruction, download an app name wepow to record your answer to a few basic interview questions. You have like 15 seconds to prepare for each question and 2 minutes to answer them.
Interview questions [1]
Question 1
1. Why are you interested in this position?
2. What is your experiences do you think fits this position?
3. Give me an example how you multitasking.
4. Are you authorized to work in US without restriction? What is your visa status? If you are a student, when do you begin your OPT?
5. What is your cumulative GPA?
I applied online. The process took 3 weeks. I interviewed at MathWorks in Jan 2015
Interview
telephone technical interview:
DSP:
- y(n) = x(n^3), linear?time-invariant?
-impulse response h[n] = 9*n*u(n), system stable?
-h[n] = [4,0,1,0,2], arrow on second element, causal?
-convolution definition, difference between convolution and correlation
-difference between DFT and DTFT? which one is suitable for computers
-difference between DFT and FFT
-Nyquist theorem
-aliasing, given an example of wheel with pokes
-connection between DTFT and z transform, they expect z = e^(jw)
-ROC of z transform
-difference between IIR and FIR
C++
- advantages of OOP programming over procedure programming
-recursive function, exit condition
-how to have an instance of a class if the constructor is private
-If class foo has private data types and private methods only, class bar inherits from class foo. how can you access the data types?
-int arr[] = {1,2,3,4}
for(int i = 0; i < 4; i++)
{
cout<<*(arr+i)<<" ";
}
explain this piece of code
- virtual functions and virtual destructor
-
Matlab
- meaning of @, %, ~
-difference between A^2, A.^2
-A = 1:1:100;, find every third elements
-A = 1:1:100; find all elements divisible by 5
- what's path meaning? used for?
Math
-definite integral and indefinite integral
- order of differential equation
-calculate the eigenvalues of matrix [3, -1; 1, 5]
-given a function, calculate left limit and right limit, whether the limit exists
-left inverse....
Interview questions [1]
Question 1
- y(n) = x(n^3), linear?time-invariant? In a class, what kind of functions system will generate a default one? I know constructor....