J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez MathWorks
Entretien
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.
Questions d'entretien [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.