Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en MathWorks
Entrevista
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.
Preguntas de entrevista [2]
Pregunta 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.