Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso MathWorks nel mese di ott 2018
Colloquio
1. Video interview - 5 questions (10 mins)
2. Programming Challenge - 1 section on math (5 questions mainly about probability theory), 2 sections of programming test (Choose 2 sections out of 5 sections, including Matlab, Python, C/C++, Java) via HackerRank (75 mins)
Domande di colloquio [1]
Domanda 1
1. What part of this position interests you
2. What skill makes you feel fit for this position
3. Tell me one recent work experiences
4. visa and sponsorship
5. GPA
It was a technical interview and contain 2 questions, mainly medium level. But it was fairly doable and takes time to comprehend. But interviewer can explain the prompt to you.
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso MathWorks (Cambridge, East of England, England) nel mese di gen 2022
Colloquio
There were 3 stages:
- Technical interview (1 hour) where they tested mathematics and computing knowledge
- Behavioral interview (1 hour) whit questions on your CV
- HR interview (20 mins) concerning logistics matters
Domande di colloquio [1]
Domanda 1
Compute function for Fourier series using different methods and compare computation time for different solutions
coding interview 2 coding Questions + 15 MCQ's
Coding only in C,C++,Java
Test conducted on Hacker rank. Dynamic programming and basic DSA / Algo were tested. C++ requires knowledge of STL
Domande di colloquio [1]
Domanda 1
1. Given a sequence of binary numbers (0, 1) of size ‘n’ in which every 0 represent a decrement to the sum and every 1 represents the increment to the sum. You have to find the minimum possible value of ‘k’ such that the sum of the first ‘k’ elements is greater than the sum of remaining elements.
The initial sum for both the half is 0.
Eg.
given sequence – 101011
The minimum possible value of k – 6
given sequence – 1001001
The minimum possible value of k – 0