Candidates applying for UI Developer roles take an average of 21 days to get hired, when considering 1 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 UI Developer according to 1 Glassdoor interviews include:
Phone interview: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 3 weeks. I interviewed at MathWorks
Interview
Initially I was asked to do a programming assessment which was converting a c programming into c++ and java using Object oriented concepts. Then had a technical interview where I was asked different simple algorithms and their time and space complexity. Then he asked about my programming assessment and how i can improve it and then some technical questions on java.
Interview questions [2]
Question 1
Algorithm question 1 : How do you find if two strings are anagram.
Anagram definition : two string having the same characters eg : 'united' and 'untied'
Time complexity and space complexity for the same
Algorithm question 2 : How do you determine if a number is power of 2
example : 32 is 2 power 5
Time complexity and spaced complexity for the same
Technical question :
Whats is final method.
What does finalize do.
What does are the different object oriented concepts.
Explain memory management in java.
what does final key word do.